Last active
February 18, 2023 21:07
-
-
Save Fryguy/8af044e23487121aa9f9e3c6e72b6525 to your computer and use it in GitHub Desktop.
Unlock Password Bookmarklet
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
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