GitHub Unfold

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.

Auto-expanding a live PR

Everything GitHub folds away, unfolded

Resolved & outdated threads

Opens review conversations behind "Show resolved" — using the correct 2026 custom-element, the fix other tools missed.

Hidden comments

Unfolds comments minimized as off-topic, spam, abuse, duplicate or outdated — classic and the React Issue Viewer.

Hidden items & Load more

Loads the "N hidden items" and "Load more" batches in long threads, politely rate-limited.

Commit lists

Expands collapsed commit groups in the timeline. All categories individually toggleable.

Why it exists

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

It heals itself the interesting part

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.

Panel on a PR Live diagnostics

Install

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.