Quick JavaScript hacks for Salesforce Classic and annoying websites
Toggles every checkbox on the page. Useful when you need to flip 50+ permission checkboxes on a profile page and don't want carpal tunnel.
Toggle 'em AllWorks in Classic UI only - Lightning's shadow DOM blocks this
Checks everything at once instead of toggling. Same use case as above, just a different approach depending on what you're doing.
Check All CheckboxesAlso Classic only
Some websites block right-click for "security" (spoiler: it doesn't work). This re-enables it so you can inspect elements, copy text, or open links in new tabs like a normal person.
Enable Right ClickBanking sites love to disable paste in password fields, which defeats the entire purpose of password managers. Click this to paste anyway.
Enable Paste in PasswordsSalesforce Classic profile management is painful. Clicking 200+ checkboxes individually is not how I want to spend my Tuesday. The browser fixes exist because some web developers make terrible UX decisions in the name of "security theater."
For Lightning profile changes, use the Salesforce CLI or permission sets - these bookmarklets won't work there.