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

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

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