Created
April 13, 2022 18:19
-
-
Save enkeboll/17445d5a89bd3ca4174c1d8a789f29bb to your computer and use it in GitHub Desktop.
Bookmarklet for inputting treasury passwords
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
javascript: (() => {let pw = prompt("Treasury password:");for (const char of pw.toLowerCase()) { PasswordVK(char) };document.querySelector('input.action[value="Submit"]').click();})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment