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.

To use this script, you will need a userscript manager. Some popular choices are:
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.This script will automatically run on Github search pages and repository pages, and will display the repository size next to the repository name.
Fix the problem of failure in search page Fixed the issue of not displaying when viewing other warehouses (increased delay)
The script is modified from the user mshll's script Github Repo Size Thanks to the original The hard work and wisdom of the author mshll