# violentmonkey **Repository Path**: righere/violentmonkey ## Basic Information - **Project Name**: violentmonkey - **Description**: Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-06 - **Last Updated**: 2021-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Violentmonkey ============= Violentmonkey provides userscripts support for browsers. It works on browsers with [WebExtensions](https://developer.mozilla.org/en-US/Add-ons/WebExtensions) support. Links --- - [Homepage](https://violentmonkey.github.io/) - [Violentmonkey for Opera Presto](https://github.com/violentmonkey/violentmonkey-oex) - [Violentmonkey for Maxthon](https://github.com/violentmonkey/violentmonkey-mx) Development --- ``` sh $ npm i $ npm run dev # Then load the extension from 'dist/'. ``` Build --- ``` sh # Build without compression $ npm run build # Build a compressed version $ npm run build --production ```