暴力猴 https://violentmonkey.github.io/
|
|
il y a 7 ans | |
|---|---|---|
| .github | il y a 7 ans | |
| scripts | il y a 7 ans | |
| src | il y a 7 ans | |
| test | il y a 7 ans | |
| .editorconfig | il y a 9 ans | |
| .eslintignore | il y a 9 ans | |
| .eslintrc.js | il y a 7 ans | |
| .gitignore | il y a 8 ans | |
| .postcssrc.js | il y a 8 ans | |
| .svgo.yml | il y a 8 ans | |
| .travis.yml | il y a 7 ans | |
| LICENSE | il y a 9 ans | |
| README.md | il y a 8 ans | |
| gulpfile.js | il y a 7 ans | |
| package.json | il y a 7 ans | |
| yarn.lock | il y a 7 ans |
Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support.
More details can be found here.
Make sure Node.js greater than v8.0 is installed.
# Install dependencies
$ yarn
# Watch and compile
$ yarn dev
Then load the extension from 'dist/'.
$ yarn build