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

github-actions[bot] a06d1d9baa [create-pull-request] automated change hace 5 años
.github 30cf02d281 fix: update language codes hace 6 años
scripts 1e00e68359 chore: upgrade deps hace 6 años
src a06d1d9baa [create-pull-request] automated change hace 5 años
test 288cbc53c6 feat: generate injection code in bg hace 6 años
.babelrc.js bf87eb6632 chore: enable babel loose mode hace 6 años
.browserslistrc 1e75a50fa3 chore: compile to Firefox >= 53 hace 6 años
.editorconfig 11ce901e9c fix: load sync.current hace 9 años
.eslintignore 397d4a0022 test: add tests for background utils hace 9 años
.eslintrc.js 33c468a03a update resources on script update/save and display errors (#879) hace 6 años
.gitignore 52aea7190f chore: transform yarn lockfile before commit hace 8 años
.nvmrc bdae1b7469 switch to nvmrc for travis node version (#605) hace 6 años
.travis.yml bdae1b7469 switch to nvmrc for travis node version (#605) hace 6 años
LICENSE be7d421dcf chore: add MIT LICENSE hace 9 años
README.md 73bebdfbc9 doc: add badge for edge add-on hace 5 años
gulpfile.js 63b4912780 chore: do not modify i18n on push hace 6 años
package.json 5875ddb8de chore: update codemirror 5.55.0 hace 5 años
yarn.lock 5875ddb8de chore: update codemirror 5.55.0 hace 5 años

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