Hacker News new | ask | show | jobs
by yesenadam 1517 days ago
> I have to edit the HTML every single time to remove "readonly" on that field

Couldn't you do that with a bookmarklet, so it would just take one click?

1 comments

Given websites with CSP bookmarklets generally are a dead thing now as they are usually blocked by the policies.
That's why I use tampermonkey/userscripts. Make a script that removes disabled property from all form elements in the page, and set it to run when the document finishes loading on every website, then disable it so you can turn it on when necessary. I've got a number of similar scripts (the most used one is generally enabled; it prevents squarespace sites from navigating to a site login even I hit esc to stop the page from loading).