Skip to content

Instantly share code, notes, and snippets.

@gekkedev
Last active July 21, 2024 18:00
Show Gist options
  • 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 Violentmonkey or Tampermonkey.
Mozilla Firefox: Install Greasemonkey, or Violentmonkey, or Tampermonkey.
Opera: Install this extension first, then you can install Violentmonkey or Tampermonkey from the Chrome extension store.
Microsoft Edge: Install Violentmonkey or 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 [Greasemonkey/Violentmonkey/Tampermonkey](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 Greasemonkey/Violentmonkey/Tampermonkey 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