Skip to content

Instantly share code, notes, and snippets.

View ptmccarthy's full-sized avatar

Patrick McCarthy ptmccarthy

View GitHub Profile
@ptmccarthy
ptmccarthy / gist:91de915c2cba5476f62771f7e4d84d48
Created September 24, 2022 03:31
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")})();