diff --git a/README.md b/README.md
index ff6beea..35e090f 100644
--- a/README.md
+++ b/README.md
@@ -3,56 +3,41 @@
TamperMonkey scripts for å gjøre websider bedre. (Fuglane, Innsida osv.)
# Scripts
- ## BAS Quick Search
-
-
- | Version | 1.4.3 |
- | Author | Øyvind Nilsen (on@ntnu.no) |
- | Match | https://bas.ntnu.no/* |
- | Description | Show a textbox on `Alt` + `/` key press and redirect to Cereweb search on Enter key press. Supports group search with "g:" prefix and accounts if you use no prefix or "a:" prefix. |
-
-
- ## Fuglane - Issue links
-
-
- | Version | 1.3.1 |
- | Author | on@ntnu.no |
- | Match | https://fuglane.it.ntnu.no/* |
- | Description | Replace NTNU issue numbers, change numbers and upn's with clickable links to TopDesk |
-
-
- ## Innsida Quick Search
-
-
- | Version | 1.0.3 |
- | Author | Øyvind Nilsen (on@ntnu.no) |
- | Match | https://innsida.ntnu.no/* |
- | Description | `alt` + `/` to search on Innsida |
-
-
- ## TopDesk - Copy Issuenumber
-
-
- | Version | 1.1.0 |
- | Author | Øyvind Nilsen (on@ntnu.no) |
- | Match | https://hjelp.ntnu.no/* |
- | Description | Copies the issue number if you click it in TopDesk |
-
-
- ## YR.no - Hotkeys
-
-
- | Version | 1.2.1 |
- | Author | on@ntnu.no |
- | Match | https://www.yr.no/* |
- | Description | Navigate the yr.no navbar using `Ctrl` + `←` and `Ctrl` + `→`. Navigate to 21-day forecast, radar map or daily table view using `Alt` + `L`, `Alt` + `R` or `Alt` + `V`. |
-
-
+ ### BAS Quick Search
+
+ - **Install:** [](https://git.ntnu.no/M365-Drift/MonkeyMagic/raw/main/bas-search.user.js)
+ - **Author:** Øyvind Nilsen (on@ntnu.no)
+ - **Match:** `https://bas.ntnu.no/*`
+ - **Description:** Show a textbox on `Alt` + `/` key press and redirect to Cereweb search on Enter key press. Supports group search with "g:" prefix and accounts if you use no prefix or "a:" prefix.
+ ### Fuglane - Issue links
+
+ - **Install:** [](https://git.ntnu.no/M365-Drift/MonkeyMagic/raw/main/fuglane.user.js)
+ - **Author:** on@ntnu.no
+ - **Match:** `https://fuglane.it.ntnu.no/*`
+ - **Description:** Replace NTNU issue numbers, change numbers and upn's with clickable links to TopDesk
+ ### Innsida Quick Search
+
+ - **Install:** [](https://git.ntnu.no/M365-Drift/MonkeyMagic/raw/main/innsida-search.user.js)
+ - **Author:** Øyvind Nilsen (on@ntnu.no)
+ - **Match:** `https://innsida.ntnu.no/*`
+ - **Description:** `alt` + `/` to search on Innsida
+ ### TopDesk - Copy Issuenumber
+
+ - **Install:** [](https://git.ntnu.no/M365-Drift/MonkeyMagic/raw/main/topdesk.user.js)
+ - **Author:** Øyvind Nilsen (on@ntnu.no)
+ - **Match:** `https://hjelp.ntnu.no/*`
+ - **Description:** Copies the issue number if you click it in TopDesk
+ ### YR.no - Hotkeys
+
+ - **Install:** [](https://git.ntnu.no/M365-Drift/MonkeyMagic/raw/main/yr.user.js)
+ - **Author:** on@ntnu.no
+ - **Match:** `https://www.yr.no/*`
+ - **Description:** Navigate the yr.no navbar using `Ctrl` + `←` and `Ctrl` + `→`. Navigate to 21-day forecast, radar map or daily table view using `Alt` + `L`, `Alt` + `R` or `Alt` + `V`.
# How to use
1. Install the TamperMonkey extension for your browser
-2. Click on the script you want to install (in the list above)
+2. Click on the  for the script you want to install (in the list above)
3. TamperMonkey should open and ask you to install the script
# Contribute