https://github.com/conduitry/userscripts
Some userscripts // Mirror of https://git.chor.date/Conduitry/userscripts
https://github.com/conduitry/userscripts
Last synced: over 1 year ago
JSON representation
Some userscripts // Mirror of https://git.chor.date/Conduitry/userscripts
- Host: GitHub
- URL: https://github.com/conduitry/userscripts
- Owner: Conduitry
- License: mit
- Created: 2020-08-24T02:57:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T13:45:24.000Z (over 1 year ago)
- Last Synced: 2025-01-30T14:28:17.772Z (over 1 year ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Userscripts
Install from files in [`scripts`](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`](scripts) directory with both staged and unstaged changes.
## License
[MIT](LICENSE)