Zero-click. GitHub hides resolved conversations, minimized comments and "N hidden items" behind clicks — this opens all of it automatically, the moment a PR or issue loads.
Opens review conversations behind "Show resolved" — using the correct 2026 custom-element, the fix other tools missed.
Unfolds comments minimized as off-topic, spam, abuse, duplicate or outdated — classic and the React Issue Viewer.
Loads the "N hidden items" and "Load more" batches in long threads, politely rate-limited.
Expands collapsed commit groups in the timeline. All categories individually toggleable.
| Zero-click | Resolved threads (2026) | Hidden comments | |
|---|---|---|---|
| GitHub Unfold | Yes | Yes | Yes |
| expand-everything | Yes | Broke Apr 2026 | Yes |
| Refined GitHub | Alt+click | Alt+click | Preview only |
GitHub changes its DOM a few times a year, which breaks selector tools. Here, every selector is unit-tested against a captured fixture, a daily sentinel checks live GitHub, and when something drifts an AI opens a ready-to-merge fix PR. You get a live drift badge, not a silently broken extension.
git clone https://github.com/DjodyKort/github-unfold
cd github-unfold
npm install
npm run build
# then load .output/chrome-mv3 via chrome://extensions → "Load unpacked"
Chrome, Edge and Firefox (WXT builds both). Web Store listing coming.