Treasury Direct Password Enabler
Item logo image for Treasury Direct Password Enabler

Treasury Direct Password Enabler

5.0(

3 ratings

)
ExtensionAccessibility23 users
Item media 1 screenshot

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.

Review's profile picture

Andrew KumpFeb 27, 2023

Works great!

Review's profile picture

Grant ForrestJan 19, 2023

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

Details

  • Version
    1.0
  • Updated
    January 6, 2023
  • Offered by
    kramertechpublishing
  • Size
    3.8KiB
  • Languages
    English (United States)
  • Developer
    Email
    kramertechpublishing@gmail.com
  • Non-trader
    This 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

The developer has disclosed that it will not collect or use your data.

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
Google apps