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

tophf be7c1f0714 fix: suppress executeScript errors in FF 5 years ago
.github 30cf02d281 fix: update language codes 5 years ago
scripts 1e00e68359 chore: upgrade deps 5 years ago
src be7c1f0714 fix: suppress executeScript errors in FF 5 years ago
test 288cbc53c6 feat: generate injection code in bg 5 years ago
.babelrc.js bf87eb6632 chore: enable babel loose mode 5 years ago
.browserslistrc 1e75a50fa3 chore: compile to Firefox >= 53 6 years ago
.editorconfig 11ce901e9c fix: load sync.current 8 years ago
.eslintignore 397d4a0022 test: add tests for background utils 8 years ago
.eslintrc.js 33c468a03a update resources on script update/save and display errors (#879) 5 years ago
.gitignore 52aea7190f chore: transform yarn lockfile before commit 7 years ago
.nvmrc bdae1b7469 switch to nvmrc for travis node version (#605) 6 years ago
.travis.yml bdae1b7469 switch to nvmrc for travis node version (#605) 6 years ago
LICENSE be7d421dcf chore: add MIT LICENSE 8 years ago
README.md 73bebdfbc9 doc: add badge for edge add-on 5 years ago
gulpfile.js 63b4912780 chore: do not modify i18n on push 5 years ago
package.json 3558c46c57 chore: update codemirror 5.54.0 5 years ago
yarn.lock f1504be9f1 chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4 5 years ago

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