Treasury Direct Password Enabler
3 ratings
)Overview
Allows you to type your password on treasurydirect.gov
A super tiny and simple script to automatically remove the "read-only" flag from the password field on TreasuryDirect.com, allowing you to type your password or use a password manager instead of using the cumbersome onscreen keyboard. The entire source for this extension is: window.addEventListener("load", () => { const input = document.getElementsByClassName("pwordinput").item(0); const keyboard = document.getElementById("virtual_keyboard"); if (input && keyboard) { input.readOnly = false; input.style.backgroundColor = "white"; keyboard.remove(); console.log("Password field is no longer read-only"); } else { console.log("Password enabler failed"); } });
5 out of 53 ratings
Google doesn't verify reviews. Learn more about results and reviews.
Details
- Version1.0
- UpdatedJanuary 6, 2023
- Offered bykramertechpublishing
- Size3.8KiB
- LanguagesEnglish (United States)
- Developer
Email
kramertechpublishing@gmail.com - Non-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.
Privacy
This developer declares that your data is
- Not being sold to third parties, outside of the approved use cases
- Not being used or transferred for purposes that are unrelated to the item's core functionality
- Not being used or transferred to determine creditworthiness or for lending purposes