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

Gerald 376ea9cfd8 fix: update introduction 8 лет назад
icons 15f7959741 fix: remove unused icons 8 лет назад
scripts fd9f004251 fix: ignore message errors 8 лет назад
src 376ea9cfd8 fix: update introduction 8 лет назад
test 9f8e4333f6 feat: add blacklist 8 лет назад
.editorconfig 11ce901e9c fix: load sync.current 8 лет назад
.eslintignore 8b49edcb3a refactor browser.js with ES6 8 лет назад
.eslintrc.js 76b99a51e0 refactor popup and background with ES6 8 лет назад
.gitignore c718b2dab1 refactor injected.js with ES6 8 лет назад
LICENSE be7d421dcf chore: add MIT LICENSE 8 лет назад
README.md 376ea9cfd8 fix: update introduction 8 лет назад
gulpfile.js 2d56c7d3cf chore: support pre versions 8 лет назад
package.json ab12861928 chore: remove unnecessary plugins from es2015 8 лет назад

README.md

Violentmonkey

Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support.

Links

Development

$ npm i
$ npm run dev
# Then load the extension from 'dist/'.

Build

# Build without compression
$ npm run build

# Build a compressed version
$ npm run build --production