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

tophf 414cfdfe2d feat: inject earlier than document_start in Chrome 6 years ago
.github 30cf02d281 fix: update language codes 6 years ago
scripts 216e0da199 chore: pull translated messages 6 years ago
src 414cfdfe2d feat: inject earlier than document_start in Chrome 5 years ago
test fb51ca4197 fix: allow invalid time argument for debounce 6 years ago
.babelrc.js bf87eb6632 chore: enable babel loose mode 6 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 8 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 d2f830ddc3 chore: migrate to @gera2ld/plaid 6 years ago
gulpfile.js 63b4912780 chore: do not modify i18n on push 6 years ago
package.json 923b4642b9 chore: update CodeMirror 6 years ago
yarn.lock 923b4642b9 chore: update CodeMirror 6 years ago

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