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

hawkeye116477 7ea017ef79 Merge remote-tracking branch 'upstream/master' 8 anni fa
.github e7ca40e2dd chore: update issue template 8 anni fa
icons 9960aeae70 fix: remove unused code 8 anni fa
scripts 4cc01a2c01 fix style 8 anni fa
src a9ef085108 fix: do not override font-family of vue-code 8 anni fa
test 44b309f121 fix: transform `custom._*` fields, add `custom.excludeMatch` 9 anni fa
.editorconfig 11ce901e9c fix: load sync.current 9 anni fa
.eslintignore 397d4a0022 test: add tests for background utils 9 anni fa
.eslintrc.js d7b64fd355 fix lint 8 anni fa
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason 9 anni fa
.postcssrc.js 6f6f3fcc47 chore: add postcss-scss parser 8 anni fa
.svgo.yml c802db96ba fix: update SVG icons 8 anni fa
LICENSE be7d421dcf chore: add MIT LICENSE 9 anni fa
README.md 8bade67ace chore: update README.md 8 anni fa
gulpfile.js 4cc01a2c01 fix style 8 anni fa
package.json 30a7e26432 2.7.2 8 anni fa

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