Skip to content

Commit

Permalink
Merge pull request #10 from qsniyg/userscript-managers
Browse files Browse the repository at this point in the history
Add more userscript managers
  • Loading branch information
bvolpato committed Feb 3, 2020
2 parents f0c8370 + e56c190 commit 5c6ec9c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Expand Up @@ -23,9 +23,22 @@ User scripts can improve your browsing experience, and open a lot of possibiliti

## How to use

To use user scripts you need to first install a user script manager. Here are the most popular managers:
To use user scripts you need to first install a user script manager. Here are managers for various browsers:

- [Greasemonkey](http://www.greasespot.net/) - Firefox
- Supports GM 4 userscripts.
- [Greasemonkey for Pale Moon](https://github.com/janekptacijarabaci/greasemonkey/releases) - Pale Moon
- Supports GM 3 userscripts.
- [Firemonkey](https://addons.mozilla.org/firefox/addon/firemonkey/) - Firefox
- Supports GM 4 userscripts and some GM 3 userscripts.
- [Tampermonkey](https://tampermonkey.net/) - 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](https://addons.mozilla.org/firefox/addon/userunified-script-injector/) - Firefox
- Supports some GM 3 userscripts.
- [Violentmonkey](https://violentmonkey.github.io/) - Chrome, Firefox, Maxthon, Opera
- Supports both GM 3 and GM 4 userscripts.

The most popular userscript managers are Greasemonkey, Tampermonkey, and Violentmonkey.

There's no focused plugins to get Userscripts running on Internet Explorer, but the [Adguard](https://adguard.com/) extension provide this feature.

Expand Down

0 comments on commit 5c6ec9c

Please sign in to comment.