A userscript to automatically watch your repositories and your newly created repositories on GitHub.
Often forget to watch your repositories, leading to missed notifications on issues and pull requests?
This Tampermonkey script automatically clicks the "Watch" button for you on your GitHub repositories and newly created repositories (including organization repositories you create).
On May 23, 2025, GitHub sunsets automatic watching of repositories and teams. This means that users will no longer have the option to automatically watch repositories they create. This script restores that functionality, enabling you to stay updated with issues, pull requests, and any other activities in your own repositories.
✅ Using only front-end UI, this script does:
- Auto watch repos you own: When you visit GitHub repositories you own, automatically click the "Watch" button if you are not watching it.
- Auto watch repos you create in your account and organizations: Upon repository creation or forking, automatically record the repository and click the "Watch" button for you after you are redirected to the newly created repository. Once watched, the record will be removed.
❌ This script does NOT:
- Watch repositories you do not own.
- Watch your previously created repositories in organizations.
- Use GitHub API or any back-end services.
Copyright © 2026-present Katorly Lab

