暴力猴 https://violentmonkey.github.io/
|
|
vor 8 Jahren | |
|---|---|---|
| icons | vor 8 Jahren | |
| scripts | vor 8 Jahren | |
| src | vor 8 Jahren | |
| test | vor 8 Jahren | |
| .editorconfig | vor 8 Jahren | |
| .eslintignore | vor 8 Jahren | |
| .eslintrc.js | vor 8 Jahren | |
| .gitignore | vor 8 Jahren | |
| LICENSE | vor 9 Jahren | |
| README.md | vor 8 Jahren | |
| gulpfile.js | vor 8 Jahren | |
| package.json | vor 8 Jahren |
Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support.
$ npm i
$ npm run dev
# Then load the extension from 'dist/'.
# Build without compression
$ npm run build
# Build a compressed version
$ npm run build --production