No description
- JavaScript 97.3%
- Shell 2.7%
| .githooks | fix handling of deleted files in pre-commit hook | |
| scripts | e621: update disabling of automatic blacklist | |
| .eslintrc.js | allow global return in scripts | |
| .gitignore | commit package-lock.json | |
| LICENSE | add license | |
| package-lock.json | update dependencies | |
| package.json | add ESLint config, etc. | |
| README.md | update readme | |
Userscripts
Install from files in scripts directory.
Development
This includes a pre-commit Git hook to automatically update the @version tags on the userscripts. To enable it, point Git to use the hooks from the .githooks directory.
git config core.hookspath .githooks
This hook script will prevent the commit if there are any files in the scripts directory with both staged and unstaged changes.