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

Gerald 76a193eed2 fix cache fetching 9 лет назад
icons 15f7959741 fix: remove unused icons 9 лет назад
scripts fd9f004251 fix: ignore message errors 9 лет назад
src 76a193eed2 fix cache fetching 9 лет назад
test 9f8e4333f6 feat: add blacklist 9 лет назад
.editorconfig 11ce901e9c fix: load sync.current 9 лет назад
.eslintignore 3186c1c664 chore: update lint config 9 лет назад
.eslintrc.js 76b99a51e0 refactor popup and background with ES6 9 лет назад
.gitignore c718b2dab1 refactor injected.js with ES6 9 лет назад
LICENSE be7d421dcf chore: add MIT LICENSE 9 лет назад
README.md 376ea9cfd8 fix: update introduction 9 лет назад
gulpfile.js 35f56dbff7 fix: add back svg icons 9 лет назад
package.json 3186c1c664 chore: update lint config 9 лет назад

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