This file contains hidden or 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
| o.useEffect)(()=>{ | |
| W(!R); | |
| let e = null == F ? void 0 : F.split(":"); | |
| if (e) { | |
| let t = T.from(e[0], "base64") | |
| , s = T.from("3838eb8c52be543b52f94270a5af097897037c2b56a7a1b2a7ef2b0ca6010066", "hex") | |
| , n = N().createDecipheriv("aes-256-cbc", s, t); | |
| n.update(e[1], "base64", "utf8"), | |
| n.final("utf8") | |
| } |
This file contains hidden or 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
| // For use on https://twitter.com/settings/your_twitter_data/twitter_interests | |
| function uncheckAll() { | |
| let inputs = document.querySelectorAll('input[type="checkbox"]'); | |
| let delay = 0 | |
| for (let i = 0; i < inputs.length; i++) { | |
| if (inputs[i].checked) { | |
| setTimeout(() => { inputs[i].click( new Event('change') ) ; console.log(i) }, delay); | |
| delay += 1000; | |
| } else { | |
| console.log("Skipped " + i) |
This file contains hidden or 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
| +acme-domain-validation :: :acme domain validation request handler | |
| +ames-flows :: print [len] %ames flows, sorted by number-per-ship | |
| +ames-timers :: print [len] %ames message-pump timers, sorted by number-per-ship | |
| +aqua-pill :: Produce a pill for aqua | |
| +aqua-scry :: Scry into an aqua ship | |
| +azimuth-block :: Print most recently seen ethereum block | |
| +azimuth-kick :: Kick azimuth | |
| +azimuth-listen :: Add a source for azimuth | |
| +azimuth-sources :: List azimuth sources | |
| +azimuth-watch :: Change node url and network for azimuth |