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

hawkeye116477 9edebc7db5 Update Polish translation (#570) 6 年之前
.github b0d8545c8c chore: update issue template 7 年之前
scripts 5875974d58 fix: set default title to Violentmonkey 6 年之前
src 9edebc7db5 Update Polish translation (#570) 6 年之前
test bc40bec13e fix: support host wildcard and tld in match rules 6 年之前
.babelrc.js 5db2828ae5 fix: improve tests 7 年之前
.browserslistrc a83334c018 chore: upgrade to babel@7 + webpack@4 7 年之前
.editorconfig 11ce901e9c fix: load sync.current 8 年之前
.eslintignore 397d4a0022 test: add tests for background utils 8 年之前
.eslintrc.js 6872154bf9 chore: upgrade deps 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 5db2828ae5 fix: improve tests 7 年之前
package.json 0e02f2311c v2.10.5 6 年之前
yarn.lock 334c438788 chore: upgrade deps 6 年之前

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