Pinned Loading
-
-
-
enable input fields bookmarklet
enable input fields bookmarklet 1// bookmarklet to enable typing/pasting into annoying input boxes (e.g. TreasuryDirect password input)
2// partially stolen from https://github.com/jswanner/DontF-WithPaste
3javascript:(function() {
4document.querySelectorAll('input[readonly]').forEach(e => e.readOnly = false);
5forceBrowserDefault=(e=>{e.stopImmediatePropagation();return true;});
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.