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

Gerald fc6350da2a chore: upgrade packages 8 gadi atpakaļ
icons 15f7959741 fix: remove unused icons 8 gadi atpakaļ
scripts 344dd0afd7 chore: update i18n script 8 gadi atpakaļ
src 982e869ce1 fix style 8 gadi atpakaļ
test 44b309f121 fix: transform `custom._*` fields, add `custom.excludeMatch` 8 gadi atpakaļ
.editorconfig 11ce901e9c fix: load sync.current 9 gadi atpakaļ
.eslintignore 397d4a0022 test: add tests for background utils 8 gadi atpakaļ
.eslintrc.js 96a1c8f4ac chore: update .gitignore 8 gadi atpakaļ
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason 8 gadi atpakaļ
LICENSE be7d421dcf chore: add MIT LICENSE 9 gadi atpakaļ
README.md 376ea9cfd8 fix: update introduction 8 gadi atpakaļ
gulpfile.js 344dd0afd7 chore: update i18n script 8 gadi atpakaļ
package.json fc6350da2a chore: upgrade packages 8 gadi atpakaļ

README.md

Violentmonkey

Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support.

Links

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