Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matzkoh/userscripts

Tampermonkey scripts
https://github.com/matzkoh/userscripts

Last synced: 15 days ago
JSON representation

Tampermonkey scripts

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
```