1
Fork 0
Some userscripts
Go to file
Conduitry ccd683e073 update readme 2021-12-13 12:32:21 -05:00
.githooks use long forms of flags in pre-commit hook script 2021-08-18 05:07:13 -04:00
scripts youtube: update for changes to site 2021-06-14 17:19:18 -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
README.md update readme 2021-12-13 12:32:21 -05: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

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