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

Gerald 1e134b400d feat: add @exclude-match rule há 8 anos atrás
icons 15f7959741 fix: remove unused icons há 9 anos atrás
scripts f221118fda refactor bridges há 8 anos atrás
src 1e134b400d feat: add @exclude-match rule há 8 anos atrás
test 1e134b400d feat: add @exclude-match rule há 8 anos atrás
.editorconfig 11ce901e9c fix: load sync.current há 9 anos atrás
.eslintignore 397d4a0022 test: add tests for background utils há 9 anos atrás
.eslintrc.js 96a1c8f4ac chore: update .gitignore há 9 anos atrás
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason há 9 anos atrás
LICENSE be7d421dcf chore: add MIT LICENSE há 9 anos atrás
README.md 376ea9cfd8 fix: update introduction há 9 anos atrás
gulpfile.js 26cd6fa225 chore: remove unused deps há 9 anos atrás
package.json 937b9080c7 chore: add husky, lint before push há 8 anos atrás

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