GitHub Date of Creation

Display the date of creation and maintenance status for GitHub repositories.

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey, Greasemonkey или Violentmonkey.

За да инсталирате този скрипт, трябва да инсталирате разширение, като например Tampermonkey .

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey или Violentmonkey.

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey или Userscripts.

За да инсталирате скрипта, трябва да инсталирате разширение като Tampermonkey.

За да инсталирате този скрипт, трябва да имате инсталиран скриптов мениджър.

(Вече имам скриптов мениджър, искам да го инсталирам!)

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

(Вече имам инсталиран мениджър на стиловете, искам да го инсталирам!)

Автор
Sahaj33-op
Инсталации дневно
1
Инсталации общо
3
Рейтинг
0 0 0
Версия
3.0.0
Създаден
07.04.2026
Обновен
07.04.2026
Размер
20 КБ
Лиценз
MIT
Работи на

Stop guessing whether a GitHub repository is a battle- tested titan or a project abandoned years ago.

GitHub Date of Creation seamlessly adds repository creation dates, maintenance status, and maturity badges directly into the GitHub UI. Originally a popular Chrome extension, this tool has been completely rewritten from scratch as a lightning- fast, zero- dependency userscript.

🔥 Features

  • Maturity Badges (The Lindy Effect): Quickly assess project age with visual indicators next to the date.
    • 🌱 Sprout (< 1 year)
    • 🌿 Established (> 1 year)
    • 🌳 Mature (> 5 years)
    • 🏛 Ancient (> 10 years)
  • Omnipresent Insights: Dates are not only on the repo page. They are added asynchronously into Search Results and Trending pages, saving you countless clicks.
  • Maintenance Status: View exactly when the repository was last pushed. Identify inactive projects instantly.
  • Historical Context: Receive fun, contextual timestamps (e. g., "Created around the time React 0. 0.3 launched!").
  • Blazing Fast: No moment. js, no jQuery, and no bloat. Uses native Intl APIs, a debounced DOM mutation observer to keep your browser smooth, and parallel fetching to avoid network delays.

⚙ How to Access Settings (Important!)

This script has a built- in, dark- themed settings modal. To access it:

  1. Open any page on GitHub.
  2. Click your Tampermonkey / Violentmonkey extension icon in your browser toolbar.
  3. Click " ⚙ Settings" under the script name.

From here, you can toggle relative/absolute time, customize the exact date format, and add a Personal Access Token.

⚠ Beating the GitHub API Rate Limit

By default, GitHub limits unauthenticated API requests to 60 per hour. If you browse many search results, you' ll reach this limit quickly, and the dates will stop displaying.

The Fix:

  1. Generate a free GitHub Personal Access Token (PAT) (You do not need to select any scope boxes; a blank token works perfectly).
  2. Open the script Settings (via the Tampermonkey menu).
  3. Paste your token and click Save. Your limit is now 5, 000 requests per hour.

Built with logic and performance in mind by Sahaj. Forked and modernized from the original extension by Varayut L.