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

tophf a8a4e0167a return the element immediately in GM_addStyle (#620) 6 yıl önce
.github b0d8545c8c chore: update issue template 7 yıl önce
scripts d2f830ddc3 chore: migrate to @gera2ld/plaid 6 yıl önce
src a8a4e0167a return the element immediately in GM_addStyle (#620) 6 yıl önce
test 15e9317559 allow extra/missing spaces in meta: around // and start/end/keys (#616) 6 yıl önce
.babelrc.js d2f830ddc3 chore: migrate to @gera2ld/plaid 6 yıl önce
.browserslistrc a83334c018 chore: upgrade to babel@7 + webpack@4 7 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 d2f830ddc3 chore: migrate to @gera2ld/plaid 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 9 yıl önce
README.md d2f830ddc3 chore: migrate to @gera2ld/plaid 6 yıl önce
gulpfile.js d2f830ddc3 chore: migrate to @gera2ld/plaid 6 yıl önce
package.json e21192bd75 v2.11.2 6 yıl önce
yarn.lock 7a73bcf0f2 fix: vueleton modal 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