README.md 637 B

Violentmonkey

Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support.

Links

Development

$ npm i
$ npm run dev
# Then load the extension from 'dist/'.

Build

# Build without compression
$ npm run build

# Build a compressed version
$ npm run build --production