Skip to content

Commit

Permalink
Generated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 23, 2024
1 parent 26da538 commit adabc95
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 adabc95

Please sign in to comment.