{"id":15747651,"url":"https://github.com/kachick/depop","last_synced_at":"2026-03-05T05:01:46.114Z","repository":{"id":66247773,"uuid":"595916607","full_name":"kachick/depop","owner":"kachick","description":"🙈 :star: Chrome extension to hide stars, followers and watchers on GitHub","archived":false,"fork":false,"pushed_at":"2025-06-10T01:31:10.000Z","size":776,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-13T09:07:29.180Z","etag":null,"topics":["chrome-extension","github","zenmode"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/eyes-away-from-github-pop/bblbchjekobacogfioehogggccfagkmk","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kachick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-01T04:13:58.000Z","updated_at":"2025-06-10T01:31:14.000Z","dependencies_parsed_at":"2023-06-29T13:30:36.210Z","dependency_job_id":"ce3a5646-db93-4833-934c-27ba3f0ae055","html_url":"https://github.com/kachick/depop","commit_stats":null,"previous_names":["kachick/depop"],"tags_count":7,"template":false,"template_full_name":"kachick/anylang-template","purl":"pkg:github/kachick/depop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kachick%2Fdepop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kachick%2Fdepop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kachick%2Fdepop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kachick%2Fdepop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kachick","download_url":"https://codeload.github.com/kachick/depop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kachick%2Fdepop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260938093,"owners_count":23085810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","github","zenmode"],"created_at":"2024-10-04T05:21:20.621Z","updated_at":"2026-03-05T05:01:46.103Z","avatar_url":"https://github.com/kachick.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# depop\n\n[![CI](https://github.com/kachick/depop/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/kachick/depop/actions/workflows/ci.yml?query=event%3Apush++)\n[![Chrome Web Store Version](https://img.shields.io/chrome-web-store/v/bblbchjekobacogfioehogggccfagkmk?style=flat\u0026logo=googlechrome\u0026color=%231a73e8)](https://chromewebstore.google.com/detail/depop/bblbchjekobacogfioehogggccfagkmk)\n\nA browser extension for Chrome and Firefox to hide stars, followers, watchers, sponsors, and other stats on GitHub\n\n![Screen Shot](assets/screenshots/overview.png)\n\n## Why?\n\nI don't want my heart to be disturbed by the \"±\", especially during coding and research.\n\n## Installation\n\nChoose one of the following options.\n\n- Visit [Chrome Web Store](https://chromewebstore.google.com/detail/depop/bblbchjekobacogfioehogggccfagkmk)\n- Download the browser-specific zip archive from the [release page](https://github.com/kachick/depop/releases) (e.g., `depop-x.x.x-chrome.zip` or `depop-x.x.x-firefox.zip`) and load it:\n  - Chrome: `chrome://extensions/`\n  - Firefox: `about:debugging` -\u003e \"This Firefox\" -\u003e \"Load Temporary Add-on\"\n- Download the unstable zip archive from the [uploaded artifacts](https://github.com/kachick/depop/actions/workflows/ci.yml?query=branch%3Amain+is%3Asuccess). Use it in the same way as stable.\n- [Run the build task](CONTRIBUTING.md) and load the \"./dist\" folder as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked)\n\n## Usage\n\nBy default, stars are hidden as much as possible.\nYou can enable/disable the extension and toggle optional features via the popup in your browser toolbar.\n\n![Popup Screen Shot](assets/screenshots/popup.png)\n\n## Supported GitHub stats\n\n- User\n- Repository index\n- Repository detail\n- Pinned Repositories\n- Sponsors\n- Sponsoring\n- Achievements\n- Highlights\n\n### Supported third-party stats\n\n- [GitHub Readme Stats](https://github.com/anuraghazra/github-readme-stats)\n\n## Inspiration\n\nWhile digging into this feature, I noticed that\n[rentzsch/unpopular](https://github.com/rentzsch/unpopular/tree/863963e26c1a758a53eb33747e0fec6f26ac130d)\nexists.\\\nThe approach looks simple and reasonable to me; it just applies CSS without any\nJavaScript.\\\nHowever, I started this project for the following reasons:\n\n- Applying only CSS doesn't work with the current GitHub WebUI\n- There has been no activity for 8 years\n- It uses Manifest V2.\n  [Google will disable it with Manifest V3](https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/).\n\n## Alternatives\n\nYou can use CSS filters(uBlock Origin / Stylus) for simple patterns, but they are hard to maintain for some dynamic components:\n\n- Selectors vary across pages and change frequently.\n- MV3 blockers cannot target elements by their display text (e.g., XPath `text()`). This makes it complex to hide sections that lack unique attributes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkachick%2Fdepop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkachick%2Fdepop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkachick%2Fdepop/lists"}