UserScript Toolbox
A set of focused browser userscripts for fixing repetitive web-workflow annoyances.
A small collection of scripts for navigation, theming, and cleanup. The toolbox is built around a practical rule: if a site makes a repeated task slower, a small script should remove that friction without taking over the browser.
Problem
Many daily web annoyances are too specific for browser extensions but frequent enough to deserve automation.
Implementation
Each script stays narrow, inspectable, and independently removable, using userscript APIs and direct DOM integration.
What it does
- Keeps each script narrow enough to inspect, modify, and disable independently.
- Uses browser-native integration instead of requiring a bundled extension.
- Prioritizes daily workflow repairs over novelty features.