A Chrome Extension to hide stars, followers, watchers, sponsors, and other stats on GitHub
I don't want my heart to be disturbed by the "ยฑ", especially during coding and research.
Choose one of the following options.
- Visit Chrome Web Store
- Download stable zip archive from release page and load it from
chrome://extensions/
. - Download unstable zip archive from the uploaded artifacts. And use it same as stable.
- Run build task and load "./dist" folder as an unpacked extension
By default, stars are hidden as much as possible.
Some features can be hidden by enabling them on the Options page.
If you installed it with Google Web Store, the URL should be chrome-extension://bblbchjekobacogfioehogggccfagkmk/options.html
- User
- Repository index
- Repository detail
- Pinned Repositories
- "Explore repositories" and/or the stars
- Sponsors
- Sponsoring
- Achievements
- Highlights
While digging into this feature, I noticed that
rentzsch/unpopular
exists.
The way looks simple and reasonable to me, it just apply CSS without any
JavaScript.
However, I started this project from below reasons.
- Applying CSS doesn't work with the current GitHub WebUI
- There is no activity in these 8 years
- It uses manifest version2. Google will disable it with version3.
- I want to focus on GitHub, would not consider around Twitter