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

Gerald 7875286965 fix: refine sync logic 8 lat temu
icons 15f7959741 fix: remove unused icons 9 lat temu
scripts 397d4a0022 test: add tests for background utils 8 lat temu
src 7875286965 fix: refine sync logic 8 lat temu
test 397d4a0022 test: add tests for background utils 8 lat temu
.editorconfig 11ce901e9c fix: load sync.current 9 lat temu
.eslintignore 397d4a0022 test: add tests for background utils 8 lat temu
.eslintrc.js 96a1c8f4ac chore: update .gitignore 8 lat temu
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason 8 lat temu
LICENSE be7d421dcf chore: add MIT LICENSE 9 lat temu
README.md 376ea9cfd8 fix: update introduction 8 lat temu
gulpfile.js 903a935556 chore: show errors and warnings on compilation 8 lat temu
package.json 397d4a0022 test: add tests for background utils 8 lat temu

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