Display Repo Size for GitHub (OpenScript Userscript)
A lightweight OpenScript userscript that displays the total repository size directly in the About section on GitHub repository pages (for both public and private repositories).
Features
Integrated in About Section: Injects cleanly under repository details in the right sidebar (e.g. 📦 673.9 KB repo size).
Accurate Size Detection: Automatically detects when GitHub's API returns 0 KB on newly created repositories and falls back to calculating the total content size via the Git Trees API.
Private & Public Repositories: Works on public repositories out-of-the-box and uses GH_PAT from OpenScript secrets for private repositories.
Turbo / SPA Compatible: Seamlessly persists across GitHub's Turbo and client-side page transitions.