Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matzkoh/userscripts
Tampermonkey scripts
https://github.com/matzkoh/userscripts
Last synced: 15 days ago
JSON representation
Tampermonkey scripts
- Host: GitHub
- URL: https://github.com/matzkoh/userscripts
- Owner: matzkoh
- Created: 2019-01-27T13:28:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T18:11:32.000Z (about 2 months ago)
- Last Synced: 2024-09-13T07:35:57.357Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 632 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![renovate-badge]][renovate]
[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen
[renovate]: https://renovatebot.com/# userscripts
[Tampermonkey](https://tampermonkey.net/) scripts.
Also in [Greasy Fork](https://greasyfork.org/ja/users/10239-matzkoh).
To install script from GitHub directly, click `Raw` button on `./packages/*/dist/*.user.js` page.
[list of all scripts](packages)
## development
```sh
# setup
npm install# build
npm run build
```