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

Gerald ce413ffe76 v2.12.1 6 yıl önce
.github 23280e2847 chore: update issue template 6 yıl önce
scripts 78fe8ecd5d fix: prevent occasional FOUC (#663) 6 yıl önce
src fd500f54ea fix: prevent infinite loop in gm4-polyfill.js for GM.addStyle 6 yıl önce
test fb51ca4197 fix: allow invalid time argument for debounce 6 yıl önce
.babelrc.js f24d3a9222 chore: fix babel plugins 6 yıl önce
.browserslistrc 93a6a58b01 chore: drop support for older browsers which does not support async functions 6 yıl önce
.editorconfig 11ce901e9c fix: load sync.current 8 yıl önce
.eslintignore 397d4a0022 test: add tests for background utils 8 yıl önce
.eslintrc.js b3fd05709d refactor: load zip.js asynchronously 6 yıl önce
.gitignore 52aea7190f chore: transform yarn lockfile before commit 8 yıl önce
.nvmrc bdae1b7469 switch to nvmrc for travis node version (#605) 6 yıl önce
.travis.yml bdae1b7469 switch to nvmrc for travis node version (#605) 6 yıl önce
LICENSE be7d421dcf chore: add MIT LICENSE 8 yıl önce
README.md d2f830ddc3 chore: migrate to @gera2ld/plaid 6 yıl önce
gulpfile.js 88d2a70084 chore: avoid unexpected clean 6 yıl önce
package.json ce413ffe76 v2.12.1 6 yıl önce
yarn.lock 4cff724a3a chore: upgrade deps 6 yıl önce

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