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

Gerald a2e2ff0e6b fix sync пре 8 година
icons 15f7959741 fix: remove unused icons пре 8 година
scripts fd9f004251 fix: ignore message errors пре 8 година
src a2e2ff0e6b fix sync пре 8 година
test 9f8e4333f6 feat: add blacklist пре 9 година
.editorconfig 11ce901e9c fix: load sync.current пре 9 година
.eslintignore 3186c1c664 chore: update lint config пре 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 пре 9 година
README.md 376ea9cfd8 fix: update introduction пре 8 година
gulpfile.js 35f56dbff7 fix: add back svg icons пре 8 година
package.json 3186c1c664 chore: update lint config пре 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