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

Gerald b0047e0281 chore: add .travis.yml 7 years ago
.github 662774602b chore: update issue template 8 years ago
scripts 705cdd120d chore: fix transform-lock for yarn and npm 7 years ago
src b0da444b32 fix: set default background to white 7 years ago
test 6b546238d3 fix: use jsonDump instead of JSON.stringify 8 years ago
.editorconfig 11ce901e9c fix: load sync.current 8 years ago
.eslintignore 397d4a0022 test: add tests for background utils 8 years ago
.eslintrc.js 3ce37782b5 feat: add sync service with Google Drive 8 years ago
.gitignore 52aea7190f chore: transform yarn lockfile before commit 7 years ago
.postcssrc.js 6f6f3fcc47 chore: add postcss-scss parser 8 years ago
.svgo.yml c802db96ba fix: update SVG icons 8 years ago
.travis.yml b0047e0281 chore: add .travis.yml 7 years ago
LICENSE be7d421dcf chore: add MIT LICENSE 8 years ago
README.md b0047e0281 chore: add .travis.yml 7 years ago
gulpfile.js 6d39d3e775 chore: update vue-loader config 7 years ago
package.json c94aeba8a3 v2.9.0 7 years ago
yarn.lock c32c01fe00 chore: upgrade husky 7 years ago

README.md

Violentmonkey

Chrome Web Store Firefox Add-ons Gitter TravisCI

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

Then load the extension from 'dist/'.

Build

$ yarn
$ yarn build