Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.14 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.14 KB

Violentmonkey

Chrome Web Store Firefox Add-ons Gitter

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

More details can be found here.

Related projects

Development

Make sure Node.js greater than v8.0 is installed.

$ yarn
$ yarn run dev
# or
$ npm i
$ npm run dev

Then load the extension from 'dist/'.

Build

$ yarn
$ yarn run build
# or
$ npm i
$ npm run build