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

Gerald 8c563283ef chore: ADD ISSUE_TEMPLATE 8 роки тому
.github 8c563283ef chore: ADD ISSUE_TEMPLATE 8 роки тому
icons 69f7594b5a feat: add search box 8 роки тому
scripts 54609f0043 fix: check userAgent at runtime 8 роки тому
src 69f7594b5a feat: add search box 8 роки тому
test 44b309f121 fix: transform `custom._*` fields, add `custom.excludeMatch` 8 роки тому
.editorconfig 11ce901e9c fix: load sync.current 9 роки тому
.eslintignore 397d4a0022 test: add tests for background utils 8 роки тому
.eslintrc.js d7b64fd355 fix lint 8 роки тому
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason 8 роки тому
LICENSE be7d421dcf chore: add MIT LICENSE 9 роки тому
README.md 30e7d3bb7d chore: remove unused deps 8 роки тому
gulpfile.js 7db40177f6 fix: remove useless code 8 роки тому
package.json d7b64fd355 fix lint 8 роки тому

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