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

Gerald e497bf5425 fix: normalize locale yml 8 lat temu
.github e7ca40e2dd chore: update issue template 8 lat temu
scripts 50e1db00d5 feat: add script sort filters 8 lat temu
src e497bf5425 fix: normalize locale yml 8 lat temu
test 3e2a2e5c1a feat: support magic TLD 8 lat temu
.editorconfig 11ce901e9c fix: load sync.current 9 lat temu
.eslintignore 397d4a0022 test: add tests for background utils 8 lat temu
.eslintrc.js 8e00f84eda fix lint 8 lat temu
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason 8 lat temu
.postcssrc.js 6f6f3fcc47 chore: add postcss-scss parser 8 lat temu
.svgo.yml c802db96ba fix: update SVG icons 8 lat temu
LICENSE be7d421dcf chore: add MIT LICENSE 9 lat temu
README.md 6d19de6065 chore: add env MINIFY to enable compression 8 lat temu
gulpfile.js 217fa6cf7d fix: move icons to src/resources 8 lat temu
package.json 50e1db00d5 feat: add script sort filters 8 lat temu

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