Created
December 1, 2017 18:18
-
-
Save no1xsyzy/2e34843df5f972ca502ac0646d1d7d43 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.clear(); | |
s=""; | |
document.querySelectorAll("input[type=text]:not(.ng-hide)") | |
.forEach(x=>{ | |
if(x.value=="true" || x.value=="false") | |
s+=(x.parentElement.previousElementSibling.innerText+"\n") | |
}); | |
console.log(s); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bt-detach-seed-only | |
bt-enable-hook-after-hash-check | |
bt-force-encryption | |
check-certificate | |
daemon | |
deferred-input | |
disable-ipv6 | |
enable-color | |
enable-dht | |
enable-dht6 | |
enable-mmap | |
enable-rpc | |
force-save | |
human-readable | |
no-conf | |
pause-metadata | |
quiet | |
reuse-uri | |
rpc-allow-origin-all | |
rpc-listen-all | |
rpc-save-upload-metadata | |
rpc-secure | |
show-console-readout | |
show-files | |
truncate-console-readout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment