https://github.com/cheeaun/gh-star-date-userscript
A userscript that shows when you starred a GitHub repository as a floating badge.
https://github.com/cheeaun/gh-star-date-userscript
Last synced: 8 days ago
JSON representation
A userscript that shows when you starred a GitHub repository as a floating badge.
- Host: GitHub
- URL: https://github.com/cheeaun/gh-star-date-userscript
- Owner: cheeaun
- License: mit
- Created: 2026-05-21T06:38:16.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-21T06:48:36.000Z (about 2 months ago)
- Last Synced: 2026-05-21T13:36:52.103Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://greasyfork.org/en/scripts/564752-github-star-date-display
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Star Date Display
A userscript that shows when you starred a GitHub repository as a floating badge.
When you star a GitHub repository, there's no way to see *when* you starred it from the repo page itself. This userscript adds that info as a small floating badge at the bottom-right corner of the viewport.
It works by fetching your starred repos search page (`/stars?q=...`) and extracting the date from there, so no API token or authentication is needed. Results are cached locally to avoid repeated requests.
## Screenshot

## Install
Install from [Greasy Fork](https://greasyfork.org/en/scripts/564752-github-star-date-display).
## License
MIT