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

Gerald 85f02a51b8 Merge pull request #270 from hawkeye116477/master 8 лет назад
.github 662774602b chore: update issue template 8 лет назад
scripts a2890b080c chore: move definitions to utils 8 лет назад
src 0e0ba6f048 Update Polish translation 8 лет назад
test 05796ea125 fix: add tests for parseMeta 8 лет назад
.editorconfig 11ce901e9c fix: load sync.current 8 лет назад
.eslintignore 397d4a0022 test: add tests for background utils 8 лет назад
.eslintrc.js 8e00f84eda fix lint 8 лет назад
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason 8 лет назад
.postcssrc.js 6f6f3fcc47 chore: add postcss-scss parser 8 лет назад
.svgo.yml c802db96ba fix: update SVG icons 8 лет назад
LICENSE be7d421dcf chore: add MIT LICENSE 8 лет назад
README.md e5f21bf456 chore: Add Firefox Add-ons badge to README.md 8 лет назад
gulpfile.js 4858aab67d chore: add update_url only for self-served Firefox version 8 лет назад
package.json fecf38db3b v2.8.17 8 лет назад

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 run dev
# or
$ npm i
$ npm run dev

Then load the extension from 'dist/'.

Build

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