Some userscripts
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Conduitry 543caf97af nytimes: close welcome modal when it appears 5 days ago
.githooks use long forms of flags in pre-commit hook script 2 years ago
scripts nytimes: close welcome modal when it appears 5 days ago
.eslintrc.js allow global return in scripts 3 years ago
.gitignore commit package-lock.json 3 years ago
LICENSE add license 3 years ago
README.md update readme 1 year ago
package-lock.json update dependencies 2 years ago
package.json add ESLint config, etc. 3 years ago

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