1
Fork 0
Some userscripts
Find a file
2021-06-14 17:43:35 -04:00
.githooks add pre-commit hook 2020-08-23 22:43:21 -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
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 2020-08-24 01:17:50 -04:00

Userscripts

e621 thing | e926 thing | TV Tropes thing | YouTube thing

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