ã ðĪ Warehouse display size: On GitHubâs code search, warehouse search, issue page, user warehouse list and repository page, the size of the warehouse will be displayed next to the warehouse name, allowing users to quickly understand the scale of the warehouse and optimize their selection. Inactive development warning: If a repository has not been updated in the past six months, the system will add a prompt at the top of the repository to remind users that the repository is inactive and display the time of the last update. This helps users determine the activity and maintenance status of the warehouse. Quick jump within the warehouse: When browsing the warehouse, the user can easily view the list of all warehouses of the user, providing an entrance to quickly jump to different warehouses. Users can quickly find and access other projects of interest, improving work efficiency. Usage scenarios: Developers: By displaying the warehouse size and active warnings, you can quickly filter out suitable libraries for development and avoid using projects that are no longer maintained. Project Manager: Through the quick jump function, it is easy to manage and coordinate multiple projects and improve work efficiency. Learners: When learning new technologies, they can more easily find relevant open source projects and quickly check the activity and scale of the projects. ðĪ ã
Update records
ð ïļ GitHub Repo Size+ Upgrade log
ð
2025.03.16.0506
New:GitHub Global navigation bar fixed Code fromGitHub Enhancement Kit
screenshot:
ð
2024/10/07 01:53 - Ver 0.1.3.7
New:Two-factor verification code automatic filling functionTwo-factor authentication
Convenient and quick filling,Continuous monitoring,Until verification is triggered....
New:The starred warehouse on the user profile page also adds the display warehouse size,?tab=stars
Execute below
repair:Different user topics,The elements are different,Change the selector todocument.querySelector('.jxTzTd')
repair:Logged in user ifTOKEN
Not empty,Use your own list APIhttps://api.github.com/user/repos
.Prevent error codes from being returned401
repair:repairCode Search and Repository Code Search
The size of a warehouse will be retrieved twice.
ð
2024/10/06 05:17 - Ver 0.1.3.6
New:The user repository list has been saved locally,24h
Refresh once
New: mergegithub-ossinsight Scripting Functions ïžAnd support mobile devicesïžSet as dynamic monitoring
New: mergeGithub Quickly find active Forks List Scripting Functions And support mobile devicesïžSet as dynamic monitoring
New: mergeGitHub Delete Repositories Scripting Functions In personal warehouses and?tab=repositories
Quick page deletion And support mobile devicesïžSet as dynamic monitoring
optimization: The detector cannot find the element in ten seconds and stops running
ð
2024/10/05 13:16 - Ver 0.1.3.5
repair:CSS Small partition bars are hidden by errors on mobileïžd-none d-md-block border-top
âborder-top
ð
2024/10/05 08:10 - Ver 0.1.3.4
New: Quick jump list to add mouse levitationTitle
Display basic warehouse information
optimization: All repositories of users can now be displayedïžBut it is not recommended to do thisïžInfluence experienceã
In the script 343 Line usage codegetUserAllRepos(reposApi, headers, true, 1)
Recursively obtain user list when parameter three is true
Parameter 4 limits parameter 3 is true maximum recursive page count
repairïžRepeated list addition questions
repairïžif (maxPage !== 0 && page > maxPage) break
â if (maxPage !== 0 && page == maxPage) break
ð
2024/10/05 07:25 - Ver 0.1.3.3
New: GitHub Sidebar jump to warehouse is more complicated,Add another warehouse to quickly jump users in the warehouse
red For the open warehouse green For private warehouses Fork Replica warehouse (Logged in user,Must be typed TOKEN) |
Added a demo ~~Show only the first page 30 A warehouse,Exceed will not display,Itâs enough for me to use myself now~~ 0.1.3.4 All supported |
|
|
 |
 |
ð
2024/9/26 09:05 - Ver 0.1.3.2
optimization: Optimize small tags
New: Inactive development banner last time is displayed in the lower right cornerPush
How long has it been now
ð
2024/9/26 02:16 - Ver 0.1.3.1
optimization: Optimize execution efficiency,Improve loading speed
i18n: zh,zh-HK,zh-MO,zh-SG
ð
2024/9/25 10:06 - Ver 0.1.3.0
New: Github - Inactive Development Warning Display inactive development reminder on the warehouse pageã
i18n: zh-CN,zh-TW,ja,ko,vi,en
No updates for more than one year |
No updates within half a year |
|
|
 |
 |
ð
2024/8/20 05:28 - Ver 0.1.2.26
New: GitHub Repo Size Display Use the setup interface of this scriptã
ð
2024/8/13 00:19 - Ver 0.1.2.18
New: Add script menu â set up GitHub Token interfaceïžNo need to modify it in the codeã
ð
2024/8/12 21:56 - Ver 0.1.2.17
New: #254059 Add the display warehouse size in the user profile warehouse list and organization listã
ð
2024/8/5 05:18 - Ver 0.1.2.8
repair: #254059 The original author token fails to access the public repositoryãHow to fix itïžDelete the original author tokenïžGitHub The generated public token is always clearedïžTherefore no moreã
ð
2024/8/1 03:43 - Ver 0.1.2
repair: Fixed the issue of invalidating the search pageã
repair: Fixed the issue that did not display when viewing other repositoriesïžIncrease delayïžã