Created
January 5, 2018 11:09
-
-
Save funkyremi/fd4768c9d8825e3525828373ecb3521d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Drag and drop the following code in your browser bookmarks to show current page passwords | |
javascript:var inputs=document.getElementsByTagName('input');for(var i=0;i<inputs.length;i++){if(inputs[i].type.toLowerCase()==='password'){inputs[i].type='text';}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment