Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoulard committed May 15, 2021
1 parent 76c640f commit 9b75a9c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Userscripts

This repository is where I host all of my user scripts (used with
[tampermonkey](https://www.tampermonkey.net/)).

You can add scripts by adding them in the `scripts/` folder along with a json
file that serve as settings for tampermonkey, like:
```
scripts/
└── Awesome/
├── best_script.js
└── best_script.json
```

Thus, when executing `make`, it will create a `out.json` file that can be
imported into tampermonkey.

Otherwise, you can use be built json files that you can file in the releases
[assets](https://github.com/tommoulard/userscripts/releases)).

0 comments on commit 9b75a9c

Please sign in to comment.