Skip to content

Instantly share code, notes, and snippets.

@daronspence
Last active December 14, 2015 21:50
Show Gist options
  • Select an option

  • Save daronspence/365ce803c85de9729ad7 to your computer and use it in GitHub Desktop.

Select an option

Save daronspence/365ce803c85de9729ad7 to your computer and use it in GitHub Desktop.
Show Password for Active Field
(
function(){
document.activeElement.setAttribute('type', 'text');
}
)();
// Encoded // javascript:(function()%7Bdocument.activeElement.setAttribute('type'%2C 'text')%7D)()
@daronspence

Copy link
Copy Markdown
Author

You can also use this site to create the bookmarklet. Just paste lines 1-5 in the giant text box. http://mrcoles.com/bookmarklet/

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