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

hawkeye116477 9edebc7db5 Update Polish translation (#570) 6 ani în urmă
.github b0d8545c8c chore: update issue template 7 ani în urmă
scripts 5875974d58 fix: set default title to Violentmonkey 7 ani în urmă
src 9edebc7db5 Update Polish translation (#570) 6 ani în urmă
test bc40bec13e fix: support host wildcard and tld in match rules 6 ani în urmă
.babelrc.js 5db2828ae5 fix: improve tests 7 ani în urmă
.browserslistrc a83334c018 chore: upgrade to babel@7 + webpack@4 7 ani în urmă
.editorconfig 11ce901e9c fix: load sync.current 9 ani în urmă
.eslintignore 397d4a0022 test: add tests for background utils 9 ani în urmă
.eslintrc.js 6872154bf9 chore: upgrade deps 7 ani în urmă
.gitignore 52aea7190f chore: transform yarn lockfile before commit 8 ani în urmă
.postcssrc.js 6f6f3fcc47 chore: add postcss-scss parser 8 ani în urmă
.svgo.yml c802db96ba fix: update SVG icons 8 ani în urmă
.travis.yml 0314c17d9a chore: check i18n with CI 7 ani în urmă
LICENSE be7d421dcf chore: add MIT LICENSE 9 ani în urmă
README.md 0a3d6849b7 chore: update README.md 8 ani în urmă
gulpfile.js 5db2828ae5 fix: improve tests 7 ani în urmă
package.json 0e02f2311c v2.10.5 6 ani în urmă
yarn.lock 334c438788 chore: upgrade deps 7 ani în urmă

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