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

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

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