暴力猴 https://violentmonkey.github.io/

Gerald be7d421dcf chore: add MIT LICENSE 8 years ago
icons 2b57d3a319 Remove font-awesome 9 years ago
scripts 7a39dfd1a0 update libraries 9 years ago
src b1ecab167c fix text binding 8 years ago
test 55e4a03fe1 test: update test script 9 years ago
.editorconfig 7a39dfd1a0 update libraries 9 years ago
.eslintrc.yml d661ead94e chore: lint 9 years ago
.gitignore a72a4be42b fix ui breaking on update 9 years ago
LICENSE be7d421dcf chore: add MIT LICENSE 8 years ago
README.md 5a91f12605 update README.md 8 years ago
gulpfile.js 29ec462293 chore: add json plugin 9 years ago
package.json cc9debcd23 upgrade packages 8 years ago

README.md

Violentmonkey

Violentmonkey provides userscripts support for Chromium-based Opera.
Violentmonkey for Opera Presto: https://github.com/violentmonkey/violentmonkey-oex

For more information, click here.

Development

$ 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 --production