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

Gerald 7ff4bcef30 chore: upload missing translations to transifex 5 years ago
.github 7ff4bcef30 chore: upload missing translations to transifex 5 years ago
scripts 7ff4bcef30 chore: upload missing translations to transifex 5 years ago
src 6b90d18c36 fix: ignore case for entire @include/exclude in tld mode 5 years ago
test 1a684ffec4 fix: case-sensitivity adjustments for url matching 5 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 73bebdfbc9 doc: add badge for edge add-on 5 years ago
gulpfile.js 63b4912780 chore: do not modify i18n on push 6 years ago
package.json f34d75949c feat: syntax highlight for embedded html/css (#1040) 5 years ago
yarn.lock f34d75949c feat: syntax highlight for embedded html/css (#1040) 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