暴力猴 https://violentmonkey.github.io/
|
|
hace 8 años | |
|---|---|---|
| .github | hace 8 años | |
| scripts | hace 8 años | |
| src | hace 8 años | |
| test | hace 8 años | |
| .editorconfig | hace 8 años | |
| .eslintignore | hace 8 años | |
| .eslintrc.js | hace 8 años | |
| .gitignore | hace 8 años | |
| .postcssrc.js | hace 8 años | |
| .svgo.yml | hace 8 años | |
| LICENSE | hace 8 años | |
| README.md | hace 8 años | |
| gulpfile.js | hace 8 años | |
| package.json | hace 8 años |
Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support.
More details can be found here.
Make sure Node.js v8+ is installed.
$ npm i
$ npm run dev
# Then load the extension from 'dist/'.
# Build without compression
$ npm run build
# Build a compressed version
$ npm run build:min