Some userscripts
Go to file
Conduitry f79b110025 remove scripts that can be replaced by EasyList-style filters 2023-08-05 05:08:53 -04:00
.githooks fix handling of deleted files in pre-commit hook 2023-08-05 05:05:40 -04:00
scripts remove scripts that can be replaced by EasyList-style filters 2023-08-05 05:08:53 -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