Userscripts for restyling websites to my own liking, intended as a simpler alternative to Stylus.
- Install a userscript manager browser add-on
- For Firefox get GreaseMonkey
- For Chrome get TamperMonkey
- Go into the styles folder and click on the script you want
- Click the RAW button at the top right of the code
- Follow the instructions in the pop-up, and you're done \O/
The included template can be used to create new restyles. Replace $SITENAME
with the website's name (e.g. GitHub
), and
// @include https://www.$WEBSITE-URL.com/*
with the website base URL. For example,
// @include https://github.com/*
If you're not me, you'll also want to update @author
and @homepage
. Then simply replace the content of the styles
multi-line string with whatever CSS you wish to inject.