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

Gerald 48588e112e fix: update i18n před 8 roky
icons 15f7959741 fix: remove unused icons před 8 roky
scripts f221118fda refactor bridges před 8 roky
src 48588e112e fix: update i18n před 8 roky
test 44b309f121 fix: transform `custom._*` fields, add `custom.excludeMatch` před 8 roky
.editorconfig 11ce901e9c fix: load sync.current před 8 roky
.eslintignore 397d4a0022 test: add tests for background utils před 8 roky
.eslintrc.js 96a1c8f4ac chore: update .gitignore před 8 roky
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason před 8 roky
LICENSE be7d421dcf chore: add MIT LICENSE před 9 roky
README.md 376ea9cfd8 fix: update introduction před 8 roky
gulpfile.js 26cd6fa225 chore: remove unused deps před 8 roky
package.json 937b9080c7 chore: add husky, lint before push před 8 roky

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