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

Gerald 35f56dbff7 fix: add back svg icons 8 年之前
icons 15f7959741 fix: remove unused icons 8 年之前
scripts fd9f004251 fix: ignore message errors 8 年之前
src 35f56dbff7 fix: add back svg icons 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 35f56dbff7 fix: add back svg icons 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