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

tophf 115624804f chore: update codemirror 5.53.0 пре 5 година
.github 30cf02d281 fix: update language codes пре 6 година
scripts 1e00e68359 chore: upgrade deps пре 6 година
src d139ce532f [create-pull-request] automated change пре 5 година
test 288cbc53c6 feat: generate injection code in bg пре 6 година
.babelrc.js bf87eb6632 chore: enable babel loose mode пре 6 година
.browserslistrc 1e75a50fa3 chore: compile to Firefox >= 53 пре 6 година
.editorconfig 11ce901e9c fix: load sync.current пре 9 година
.eslintignore 397d4a0022 test: add tests for background utils пре 9 година
.eslintrc.js 33c468a03a update resources on script update/save and display errors (#879) пре 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 пре 9 година
README.md d2f830ddc3 chore: migrate to @gera2ld/plaid пре 6 година
gulpfile.js 63b4912780 chore: do not modify i18n on push пре 6 година
package.json 115624804f chore: update codemirror 5.53.0 пре 5 година
yarn.lock 115624804f chore: update codemirror 5.53.0 пре 5 година

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