1
0

暴力猴 https://violentmonkey.github.io/

Gerald e8ea8427ec fix: set GM_info.script.resources to a list of objects with keys `name` and `url` 8 жил өмнө
icons 15f7959741 fix: remove unused icons 9 жил өмнө
scripts 26cd6fa225 chore: remove unused deps 8 жил өмнө
src e8ea8427ec fix: set GM_info.script.resources to a list of objects with keys `name` and `url` 8 жил өмнө
test 397d4a0022 test: add tests for background utils 8 жил өмнө
.editorconfig 11ce901e9c fix: load sync.current 9 жил өмнө
.eslintignore 397d4a0022 test: add tests for background utils 8 жил өмнө
.eslintrc.js 96a1c8f4ac chore: update .gitignore 8 жил өмнө
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason 8 жил өмнө
LICENSE be7d421dcf chore: add MIT LICENSE 9 жил өмнө
README.md 376ea9cfd8 fix: update introduction 8 жил өмнө
gulpfile.js 26cd6fa225 chore: remove unused deps 8 жил өмнө
package.json 2619566b52 2.6.1 8 жил өмнө

README.md

Violentmonkey

Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support.

Links

Development

$ npm i
$ npm run dev
# Then load the extension from 'dist/'.

Build

# Build without compression
$ npm run build

# Build a compressed version
$ npm run build --production