1
0

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

Gerald ad9e67ec0b fix: sync after real removement 8 жил өмнө
.github e7ca40e2dd chore: update issue template 8 жил өмнө
icons 214df76a8e feat: allow undo after remove 8 жил өмнө
scripts 4c739cfc35 feat: store data with chrome.storage 8 жил өмнө
src ad9e67ec0b fix: sync after real removement 8 жил өмнө
test 736e0cf346 fix: migrate options to chrome.storage 8 жил өмнө
.editorconfig 11ce901e9c fix: load sync.current 9 жил өмнө
.eslintignore 397d4a0022 test: add tests for background utils 8 жил өмнө
.eslintrc.js e709f7aaf5 fix: add debugging code for messager 8 жил өмнө
.gitignore 44cf2570a7 fix(requests): disallow `VM-` headers for security reason 8 жил өмнө
.postcssrc.js 6f6f3fcc47 chore: add postcss-scss parser 8 жил өмнө
.svgo.yml c802db96ba fix: update SVG icons 8 жил өмнө
LICENSE be7d421dcf chore: add MIT LICENSE 9 жил өмнө
README.md 6d19de6065 chore: add env MINIFY to enable compression 8 жил өмнө
gulpfile.js 4cc01a2c01 fix style 8 жил өмнө
package.json 4c739cfc35 feat: store data with chrome.storage 8 жил өмнө

README.md

Violentmonkey

Chrome Web Store Gitter

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

More details can be found here.

Related projects

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:min