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

Gerald f55192546f fix: add process.env.CLIENT %!s(int64=8) %!d(string=hai) anos
icons 15f7959741 fix: remove unused icons %!s(int64=9) %!d(string=hai) anos
scripts f55192546f fix: add process.env.CLIENT %!s(int64=8) %!d(string=hai) anos
src 0edc667183 refactor: use <div> instead of multiline <select> %!s(int64=8) %!d(string=hai) anos
test 44b309f121 fix: transform `custom._*` fields, add `custom.excludeMatch` %!s(int64=8) %!d(string=hai) anos
.editorconfig 11ce901e9c fix: load sync.current %!s(int64=9) %!d(string=hai) anos
.eslintignore 397d4a0022 test: add tests for background utils %!s(int64=8) %!d(string=hai) anos
.eslintrc.js 96a1c8f4ac chore: update .gitignore %!s(int64=8) %!d(string=hai) anos
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason %!s(int64=8) %!d(string=hai) anos
LICENSE be7d421dcf chore: add MIT LICENSE %!s(int64=9) %!d(string=hai) anos
README.md 376ea9cfd8 fix: update introduction %!s(int64=8) %!d(string=hai) anos
gulpfile.js 3600e4dd3f chore: remove unused deps %!s(int64=8) %!d(string=hai) anos
package.json e78d5abc89 2.6.3 %!s(int64=8) %!d(string=hai) anos

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