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

Gerald d661faddd2 chore: turn off zindex optimization for cssnano 8 лет назад
icons 15f7959741 fix: remove unused icons 8 лет назад
scripts 3ce3776f05 refactor: extract settings into components 8 лет назад
src 4ff2d6f9f1 fix: set author to string 8 лет назад
test 9f8e4333f6 feat: add blacklist 8 лет назад
.editorconfig 11ce901e9c fix: load sync.current 8 лет назад
.eslintrc.yml ec6ca9974d refactor: use web extension APIs 8 лет назад
.gitignore a72a4be42b fix ui breaking on update 9 лет назад
LICENSE be7d421dcf chore: add MIT LICENSE 8 лет назад
README.md 5a91f12605 update README.md 9 лет назад
gulpfile.js d661faddd2 chore: turn off zindex optimization for cssnano 8 лет назад
package.json 60230815d3 feat: redesign popup menu 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