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

tophf 1a684ffec4 fix: case-sensitivity adjustments for url matching 5 سال پیش
.github 30cf02d281 fix: update language codes 6 سال پیش
scripts 1e00e68359 chore: upgrade deps 5 سال پیش
src 1a684ffec4 fix: case-sensitivity adjustments for url matching 5 سال پیش
test 1a684ffec4 fix: case-sensitivity adjustments for url matching 5 سال پیش
.babelrc.js bf87eb6632 chore: enable babel loose mode 6 سال پیش
.browserslistrc 1e75a50fa3 chore: compile to Firefox >= 53 6 سال پیش
.editorconfig 11ce901e9c fix: load sync.current 8 سال پیش
.eslintignore 397d4a0022 test: add tests for background utils 8 سال پیش
.eslintrc.js 33c468a03a update resources on script update/save and display errors (#879) 5 سال پیش
.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 8 سال پیش
README.md 73bebdfbc9 doc: add badge for edge add-on 5 سال پیش
gulpfile.js 63b4912780 chore: do not modify i18n on push 6 سال پیش
package.json f34d75949c feat: syntax highlight for embedded html/css (#1040) 5 سال پیش
yarn.lock f34d75949c feat: syntax highlight for embedded html/css (#1040) 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