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

Gerald dbff11ef61 style: refine пре 6 година
.github b0d8545c8c chore: update issue template пре 7 година
scripts 78fe8ecd5d fix: prevent occasional FOUC (#663) пре 6 година
src dbff11ef61 style: refine пре 6 година
test fb51ca4197 fix: allow invalid time argument for debounce пре 6 година
.babelrc.js f24d3a9222 chore: fix babel plugins пре 6 година
.browserslistrc 93a6a58b01 chore: drop support for older browsers which does not support async functions пре 6 година
.editorconfig 11ce901e9c fix: load sync.current пре 8 година
.eslintignore 397d4a0022 test: add tests for background utils пре 8 година
.eslintrc.js b3fd05709d refactor: load zip.js asynchronously пре 6 година
.gitignore 52aea7190f chore: transform yarn lockfile before commit пре 8 година
.nvmrc bdae1b7469 switch to nvmrc for travis node version (#605) пре 6 година
.travis.yml bdae1b7469 switch to nvmrc for travis node version (#605) пре 6 година
LICENSE be7d421dcf chore: add MIT LICENSE пре 8 година
README.md d2f830ddc3 chore: migrate to @gera2ld/plaid пре 6 година
gulpfile.js 88d2a70084 chore: avoid unexpected clean пре 6 година
package.json 4cff724a3a chore: upgrade deps пре 6 година
yarn.lock 4cff724a3a chore: upgrade deps пре 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