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

Gerald f81ef8e7cd Merge pull request #175 from spodermenpls/master 8 سال پیش
.github e7ca40e2dd chore: update issue template 8 سال پیش
icons 9960aeae70 fix: remove unused code 8 سال پیش
scripts 6d19de6065 chore: add env MINIFY to enable compression 8 سال پیش
src 93edb65dc5 Update messages.yml 8 سال پیش
test 44b309f121 fix: transform `custom._*` fields, add `custom.excludeMatch` 8 سال پیش
.editorconfig 11ce901e9c fix: load sync.current 9 سال پیش
.eslintignore 397d4a0022 test: add tests for background utils 8 سال پیش
.eslintrc.js d7b64fd355 fix lint 8 سال پیش
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason 8 سال پیش
.postcssrc.js 6f6f3fcc47 chore: add postcss-scss parser 8 سال پیش
.svgo.yml c802db96ba fix: update SVG icons 8 سال پیش
LICENSE be7d421dcf chore: add MIT LICENSE 9 سال پیش
README.md 6d19de6065 chore: add env MINIFY to enable compression 8 سال پیش
gulpfile.js 4cc01a2c01 fix style 8 سال پیش
package.json 6d19de6065 chore: add env MINIFY to enable compression 8 سال پیش

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:min