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

Gerald 7ecb8e89bd fix: use watch instead of onChange for checkboxes 8 лет назад
.github e7ca40e2dd chore: update issue template 8 лет назад
icons 214df76a8e feat: allow undo after remove 8 лет назад
scripts 5b6d6a05a5 chore: replace babili preset with minify preset 8 лет назад
src 7ecb8e89bd fix: use watch instead of onChange for checkboxes 8 лет назад
test 2b4a5c3fd1 fix: remove useless code 8 лет назад
.editorconfig 11ce901e9c fix: load sync.current 8 лет назад
.eslintignore 397d4a0022 test: add tests for background utils 8 лет назад
.eslintrc.js 8e00f84eda 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 8 лет назад
README.md 6d19de6065 chore: add env MINIFY to enable compression 8 лет назад
gulpfile.js 7182608291 fix: transform manifest.json to yaml 8 лет назад
package.json 6ddc4dbc2f chore: upgrade packages 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