Bookmarklets

Quick JavaScript hacks for Salesforce Classic and annoying websites

Drag any link below to your bookmarks bar, then click it when you need it. That's it.

Salesforce Classic Helpers

Toggle 'em All

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 All

Works in Classic UI only - Lightning's shadow DOM blocks this

Check All Checkboxes

Checks everything at once instead of toggling. Same use case as above, just a different approach depending on what you're doing.

Check All Checkboxes

Also Classic only

Browser Fixes

Enable Right Click

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 Click

Enable Paste in Password Fields

Banking sites love to disable paste in password fields, which defeats the entire purpose of password managers. Click this to paste anyway.

Enable Paste in Passwords

Why These Exist

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