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

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

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