Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sivagao/tampermonkey-scripts
use github repo to track all my snippets of tampermonkey, and center control using engine etc
https://github.com/sivagao/tampermonkey-scripts
Last synced: about 1 month ago
JSON representation
use github repo to track all my snippets of tampermonkey, and center control using engine etc
- Host: GitHub
- URL: https://github.com/sivagao/tampermonkey-scripts
- Owner: sivagao
- Created: 2014-05-05T19:49:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T05:26:41.000Z (over 10 years ago)
- Last Synced: 2024-10-14T11:11:12.827Z (3 months ago)
- Language: JavaScript
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### What
builded with dependencies and use sites/rules to run specific js code at any matched page.### Build Script
build a base script - which use at tampermonkey-engine
build a sites-rules-scripts - which will be served at github raw, be fetched by `base script` and then evaluate.
`sh build.sh`