Skip to content

Instantly share code, notes, and snippets.

@genecyber
Created November 22, 2014 05:54
Show Gist options
  • Save genecyber/fad0352321247cb68a15 to your computer and use it in GitHub Desktop.
Save genecyber/fad0352321247cb68a15 to your computer and use it in GitHub Desktop.
N Counterwallet addresses Bookmarklet
javascript:(function()%7Bfunction%20go()%20%7B%20var%20n%20%3D%20prompt(%22How%20many%20wallets%3F%22%2C%20%22500%22)%3B%20%24(%22body%22).html(%22%22)%3B%20for%20(var%20i%20%3D%200%3B%20i%20%3C%20n%3B%20i%2B%2B)%20%7B%20generatePassphrase()%3B%20%24(%22body%22).append(i%2B%22%3A%20%22%2BgeneratedPassphrase()%2B%22%3Cbr%3E%22)%3B%7D%7D%20go()%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment