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

Gerald d7b64fd355 fix lint 8 năm trước cách đây
icons 15f7959741 fix: remove unused icons 8 năm trước cách đây
scripts 626e6a0d05 fix: attach VM_initializeWeb to window 8 năm trước cách đây
src d7b64fd355 fix lint 8 năm trước cách đây
test 44b309f121 fix: transform `custom._*` fields, add `custom.excludeMatch` 8 năm trước cách đây
.editorconfig 11ce901e9c fix: load sync.current 8 năm trước cách đây
.eslintignore 397d4a0022 test: add tests for background utils 8 năm trước cách đây
.eslintrc.js d7b64fd355 fix lint 8 năm trước cách đây
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason 8 năm trước cách đây
LICENSE be7d421dcf chore: add MIT LICENSE 8 năm trước cách đây
README.md 30e7d3bb7d chore: remove unused deps 8 năm trước cách đây
gulpfile.js 7db40177f6 fix: remove useless code 8 năm trước cách đây
package.json d7b64fd355 fix lint 8 năm trước cách đây

README.md

Violentmonkey

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

Links

Development

Make sure Node.js v8+ is installed.

$ 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