GitHub Star Date Display

Shows when you starred a GitHub repository as a floating overlay

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tác giả
Chee Aun Lim
Cài đặt hàng ngày
0
Số lần cài đặt
2
Đánh giá
0 0 0
Phiên bản
1.0.0
Đã tạo
01-02-2026
Đã cập nhật
01-02-2026
Kích thước
9 KB
Giấy phép
MIT
Áp dụng cho

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.