Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jonathanconway/0ad78416a64750c619819f2472828d93 to your computer and use it in GitHub Desktop.

Select an option

Save jonathanconway/0ad78416a64750c619819f2472828d93 to your computer and use it in GitHub Desktop.
Github - Expand All Resolved
const resolvedEls = document.querySelectorAll('[data-action="click:review-thread-collapsible#toggle"]');
resolvedEls.forEach(el => el.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment