Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tommoulard/userscripts
My custom userscripts
https://github.com/tommoulard/userscripts
tampermonkey travis-ci user-management userscript userscript-collection
Last synced: 30 days ago
JSON representation
My custom userscripts
- Host: GitHub
- URL: https://github.com/tommoulard/userscripts
- Owner: tomMoulard
- Created: 2021-05-15T15:39:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T16:16:17.000Z (over 3 years ago)
- Last Synced: 2025-01-03T15:09:43.926Z (about 1 month ago)
- Topics: tampermonkey, travis-ci, user-management, userscript, userscript-collection
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)).