-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # Monkey Magic | ||
|
|
||
| TamperMonkey scripts for å gjøre websider bedre. (Fuglane, Innsida osv.) | ||
|
|
||
| # Scripts | ||
| {scriptlist} | ||
|
|
||
| # 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters