Created
September 24, 2022 03:31
-
-
Save ptmccarthy/91de915c2cba5476f62771f7e4d84d48 to your computer and use it in GitHub Desktop.
Make the TreasuryDirect login a normal input
This file contains hidden or 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
| // Create a bookmark of the below js snippet and run it on the TreasuryDirect login page | |
| // so you can type normally or use a password manager. | |
| javascript:(function(){document.querySelector(".pwordinput").removeAttribute("readonly")})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment