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

Gerald 30e7d3bb7d chore: remove unused deps hace 8 años
icons 15f7959741 fix: remove unused icons hace 9 años
scripts 30e7d3bb7d chore: remove unused deps hace 8 años
src 5159a8a17d fix: use whitelist of install URLs instead of sync xhr hace 8 años
test 44b309f121 fix: transform `custom._*` fields, add `custom.excludeMatch` hace 8 años
.editorconfig 11ce901e9c fix: load sync.current hace 9 años
.eslintignore 397d4a0022 test: add tests for background utils hace 8 años
.eslintrc.js 96a1c8f4ac chore: update .gitignore hace 8 años
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason hace 8 años
LICENSE be7d421dcf chore: add MIT LICENSE hace 9 años
README.md 30e7d3bb7d chore: remove unused deps hace 8 años
gulpfile.js 30e7d3bb7d chore: remove unused deps hace 8 años
package.json 30e7d3bb7d chore: remove unused deps hace 8 años

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