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

Lorenzo Stanco 8a516496dd Updates and fixes for Italian locale (#427) 7 лет назад
.github b0d8545c8c chore: update issue template 7 лет назад
scripts 0d61d1f060 fix: use browser.tabs.executeScript in Firefox 7 лет назад
src 8a516496dd Updates and fixes for Italian locale (#427) 7 лет назад
test b52974c543 Revert "fix: match nothing when no match or include rule is set" 7 лет назад
.editorconfig 11ce901e9c fix: load sync.current 9 лет назад
.eslintignore 397d4a0022 test: add tests for background utils 8 лет назад
.eslintrc.js 3ce37782b5 feat: add sync service with Google Drive 8 лет назад
.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 fd77248182 v2.9.5 7 лет назад
yarn.lock dbb2d39c3e fix: lint 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