1
0
Fork
You've already forked userscripts
0
No description
  • JavaScript 97.3%
  • Shell 2.7%
Find a file
2025年03月26日 18:13:08 -04:00
.githooks fix handling of deleted files in pre-commit hook 2023年08月05日 05:05:40 -04:00
scripts e621: update disabling of automatic blacklist 2025年03月26日 18:13:08 -04:00
.eslintrc.js allow global return in scripts 2020年04月05日 18:04:03 -04:00
.gitignore commit package-lock.json 2020年04月07日 18:52:57 -04:00
LICENSE add license 2020年04月05日 16:51:54 -04:00
package-lock.json update dependencies 2021年06月14日 17:43:35 -04:00
package.json add ESLint config, etc. 2020年04月05日 16:50:42 -04:00
README.md update readme 2021年12月13日 12:32:21 -05:00

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.

License

MIT