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

Gerald ada9b9872f fix: auto sync 6 лет назад
.github b0d8545c8c chore: update issue template 7 лет назад
scripts d2f830ddc3 chore: migrate to @gera2ld/plaid 6 лет назад
src ada9b9872f fix: auto sync 6 лет назад
test a96ed9f64d fix: avoid double encoding 6 лет назад
.babelrc.js d2f830ddc3 chore: migrate to @gera2ld/plaid 6 лет назад
.browserslistrc a83334c018 chore: upgrade to babel@7 + webpack@4 7 лет назад
.editorconfig 11ce901e9c fix: load sync.current 8 лет назад
.eslintignore 397d4a0022 test: add tests for background utils 8 лет назад
.eslintrc.js d2f830ddc3 chore: migrate to @gera2ld/plaid 6 лет назад
.gitignore 52aea7190f chore: transform yarn lockfile before commit 8 лет назад
.travis.yml ff9b154896 chore: specify node.js version for travis 6 лет назад
LICENSE be7d421dcf chore: add MIT LICENSE 8 лет назад
README.md d2f830ddc3 chore: migrate to @gera2ld/plaid 6 лет назад
gulpfile.js d2f830ddc3 chore: migrate to @gera2ld/plaid 6 лет назад
package.json 49dfdd02bb v2.11.1 6 лет назад
yarn.lock 7a73bcf0f2 fix: vueleton modal 6 лет назад

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 v10.0 is installed.

# Install dependencies
$ yarn

# Watch and compile
$ yarn dev

Then load the extension from 'dist/'.

Build

$ yarn build