Quick JavaScript hacks for Salesforce Classic, quiz extraction, and sites with annoying anti-patterns.
Flips every checkbox on the page. Perfect for permission sets when you need to invert 50+ checkboxes without RSI.
Checks everything at once instead of toggling. Use when starting from a blank slate profile.
Re-enables right-click on sites that block it for "security." Inspect elements, copy text, open links—like normal.
Banking sites love to disable paste in password fields, breaking password managers. This fixes it.
Extracts quiz data from Sporcle including all answers, alternates, categories, and time limits. Decodes their substitution cipher automatically.
Extracts quiz data from JetPunk with fuzzy-match regex patterns. Great for quizzes with built-in typo tolerance.