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

Gerald ac6fb985db Merge pull request #101 from abpvn/master 8 лет назад
icons 15f7959741 fix: remove unused icons 8 лет назад
scripts d260c20242 chore: update i18n script 8 лет назад
src 95be001744 update missing translate 8 лет назад
test 44b309f121 fix: transform `custom._*` fields, add `custom.excludeMatch` 8 лет назад
.editorconfig 11ce901e9c fix: load sync.current 8 лет назад
.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 8 лет назад
README.md 376ea9cfd8 fix: update introduction 8 лет назад
gulpfile.js 3600e4dd3f chore: remove unused deps 8 лет назад
package.json e78d5abc89 2.6.3 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