Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@akobashikawa
Created March 28, 2016 02:15
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 akobashikawa/aaf9d828e7b21d960382 to your computer and use it in GitHub Desktop.
Save akobashikawa/aaf9d828e7b21d960382 to your computer and use it in GitHub Desktop.
Bookmark to show passwords in current page
javascript:%5B%5D.forEach.call(%20document.querySelectorAll(%27input%5Btype%3D%5C%27password%5C%27%5D%27),%20function(v,i)%7Bv.setAttribute(%27type%27,%20%27text%27)%3B%7D%20)%3B
@akobashikawa
Copy link
Author

Instructions: Create new item in bookmarks bar, copy and paste the code.
Use: Click when you want to show password in a page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment