https://github.com/gerev/violentmonkey_scripts
Bunch of user scripts created for various functionality on various websites
https://github.com/gerev/violentmonkey_scripts
Last synced: 10 months ago
JSON representation
Bunch of user scripts created for various functionality on various websites
- Host: GitHub
- URL: https://github.com/gerev/violentmonkey_scripts
- Owner: GeReV
- License: mit
- Created: 2025-03-15T01:49:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-31T05:10:14.000Z (about 1 year ago)
- Last Synced: 2025-05-31T16:53:12.489Z (about 1 year ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# violentmonkey_scripts
Userscripts for [Violentmonkey](https://violentmonkey.github.io/) for various websites
This is a userscript initiated from [@violentmonkey/generator-userscript](https://github.com/violentmonkey/generator-userscript).
## Scripts
- **Instagram reels speed control:** Shows a simple speed control under Instagram videos
## Development
```sh
# Compile and watch
$ npm run dev
# Build script
$ npm run build
# Lint
$ npm run lint
```