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

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

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