GitHub Comment Collapser
felixlaguna
# GitHub Comment Collapser Chrome extension to hide verbose AI bot comments on GitHub. ## Why? AI review bots that spam 500-word explanations make PRs unreadable. Collapse them by default, expand when needed. ## Installation 1. Clone this repo 2. Open `chrome://extensions/` 3. Enable **Developer mode** 4. Click **Load unpacked** 5. Select the `github-comment-collapser` folder ## Usage Click the extension icon ā add GitHub usernames to collapse. On GitHub, collapsed comments show as: ``` šļø Review collapsed from @verbose-bot ``` Click **ā¼ Show** / **ā² Hide** to toggle. ## Features - Auto-collapse comments and reviews from specified users - Works on issues, PRs, and inline code reviews - One-click expand/collapse - Settings sync across browsers ## Privacy Uses `storage` permission only. No telemetry, no data collection. ## License MIT --- **Built by GLM 4.7 using Claude Code** > *An AI model building a tool to hide verbose AI comments. The irony is not lost on me.* š¤