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

tophf 478624258e feat: show original rule text in blacklist reason in popup hace 6 años
.github 3914d62f2d Add FUNDING.yml hace 6 años
scripts 11d3c1c8eb chore: don't split small css in /public hace 6 años
src 478624258e feat: show original rule text in blacklist reason in popup hace 6 años
test fb51ca4197 fix: allow invalid time argument for debounce hace 6 años
.babelrc.js 1e75a50fa3 chore: compile to Firefox >= 53 hace 6 años
.browserslistrc 1e75a50fa3 chore: compile to Firefox >= 53 hace 6 años
.editorconfig 11ce901e9c fix: load sync.current hace 9 años
.eslintignore 397d4a0022 test: add tests for background utils hace 9 años
.eslintrc.js 81d68e7384 chore: upgrade deps hace 6 años
.gitignore 52aea7190f chore: transform yarn lockfile before commit hace 8 años
.nvmrc bdae1b7469 switch to nvmrc for travis node version (#605) hace 6 años
.travis.yml bdae1b7469 switch to nvmrc for travis node version (#605) hace 6 años
LICENSE be7d421dcf chore: add MIT LICENSE hace 9 años
README.md d2f830ddc3 chore: migrate to @gera2ld/plaid hace 6 años
gulpfile.js 88d2a70084 chore: avoid unexpected clean hace 6 años
package.json 4f2047db8f v2.12.3 hace 6 años
yarn.lock 81d68e7384 chore: upgrade deps hace 6 años

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