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

Gerald 372e8f5602 fix data export 9 gadi atpakaļ
icons 2b57d3a319 Remove font-awesome 9 gadi atpakaļ
scripts 3ce3776f05 refactor: extract settings into components 9 gadi atpakaļ
src 372e8f5602 fix data export 9 gadi atpakaļ
test 9f8e4333f6 feat: add blacklist 9 gadi atpakaļ
.editorconfig 11ce901e9c fix: load sync.current 9 gadi atpakaļ
.eslintrc.yml d661ead94e chore: lint 9 gadi atpakaļ
.gitignore a72a4be42b fix ui breaking on update 9 gadi atpakaļ
LICENSE be7d421dcf chore: add MIT LICENSE 9 gadi atpakaļ
README.md 5a91f12605 update README.md 9 gadi atpakaļ
gulpfile.js 21bdd29827 chore: add postcss 9 gadi atpakaļ
package.json efd3db9cbd chore: upgrade build scripts 9 gadi atpakaļ

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