Treasury Direct Password Enabler
Allows you to type your password on treasurydirect.gov
As of May 2026, Treasury Direct Password Enabler has 11 users and a 5.00/5 rating from 3 reviews in the Accessibility category.
Usersdown 45.0 percent−45.0%
11
11
Ratingno change0%
5.00
3 reviews
Reviewsno change0%
3
Version
1.0
Manifest V3
History
2 snapshotsTracking since Apr 26, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 26, 2026 | 20 | 5.00 | 3 | 1.0 |
| May 24, 2026 | 13 | 5.00 | 3 | 1.0 |
| Now | 11 | 5.00 | 3 | 1.0 |
Permissions & access
- Permissions
- None declared
- Host access
- https://www.treasurydirect.gov/RS/PW-Display.do
Screenshots
About
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");
}
});Technical
- Version
- 1.0
- Manifest
- V3
- Size
- 3.8KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- pkhnccdfachabehkfjjhedgafjbaffmi
- Developer ID
- udbfd0575dc242c3e926c50d120876385
- Developer Email
- [email protected]
- Created
- Jan 6, 2023
- Last Updated (Store)
- Jan 6, 2023
- Last Scraped
- May 24, 2026
- Website
- —
- Support URL
- —
- Privacy Policy
- —
Similar extensions
Alternatives to Treasury Direct Password Enabler, ranked by description similarity.
TreasuryDirect keyboard enabler
Removes readonly attribute from TreasuryDirect password field
9
★ 5.0
Show Password Toggle
Toggle visibility of password fields with a single click.
39
★ 5.0
Password Peeper
Show your password on the web page filled in by browser. Double click to copy your password to clipboard in case you forgot it.
100
★ 5.0
ShowPassword
Reveal or hide passwords with Mouse Over, CTRL + Mouse Over, or Double Click. Customize the delay for showing passwords with ease.
67
Password Toggler - view typed passwords
Adds button to show/hide password in input elements
2.0K
★ 3.7
Password Show
This extension adds a shortcut to reveal passwords in input fields.
10
PassEye | Revealing passwords
Revealing passwords in login and registration forms
39
★ 5.0
Password Viewer
Adds a show/hide button to password fields
101
★ 5.0
Data sourced from the Chrome Web Store · last verified May 24, 2026.