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

Gerald 44cf2570a7 fix(requests): disallow `VM-` headers for security reason 8 years ago
icons 15f7959741 fix: remove unused icons 8 years ago
scripts 96a1c8f4ac chore: update .gitignore 8 years ago
src 44cf2570a7 fix(requests): disallow `VM-` headers for security reason 8 years ago
test 9f8e4333f6 feat: add blacklist 8 years ago
.editorconfig 11ce901e9c fix: load sync.current 8 years ago
.eslintignore 3186c1c664 chore: update lint config 8 years ago
.eslintrc.js 96a1c8f4ac chore: update .gitignore 8 years ago
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason 8 years ago
LICENSE be7d421dcf chore: add MIT LICENSE 8 years ago
README.md 376ea9cfd8 fix: update introduction 8 years ago
gulpfile.js 903a935556 chore: show errors and warnings on compilation 8 years ago
package.json 3186c1c664 chore: update lint config 8 years ago

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