Skip to content

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

License

Notifications You must be signed in to change notification settings

evilpie/violentmonkey

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.1%
  • Vue 19.4%
  • CSS 1.3%
  • HTML 0.2%