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

Gerald 7bce1692e3 fix: update i18n 8 ani în urmă
.github e7ca40e2dd chore: update issue template 8 ani în urmă
icons 9960aeae70 fix: remove unused code 8 ani în urmă
scripts 28f37588eb refactor: move confirm into a new page 8 ani în urmă
src 7bce1692e3 fix: update i18n 8 ani în urmă
test 44b309f121 fix: transform `custom._*` fields, add `custom.excludeMatch` 8 ani în urmă
.editorconfig 11ce901e9c fix: load sync.current 9 ani în urmă
.eslintignore 397d4a0022 test: add tests for background utils 8 ani în urmă
.eslintrc.js d7b64fd355 fix lint 8 ani în urmă
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason 8 ani în urmă
.postcssrc.js e7f1414c81 chore: fix support for css import from js 8 ani în urmă
.svgo.yml c802db96ba fix: update SVG icons 8 ani în urmă
LICENSE be7d421dcf chore: add MIT LICENSE 9 ani în urmă
README.md 8bade67ace chore: update README.md 8 ani în urmă
gulpfile.js 7db40177f6 fix: remove useless code 8 ani în urmă
package.json 28f37588eb refactor: move confirm into a new page 8 ani în urmă

README.md

Violentmonkey

Chrome Web Store Gitter

Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support.

More details can be found here.

Related projects

Development

Make sure Node.js v8+ is installed.

$ 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