Skip to content

Instantly share code, notes, and snippets.

@gekkedev
Last active March 26, 2023 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gekkedev/492e1b541ea3dd2cd8fbcc358fd224af to your computer and use it in GitHub Desktop.
Save gekkedev/492e1b541ea3dd2cd8fbcc358fd224af to your computer and use it in GitHub Desktop.
Cross-browser userscript installation guide - how to install userscripts

Click on Raw, then copy and paste. Crediting is highly appreciated. Else you may link to this guide to ensure your instructions stay up-to-date regularly.

Google Chrome: Install Tampermonkey or Violentmonkey.
Mozilla Firefox: Install Greasemonkey, Tampermonkey or Violentmonkey.
Opera: Install this extension first, then you can install Tampermonkey or Violentmonkey from the Chrome extension store.
Microsoft Edge: Install Tampermonkey from the Edge Add-On Repository.

@gekkedev
Copy link
Author

gekkedev commented Jan 8, 2021

Embedding example for your Readme file:

## Installation
1. make sure to have [Tampermonkey/Greasemonkey/Violentmonkey](https://gist.github.com/gekkedev/492e1b541ea3dd2cd8fbcc358fd224af) installed
1. click [here](https://raw.githubusercontent.com/namespace/reponame/master/filename.user.js)
1. confirm your intention to install the Userscript.

will look like this:

Installation

  1. make sure to have Tampermonkey/Greasemonkey/Violentmonkey installed
  2. click here
  3. confirm your intention to install the Userscript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment