暴力猴 https://violentmonkey.github.io/
|
|
8 anni fa | |
|---|---|---|
| icons | 8 anni fa | |
| scripts | 8 anni fa | |
| src | 8 anni fa | |
| test | 8 anni fa | |
| .editorconfig | 8 anni fa | |
| .eslintignore | 8 anni fa | |
| .eslintrc.js | 8 anni fa | |
| .gitignore | 8 anni fa | |
| LICENSE | 8 anni fa | |
| README.md | 8 anni fa | |
| gulpfile.js | 8 anni fa | |
| package.json | 8 anni fa |
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