Skip to content

IlanVivanco/showDottedPasswords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

showDottedPasswords

Bookmarklet that let you see the passwords entered in web forms. It works with passwords the browser remembers but you dont. 😉

Dotted Password Example

Bookmarklet

Add the bookmarklet by selecting and dragging it to your bookmarks bar. Then go to the page that shows the dotted password and click the bookmark to show it.

javascript:!function(){for(var nodeList=document.getElementsByTagName("input"),iterator=0,node=null;node=nodeList[iterator++];)"password"==node.getAttribute("type")&&node.setAttribute("type","text");}();

About

Bookmarklet that let you see the passwords entered in web forms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published