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")})(); |