Skip to content

Instantly share code, notes, and snippets.

@funkyremi
Created January 5, 2018 11:09
Show Gist options
  • Save funkyremi/fd4768c9d8825e3525828373ecb3521d to your computer and use it in GitHub Desktop.
Save funkyremi/fd4768c9d8825e3525828373ecb3521d to your computer and use it in GitHub Desktop.
# 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