暴力猴 https://violentmonkey.github.io/
|
|
пре 8 година | |
|---|---|---|
| icons | пре 8 година | |
| scripts | пре 8 година | |
| src | пре 8 година | |
| test | пре 9 година | |
| .editorconfig | пре 9 година | |
| .eslintignore | пре 8 година | |
| .eslintrc.js | пре 8 година | |
| .gitignore | пре 8 година | |
| LICENSE | пре 9 година | |
| README.md | пре 8 година | |
| gulpfile.js | пре 8 година | |
| package.json | пре 8 година |
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