Skip to content

xxxDSSxxx/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 dev
# or
$ npm i
$ npm run dev

Then load the extension from 'dist/'.

Build

$ yarn
$ yarn 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.0%
  • Vue 19.5%
  • CSS 1.3%
  • HTML 0.2%