Violentmonkey ============= [![Chrome Web Store](https://img.shields.io/chrome-web-store/v/jinjaccalgkegednnccohejagnlnfdag.svg)](https://chrome.google.com/webstore/detail/violentmonkey/jinjaccalgkegednnccohejagnlnfdag) [![Firefox Add-ons](https://img.shields.io/amo/v/violentmonkey.svg)](https://addons.mozilla.org/firefox/addon/violentmonkey) [![Gitter](https://img.shields.io/gitter/room/violentmonkey/violentmonkey.svg)](https://gitter.im/violentmonkey/violentmonkey) [![TravisCI](https://travis-ci.org/violentmonkey/violentmonkey.svg?branch=master)](https://travis-ci.org/violentmonkey/violentmonkey) Violentmonkey provides userscripts support for browsers. It works on browsers with [WebExtensions](https://developer.mozilla.org/en-US/Add-ons/WebExtensions) support. More details can be found [here](https://violentmonkey.github.io/). Related projects --- - [Violentmonkey for Opera Presto](https://github.com/violentmonkey/violentmonkey-oex) - [Violentmonkey for Maxthon](https://github.com/violentmonkey/violentmonkey-mx) Development --- Make sure [Node.js](https://nodejs.org/) greater than v10.0 is installed. ``` sh # Install dependencies $ yarn # Watch and compile $ yarn dev ``` Then load the extension from 'dist/'. Build --- ``` sh $ yarn build ```