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.
- Host: GitHub
- URL: https://github.com/cyan903/userscripts
- Owner: Cyan903
- License: mit
- Created: 2022-02-19T21:54:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T01:55:32.000Z (over 1 year ago)
- Last Synced: 2025-03-24T10:02:55.541Z (9 months ago)
- Topics: greasemonkey, tampermonkey, userscript-collection, userscripts
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)