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 percent45.0%
11
11
Ratingno change0%
5.00
3 reviews
Reviewsno change0%
3
Version
1.0
Manifest V3

History

2 snapshots

Tracking since Apr 26, 2026.

20.7215.510.28Apr 26, 2026May 24, 2026
View as table
DateUsersRatingReviewsVersion
Apr 26, 2026205.0031.0
May 24, 2026135.0031.0
Now115.0031.0

Permissions & access

Permissions
None declared
Host access
https://www.treasurydirect.gov/RS/PW-Display.do

Screenshots

Treasury Direct Password Enabler screenshot 1

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.

Data sourced from the Chrome Web Store · last verified May 24, 2026.