Skip to content

Instantly share code, notes, and snippets.

@ptmccarthy
Created September 24, 2022 03:31
Show Gist options
  • Select an option

  • Save ptmccarthy/91de915c2cba5476f62771f7e4d84d48 to your computer and use it in GitHub Desktop.

Select an option

Save ptmccarthy/91de915c2cba5476f62771f7e4d84d48 to your computer and use it in GitHub Desktop.
Make the TreasuryDirect login a normal input
// 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