Hacker News new | ask | show | jobs
by folmar 1517 days ago
Given websites with CSP bookmarklets generally are a dead thing now as they are usually blocked by the policies.
1 comments

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).