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 15, 2024
1 parent 61c4231 commit eede657
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@
TamperMonkey scripts for å gjøre websider bedre. (Fuglane, Innsida osv.)

# Scripts
| Filename | Name | Description ||----------|------|-------------|| [fuglane.user.js](https://git.ntnu.no/M365-Drift/MonkeyMagic/raw/main/fuglane.user.js) | Fuglane - Issue links | Replace NTNU issue numbers, change numbers and upn's with clickable links to TopDesk |

| Filename | Name | Description |
|----------|------|-------------|
| [fuglane.user.js](https://git.ntnu.no/M365-Drift/MonkeyMagic/raw/main/fuglane.user.js) | Fuglane - Issue links | Replace NTNU issue numbers, change numbers and upn's with clickable links to TopDesk |
# Contribute
1. Clone the repository
2. Pull the latest changes. (Important since the README.md is generated)
```bash
git pull
```
3. Add your script to the repository
```bash
git add myscript.user.js
git commit -m "Added my script"
git push
```
4. A Github Action will be automatically triggered and generate a new README.md file.

0 comments on commit eede657

Please sign in to comment.