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

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

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