Browser Scripts Index
May 2, 2026 · View on GitHub
An index of browser userscripts I maintain — small JavaScript bits that run inside Tampermonkey, Violentmonkey, or Greasemonkey to fix, declutter, or augment specific websites.
Each entry below points at the source repo, where you'll find the script itself, screenshots, and a one-click install link.
Index
| Script | Site | Purpose | Repo | Direct install (v2) |
|---|---|---|---|---|
| AliExpress — Hide Combo Deals (with Toggle) | aliexpress.com | Excludes search results that are only available via "Max Combo" / bundle deals, where the headline price is conditional on buying multiple units. Adds an inline counter and Show/Hide toggle above the grid. | danielrosehill/AliExpress-No-Combo-Deals | aliexpress-no-combo-v2.user.js |
Install (any script)
- Install a userscript manager — Tampermonkey is recommended (Chrome / Firefox).
- Click the Direct install link in the table above. Tampermonkey
intercepts
.user.jsURLs and shows an install prompt. - Reload the affected site.
All scripts here include @updateURL / @downloadURL headers, so
Tampermonkey will pull new versions automatically.
Adding a new script
- Create a separate public repo for the script (one repo per script — keeps issues, screenshots, and version history isolated).
- Add a row to the table above pointing at the repo and the raw
.user.jsURL onmain.
Licence
Index content: MIT. Each linked script repo carries its own licence (typically MIT).