Treasury Direct Password Enabler chrome extension

Version: 1.0
Treasury Direct Password Enabler
Allows you to type your password on treasurydirect.gov
5.00 Based on 3 user rates

What is Treasury Direct Password Enabler?

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 491 days ago.


What’s new in version 1.0?

                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");
    }
});            

How to install Treasury Direct Password Enabler?

You could download the latest version crx file or older version files and install it.


Preview of Treasury Direct Password Enabler


Technical Features:

  • Latest Version: 1.0
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Thursday, January 5th, 2023
  • Author: kramertechpublishing

Treasury Direct Password Enabler Available languages:

English (United States).


FAQ


Reviews of treasury direct password enabler:


Andrew Kump February 27th, 2023
Andrew Kump

Works great!


Grant Forrest January 19th, 2023
Grant Forrest

I checked the source code and it's exactly as stated, so this is safe. And it removes a major annoyance! Appreciate it.

Read more review & comments of treasury direct password enabler