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

Gerald c976565872 fix: remove redundant flags před 8 roky
.github e7ca40e2dd chore: update issue template před 8 roky
icons 214df76a8e feat: allow undo after remove před 8 roky
scripts c976565872 fix: remove redundant flags před 8 roky
src c976565872 fix: remove redundant flags před 8 roky
test 2b4a5c3fd1 fix: remove useless code před 8 roky
.editorconfig 11ce901e9c fix: load sync.current před 9 roky
.eslintignore 397d4a0022 test: add tests for background utils před 8 roky
.eslintrc.js 8e00f84eda fix lint před 8 roky
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason před 8 roky
.postcssrc.js 6f6f3fcc47 chore: add postcss-scss parser před 8 roky
.svgo.yml c802db96ba fix: update SVG icons před 8 roky
LICENSE be7d421dcf chore: add MIT LICENSE před 9 roky
README.md 6d19de6065 chore: add env MINIFY to enable compression před 8 roky
gulpfile.js c2c11f1a09 chore: add plumber to catch errors před 8 roky
package.json c2c11f1a09 chore: add plumber to catch errors před 8 roky

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