Skip to content

Commit

Permalink
Merge branch 'main' of git.ntnu.no:M365-Drift/MonkeyMagic
Browse files Browse the repository at this point in the history
  • Loading branch information
on committed Aug 23, 2024
2 parents 710a974 + adabc95 commit 212942d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ TamperMonkey scripts for å gjøre websider bedre. (Fuglane, Innsida osv.)
3. TamperMonkey should open and ask you to install the script

# Contribute
## Basic Contribution
1. Clone the repository
```bash
git clone git@git.ntnu.no:M365-Drift/MonkeyMagic.git
Expand All @@ -57,3 +58,12 @@ git pull
git push
```
4. A Github Action will be automatically triggered and generate a new README.md file.

## Advanced Contribution

### Auto Update
To enable auto update of your UserScript, you need to add the following lines (change the filename to your filename) to the top of your script. This will make TamperMonkey check for updates every 24 hours.
```javascript
// @updateURL https://git.ntnu.no/M365-Drift/MonkeyMagic/raw/main/bas-search.user.js
// @downloadURL https://git.ntnu.no/M365-Drift/MonkeyMagic/raw/main/bas-search.user.js
```

0 comments on commit 212942d

Please sign in to comment.