Skip to content

Instantly share code, notes, and snippets.

@Fryguy
Last active February 18, 2023 21:07
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 Fryguy/8af044e23487121aa9f9e3c6e72b6525 to your computer and use it in GitHub Desktop.
Save Fryguy/8af044e23487121aa9f9e3c6e72b6525 to your computer and use it in GitHub Desktop.
Unlock Password Bookmarklet
javascript:(function(){pwd=document.getElementById('password');pwd.removeAttribute('autocomplete');pwd.removeAttribute('readonly');pwd.style.backgroundColor='white';})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment