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

Gerald 376ea9cfd8 fix: update introduction 8 ani în urmă
icons 15f7959741 fix: remove unused icons 8 ani în urmă
scripts fd9f004251 fix: ignore message errors 8 ani în urmă
src 376ea9cfd8 fix: update introduction 8 ani în urmă
test 9f8e4333f6 feat: add blacklist 8 ani în urmă
.editorconfig 11ce901e9c fix: load sync.current 8 ani în urmă
.eslintignore 8b49edcb3a refactor browser.js with ES6 8 ani în urmă
.eslintrc.js 76b99a51e0 refactor popup and background with ES6 8 ani în urmă
.gitignore c718b2dab1 refactor injected.js with ES6 8 ani în urmă
LICENSE be7d421dcf chore: add MIT LICENSE 8 ani în urmă
README.md 376ea9cfd8 fix: update introduction 8 ani în urmă
gulpfile.js 2d56c7d3cf chore: support pre versions 8 ani în urmă
package.json ab12861928 chore: remove unnecessary plugins from es2015 8 ani în urmă

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