Installation - kyle-mckay/metaquill GitHub Wiki
Installation
Tampermonkey
Install Tampermonkey from your browsers extension store (available for Chrome, Firefox, Edge, etc.). Their Homepage
Automatic Installation
With tampermonkey installed, you should be able to open the userscript directly with this link to code.
Manual Installation
- After installing, click the Tampermonkey icon in your browser toolbar.
- Select "Create a new script..." from the menu.
- A code editor will open with some default template code.
- Delete all the default code and paste the entire userscript code link to code or open the
metaquill.user.js
file. - Save the script (usually by clicking the disk icon or pressing
Ctrl+S
/Cmd+S
).
Additional Steps
Per Site Permissions
In some cases, you may need to enable the script on each of the supported websites before being able to run the script.
Userscript Injection Settings
In chromeium based browsers, you will need to enable userscript injection from your settings. Official Instructions
Fin
When installed and navigating to a supported site, tampermonkey should have a little icon beside it showing the number of active scripts.
Clicking the icon should show you the name of scripts associated with the page.