Userscripts
Userscripts for Greasemonkey, Tampermonkey etc.
Install / Use
/learn @chocolateboy/UserscriptsREADME
userscripts
<!-- TOC --> <!-- TOC END -->INSTALLATION
Unless otherwise noted, each link below points to the userscript's homepage on GreasyFork.
Where possible, always install (or reinstall) these userscripts from GreasyFork, as this repo may contain development versions of these scripts that aren't ready for release and which may not even compile. In addition, the file/directory names here are subject to change, whereas the URLs on GreasyFork will always remain stable.
Compatibility
All of these scripts work in and are tested on Violentmonkey, which is open source, cross browser, actively maintained, and highly recommended. If for some reason you can't use it — or don't want to — the following options are available:
- Greasemonkey<sup>1</sup>
- Tampermonkey (closed source)
<a name="fn1"><sup><b>1</b></sup></a> The Greasemonkey 4 API is not currently supported. Some scripts work, but most haven't been tested. <br />
SCRIPTS
Sites
Amazon
- Amazon International Links - add international links to Amazon product pages
GitHub
- GitHub First Commit - add a link to a GitHub repo's first commit
- GitHub My Issues - add a link to issues you've contributed to in a GitHub repo
- Google DWIMages - direct links to images and pages on Google Images
Hacker News
- Hacker News Date Tooltips - deobfuscate the "n days ago" dates on Hacker News with YYYY-MM-DD tooltips
IMDb
- IMDb Full Summary - automatically show the full plot summary on IMDb
- IMDb Tomatoes - add Rotten Tomatoes ratings to IMDb movie and TV show pages
Last.fm
- Last Picture Show - link last.fm artist/album images directly to the image page
- Reddit Toggle Custom CSS - persistently disable/re-enable custom subreddit styles via a userscript command
Rotten Tomatoes
- More Tomatoes - automatically show the full "Movie Info" plot synopsis on Rotten Tomatoes
- Twitter Direct - remove t.co tracking links from Twitter
- Twitter Linkify Trends - make Twitter trends links (again)
- Twitter Zoom Cursor - distinguish between images and links on Twitter (userstyle)
Highlighters
Highlight new stories since the last time a site was visited
Pagerizers
These scripts mark up pages with missing/sane rel="prev" and rel="next"
links which can be consumed by a pager, e.g. <kbd>[[</kbd> and <kbd>]]</kbd> in
Tridactyl, Vim Vixen
etc.
The following are all direct links, i.e. clicking them installs the script.
Misc
- ISO 8601 Dates - display US dates in the ISO 8601 YYYY-MM-DD format
DEVELOPMENT
<details>Prerequisites
- awk
- esbuild
- make
NPM Scripts
- build - compile updated userscripts and save them to the
distdirectory - build:doc - generate the README's TOC (table of contents)
- clean - remove the
distdirectory and other build artifacts - rebuild - clean the build artifacts and recompile the code
SEE ALSO
Addons
- Google Direct - a Firefox addon which removes tracking links from Google Search results
Libraries
- gm-compat - portable monkey-patching for userscripts
- gm-storage - an ES6 Map wrapper for the synchronous userscript storage API
- UnCommonJS - a minimum viable shim for
module.exports
jQuery Plugins
- jQuery Highlighter - highlight new items since the last time a site was visited
- jQuery Pagerizer - mark up web pages with next/previous page annotations
Sites
AUTHOR
COPYRIGHT AND LICENSE
Copyright © 2011-2026 by chocolateboy.
These userscripts are free software; you can redistribute and/or modify them under the terms of the GPL.
