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

https://github.com/cyan903/userscripts

Collection of userscripts I've written over time.
https://github.com/cyan903/userscripts

greasemonkey tampermonkey userscript-collection userscripts

Last synced: 5 months ago
JSON representation

Collection of userscripts I've written over time.

Awesome Lists containing this project

README

          

# Userscripts

![code-style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg) ![last-commit](https://img.shields.io/github/last-commit/cyan903/userscripts) ![repo-size](https://img.shields.io/github/repo-size/cyan903/userscripts)

Collection of Userscripts I've written over time. Scripts tested using [Tampermonkey](https://www.tampermonkey.net) and [Violentmonkey](https://violentmonkey.github.io). Scripts can be found in the `/scripts` directory.

```
$ npm run format
```

## Install

To install a script you will need a Userscript manager.

- [Tampermonkey](https://www.tampermonkey.net/) (Chrome/Firefox)
- [Violentmonkey](https://violentmonkey.github.io/) (Chrome/Firefox)

## Libraries Used

- [crypto-js](https://www.npmjs.com/package/crypto-js) - osu.dl.user.js
- [wshook](https://github.com/skepticfx/wshook) - skribbl-hook.user.js
- [cors-anywhere](https://github.com/Rob--W/cors-anywhere) - wikigame.user.js

> [!TIP]
> Be sure to check out [SCRIPTS.md](SCRIPTS.md) to find out what each script does.

## License

[MIT](LICENSE)