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

tophf 11d3c1c8eb chore: don't split small css in /public 6 лет назад
.github 3914d62f2d Add FUNDING.yml 6 лет назад
scripts 11d3c1c8eb chore: don't split small css in /public 6 лет назад
src 246a16d79d fix: really hide chrome.* and browser.* from userjs in content mode 6 лет назад
test fb51ca4197 fix: allow invalid time argument for debounce 6 лет назад
.babelrc.js 1e75a50fa3 chore: compile to Firefox >= 53 6 лет назад
.browserslistrc 1e75a50fa3 chore: compile to Firefox >= 53 6 лет назад
.editorconfig 11ce901e9c fix: load sync.current 8 лет назад
.eslintignore 397d4a0022 test: add tests for background utils 8 лет назад
.eslintrc.js 246a16d79d fix: really hide chrome.* and browser.* from userjs in content mode 6 лет назад
.gitignore 52aea7190f chore: transform yarn lockfile before commit 8 лет назад
.nvmrc bdae1b7469 switch to nvmrc for travis node version (#605) 6 лет назад
.travis.yml bdae1b7469 switch to nvmrc for travis node version (#605) 6 лет назад
LICENSE be7d421dcf chore: add MIT LICENSE 8 лет назад
README.md d2f830ddc3 chore: migrate to @gera2ld/plaid 6 лет назад
gulpfile.js 88d2a70084 chore: avoid unexpected clean 6 лет назад
package.json ce413ffe76 v2.12.1 6 лет назад
yarn.lock 4cff724a3a chore: upgrade deps 6 лет назад

README.md

Violentmonkey

Chrome Web Store Firefox Add-ons Gitter TravisCI

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 greater than v10.0 is installed.

# Install dependencies
$ yarn

# Watch and compile
$ yarn dev

Then load the extension from 'dist/'.

Build

$ yarn build