Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)).