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

Gerald 73bebdfbc9 doc: add badge for edge add-on 5 лет назад
.github 30cf02d281 fix: update language codes 6 лет назад
scripts 1e00e68359 chore: upgrade deps 6 лет назад
src 1b043768ff fix: toggle onKeyDownToggler on edit start/quit 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 73bebdfbc9 doc: add badge for edge add-on 5 лет назад
gulpfile.js 63b4912780 chore: do not modify i18n on push 6 лет назад
package.json 77618087a3 chore: update codemirror 5.53.2 5 лет назад
yarn.lock 77618087a3 chore: update codemirror 5.53.2 5 лет назад

README.md

Violentmonkey

Chrome Web Store Firefox Add-ons Microsoft Edge Add-on 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