Adds the repo size next to the repo name on github search and repo pages
A userscript that adds the size of Github repositories to the search results and repository pages.
By default, this script will only display the sizes of public repositories.
To display the sizes of private repositories, you will need to generate a new personal access token with the repo
scope.
This token will be used to authenticate with the Github API.
repo
scope.Generate token
button and copy the token.TOKEN
constant at the top of the script with the token you just generated.