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

Gerald ec74ee97a3 fix: remove useless option 8 lat temu
.github 662774602b chore: update issue template 8 lat temu
scripts ee53b00450 refactor: use svg-sprite-loader 8 lat temu
src ec74ee97a3 fix: remove useless option 8 lat temu
test 6b546238d3 fix: use jsonDump instead of JSON.stringify 8 lat temu
.editorconfig 11ce901e9c fix: load sync.current 8 lat temu
.eslintignore 397d4a0022 test: add tests for background utils 8 lat temu
.eslintrc.js 3ce37782b5 feat: add sync service with Google Drive 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 8 lat temu
README.md 262ea6ca48 docs: update README.md 8 lat temu
gulpfile.js ee53b00450 refactor: use svg-sprite-loader 8 lat temu
package.json cc0688668c v2.8.24 8 lat temu

README.md

Violentmonkey

Chrome Web Store Firefox Add-ons 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 greater than v8.0 is installed.

$ yarn
$ yarn dev
# or
$ npm i
$ npm run dev

Then load the extension from 'dist/'.

Build

$ yarn
$ yarn build
# or
$ npm i
$ npm run build