Skip to content

Instantly share code, notes, and snippets.

@enkeboll
Created April 13, 2022 18:19
Show Gist options
  • Save enkeboll/17445d5a89bd3ca4174c1d8a789f29bb to your computer and use it in GitHub Desktop.
Save enkeboll/17445d5a89bd3ca4174c1d8a789f29bb to your computer and use it in GitHub Desktop.
Bookmarklet for inputting treasury passwords
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