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

Gustavo Silva e6b5cd6728 Updated European Portuguese locale (#463) 7 年之前
.github b0d8545c8c chore: update issue template 7 年之前
scripts 1db6545bf2 fix: adapt to small devices 7 年之前
src e6b5cd6728 Updated European Portuguese locale (#463) 7 年之前
test 9893f03db9 fix: match query and hash if existed in match rules 7 年之前
.editorconfig 11ce901e9c fix: load sync.current 9 年之前
.eslintignore 397d4a0022 test: add tests for background utils 8 年之前
.eslintrc.js 5111c559ad chore: upgrade packages 7 年之前
.gitignore 52aea7190f chore: transform yarn lockfile before commit 8 年之前
.postcssrc.js 6f6f3fcc47 chore: add postcss-scss parser 8 年之前
.svgo.yml c802db96ba fix: update SVG icons 8 年之前
.travis.yml 0314c17d9a chore: check i18n with CI 7 年之前
LICENSE be7d421dcf chore: add MIT LICENSE 9 年之前
README.md 0a3d6849b7 chore: update README.md 7 年之前
gulpfile.js 0314c17d9a chore: check i18n with CI 7 年之前
package.json 456579467f v2.9.7 7 年之前
yarn.lock 5111c559ad chore: upgrade packages 7 年之前

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