Created
April 23, 2026 23:36
-
-
Save jonathanconway/0ad78416a64750c619819f2472828d93 to your computer and use it in GitHub Desktop.
Github - Expand All Resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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