diff --git a/ReadmeTemplate.md b/ReadmeTemplate.md index b9603d5..7a1fe2a 100644 --- a/ReadmeTemplate.md +++ b/ReadmeTemplate.md @@ -4,15 +4,20 @@ # Monkey Magic 🐒🪄 -TamperMonkey scripts for å gjøre websider bedre. (Fuglane, Innsida osv.) - -# Scripts -{scriptlist} +TamperMonkey scripts to improve sites (Fuglane, Innsida etc.) # How to use 1. Install the TamperMonkey extension for your browser -2. Click on the ![](https://img.shields.io/badge/Install-Link-green.svg) for the script you want to install (in the list above) -3. TamperMonkey should open and ask you to install the script +2. Enable permission to use User Scripts. + - Open extension settings by right-clicking the Tampermonkey icon (1) and selecting **"Manage Extension"** (2). + Manage Extension> + - Locate and enable the **"Allow User Scripts"** toggle. + Allow User Scripts +3. Click on the ![](https://img.shields.io/badge/Install-Link-green.svg) for the script you want to install (in the list below) +4. TamperMonkey should open and ask you to install the script + +# Scripts +{scriptlist} # Contribute ## Basic Contribution diff --git a/doc/manage_extension.jpg b/doc/manage_extension.jpg new file mode 100644 index 0000000..e066ed1 Binary files /dev/null and b/doc/manage_extension.jpg differ diff --git a/doc/userscripts_toggle.png b/doc/userscripts_toggle.png new file mode 100644 index 0000000..6636974 Binary files /dev/null and b/doc/userscripts_toggle.png differ