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

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

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