Skip to content

Instantly share code, notes, and snippets.

@agamm
Last active July 10, 2026 14:40
Show Gist options
  • Select an option

  • Save agamm/ea65f0510e65e67f65eca189d55ee32b to your computer and use it in GitHub Desktop.

Select an option

Save agamm/ea65f0510e65e67f65eca189d55ee32b to your computer and use it in GitHub Desktop.
Show all resolved comments in a Github Pull Request

Run this in the console:

document.querySelectorAll('span.Details-content--closed').forEach((e)=>{e.click()})

From the creator of: unzip.dev 🚀

@mhsmith

mhsmith commented May 28, 2026

Copy link
Copy Markdown

@JacobArthurs

Copy link
Copy Markdown

None of the above worked for me. Tested June 2026:

document.querySelectorAll('button:has(.octicon-unfold)').forEach(e => e.click())

@DelevoXDG

Copy link
Copy Markdown

None of the above worked for me. Tested June 2026:

document.querySelectorAll('button:has(.octicon-unfold)').forEach(e => e.click())

Thank you! 🎖️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment