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

Gerald edb073ca82 chore: sort i18n entries 8 years ago
.github 662774602b chore: update issue template 8 years ago
scripts edb073ca82 chore: sort i18n entries 8 years ago
src edb073ca82 chore: sort i18n entries 8 years ago
test 05796ea125 fix: add tests for parseMeta 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 44cf2570a7 fix(requests): disallow `VM-` headers for security reason 8 years ago
.postcssrc.js 6f6f3fcc47 chore: add postcss-scss parser 8 years ago
.svgo.yml c802db96ba fix: update SVG icons 8 years ago
LICENSE be7d421dcf chore: add MIT LICENSE 8 years ago
README.md 262ea6ca48 docs: update README.md 8 years ago
gulpfile.js edb073ca82 chore: sort i18n entries 8 years ago
package.json 3e2ee945f9 v2.8.18 8 years ago

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