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

Gerald 8f2b01b206 chore: fix build scripts 7 lat temu
.github b0d8545c8c chore: update issue template 7 lat temu
scripts 8f2b01b206 chore: fix build scripts 7 lat temu
src 2633e3c5d3 fix: add button to reset script template 7 lat temu
test 2cf59ce4a5 fix: regard 127.0.0.1 as local address 7 lat temu
.babelrc dc379377b0 chore: add @babel/plugin-transform-runtime 7 lat temu
.browserslistrc a83334c018 chore: upgrade to babel@7 + webpack@4 7 lat temu
.editorconfig 11ce901e9c fix: load sync.current 8 lat temu
.eslintignore 397d4a0022 test: add tests for background utils 8 lat temu
.eslintrc.js a83334c018 chore: upgrade to babel@7 + webpack@4 7 lat temu
.gitignore 52aea7190f chore: transform yarn lockfile before commit 7 lat temu
.postcssrc.js 6f6f3fcc47 chore: add postcss-scss parser 8 lat temu
.svgo.yml c802db96ba fix: update SVG icons 8 lat temu
.travis.yml 0314c17d9a chore: check i18n with CI 7 lat temu
LICENSE be7d421dcf chore: add MIT LICENSE 8 lat temu
README.md 0a3d6849b7 chore: update README.md 7 lat temu
gulpfile.js a83334c018 chore: upgrade to babel@7 + webpack@4 7 lat temu
package.json dc379377b0 chore: add @babel/plugin-transform-runtime 7 lat temu
yarn.lock dc379377b0 chore: add @babel/plugin-transform-runtime 7 lat temu

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 v8.0 is installed.

# Install dependencies
$ yarn

# Watch and compile
$ yarn dev

Then load the extension from 'dist/'.

Build

$ yarn build