Skip to content

Instantly share code, notes, and snippets.

@sters
Created April 21, 2018 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sters/18b106cceb94d9b31cdc5489222f6919 to your computer and use it in GitHub Desktop.
Save sters/18b106cceb94d9b31cdc5489222f6919 to your computer and use it in GitHub Desktop.
password create bookmarklet
(()=>{let t='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!"#$%&()-=^~\\|@`[{]};+:*,<.>/?_'.split(""),l="";for(let e=0;e<16;e++)l+=t[~~(Math.random()*t.length)];alert(l)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment