Treasury Direct Password Enabler is a accessibility chrome extension. it's a free extension , it has 18 active users since released its first version, it earns an average rating of 5.00 from 3 rated user, last update is 667 days ago.
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"); } });
You could download the latest version crx file or older version files and install it.
English (United States).
100% user give 5-star rating. Read reviews of treasury direct password enabler
You could find more help information from treasury direct password enabler support page.
You could send emails to publisher, or check publisher's website.
More about manifest_file of treasury direct password enabler.
You could click to report abuse of treasury direct password enabler.
Works great!
I checked the source code and it's exactly as stated, so this is safe. And it removes a major annoyance! Appreciate it.