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

github-actions[bot] 15ed748db2 [create-pull-request] automated change (#1043) 5 lat temu
.github 30cf02d281 fix: update language codes 6 lat temu
scripts 1e00e68359 chore: upgrade deps 5 lat temu
src 15ed748db2 [create-pull-request] automated change (#1043) 5 lat temu
test 2ea7f3f536 fix: semver-compliant comparison of the prerelease chunk 5 lat temu
.babelrc.js bf87eb6632 chore: enable babel loose mode 6 lat temu
.browserslistrc 1e75a50fa3 chore: compile to Firefox >= 53 6 lat temu
.editorconfig 11ce901e9c fix: load sync.current 8 lat temu
.eslintignore 397d4a0022 test: add tests for background utils 8 lat temu
.eslintrc.js 33c468a03a update resources on script update/save and display errors (#879) 5 lat temu
.gitignore 52aea7190f chore: transform yarn lockfile before commit 8 lat temu
.nvmrc bdae1b7469 switch to nvmrc for travis node version (#605) 6 lat temu
.travis.yml bdae1b7469 switch to nvmrc for travis node version (#605) 6 lat temu
LICENSE be7d421dcf chore: add MIT LICENSE 8 lat temu
README.md 73bebdfbc9 doc: add badge for edge add-on 5 lat temu
gulpfile.js 63b4912780 chore: do not modify i18n on push 6 lat temu
package.json 5875ddb8de chore: update codemirror 5.55.0 5 lat temu
yarn.lock 09cd8c8e9f chore(deps): bump elliptic from 6.5.2 to 6.5.3 (#1027) 5 lat temu

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