-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
76c640f
commit 9b75a9c
Showing
1 changed file
with
19 additions
and
0 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,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)). |