| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
My user scripts to add functionality to various sites around the web (that were too small for me to bother turning into a full-fledged Chrome extension).
Personally I used Violentmonkey in Chrome:
But since Violentmonkey haven't updated from MV2 to MV3 (at least as of 2025-08-24):
WARNING:
This extension is no longer supported on Chrome due to its Manifest V2 architecture. While a Manifest V3 rewrite might be considered in the future, it is not planned for the foreseeable future due to the considerable effort involved and the potential for losing existing features.
As an alternative, consider using Brave browser which is also open source, where you can install it from the Chrome Web Store.
I was forced to move back to Tampermonkey (which is not open source):
That said, TamperMonkey has support for some more experimental features/API's that Violentmonley doesn't/won't support (eg. GM_webRequest(rules, listener), GM_cookie.*, etc; Ref: violentmonkey#583, tampermonkey#397)
Another open source alternative (that I haven't deeply explored / tried) is ScriptCat, which is GPLv3 and updated for MV3:
And finally, if you have different preferences, the following more comprehensive (but older) guide was extracted from the bvolpato/awesome-userscripts README (though this extract isn't updated with info on MV2 vs MV3 support):
To use user scripts you need to first install a user script manager. Here are managers for various browsers:
- Greasemonkey - Firefox
- Supports GM 4 userscripts.
- Greasemonkey for Pale Moon - Pale Moon
- Supports GM 3 userscripts.
- Firemonkey - Firefox
- Supports GM 4 userscripts and some GM 3 userscripts.
- Tampermonkey - Chrome, Microsoft Edge, Safari, Opera, Firefox (also with support for mobile Dolphin Browser and UC Browser)
- Supports both GM 3 and GM 4 userscripts.
- USI - Firefox
- Supports some GM 3 userscripts.
- Violentmonkey - Chrome, Firefox, Maxthon, Opera
- Supports both GM 3 and GM 4 userscripts.
The most popular userscript managers are Greasemonkey, Tampermonkey, and Violentmonkey.
Chrome DevTools allows you to save small snippets of JS code that can be easily run on pages using Command + P, typing a !, then selecting the snippet you want to run:
While I won't list them all here individually, you can find my devtools userscripts (or those I've collected from others), in:
devalias does dotfiles
Create a new window from the tabs to the right of the currently selected tab.
My user scripts to add functionality to various sites around the web (that were too small for me to bother turning into a full-fledged Chrome extension)
Awesome list of Gmail filters and related resources
A non-exhaustive list of userscripts created by others/from other repos/etc:
A curated list of Awesome Userscripts
Userscripts to add functionality to GitHub
Userscripts to add functionality to Bitbucket
Userscripts to add functionality to GitLab
Userscripts to add functionality to miscellaneous sites
This repo contains a few of my UserScripts that I've build since 2007.
A non-exhaustive list of JS devtools snippets created by others/from other repos/etc:
A collection of helpful snippets to use inside of browser devtools
Pretty much my go-to Chrome extension for making GitHub way more usable:
Browser extension that simplifies the GitHub interface and adds useful features
Also a super useful Chrome extension for GitHub Notifications:
Browser Extension: preview GitHub notifications with same page pop-overs
| Back | FazBrowse Home | New Git URL |