github-creation-date

Shows the creation date of GitHub repositories on the repository page metadata sidebar.

< Σχολιασμός για τον κώδικα github-creation-date

Αναφορά: Εντάξει - ο κώδικας λειτουργεί αλλά έχει σφάλματα

§
Δημοσιεύτηκε: 19/05/2026

Issues

  • Private repos are unsupported
    The script relies on ungh.cc, which only exposes public GitHub repository data. Private repositories will return Unknown.
  • Uses constant polling
    The script re-runs every 300ms using setInterval(), causing unnecessary DOM checks and CPU usage even when the page has not changed.

Suggested Improvements

  • Use authenticated GitHub API requests for private repos
  • Replace polling with GitHub SPA navigation detection

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.