1
0

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

Gerald c718b2dab1 refactor injected.js with ES6 8 жил өмнө
icons 15f7959741 fix: remove unused icons 9 жил өмнө
scripts c718b2dab1 refactor injected.js with ES6 8 жил өмнө
src c718b2dab1 refactor injected.js with ES6 8 жил өмнө
test 9f8e4333f6 feat: add blacklist 9 жил өмнө
.editorconfig 11ce901e9c fix: load sync.current 9 жил өмнө
.eslintignore f37dc800ac refactor: rewrite options in ES6 8 жил өмнө
.eslintrc.js 76b99a51e0 refactor popup and background with ES6 8 жил өмнө
.gitignore c718b2dab1 refactor injected.js with ES6 8 жил өмнө
LICENSE be7d421dcf chore: add MIT LICENSE 9 жил өмнө
README.md 5a91f12605 update README.md 9 жил өмнө
gulpfile.js d661faddd2 chore: turn off zindex optimization for cssnano 9 жил өмнө
package.json c718b2dab1 refactor injected.js with ES6 8 жил өмнө

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