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

MurkBRA/violentmonkey

 
 

Repository files navigation

Violentmonkey

Chrome Web Store 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 v8+ is installed.

$ npm i
$ npm run dev
# Then load the extension from 'dist/'.

Build

# Build without compression
$ npm run build

# Build a compressed version
$ npm run build:min

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.7%
  • Vue 18.8%
  • CSS 1.2%
  • HTML 0.3%