Skip to content

Instantly share code, notes, and snippets.

@tklepzig
Forked from hraban/bookmarklet.js
Last active August 20, 2021 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tklepzig/d34bf242ce267327363990d8db6ebdb5 to your computer and use it in GitHub Desktop.
Save tklepzig/d34bf242ce267327363990d8db6ebdb5 to your computer and use it in GitHub Desktop.
Expand all resolved conversations on a GitHub PR
(() => {
document.querySelector('[data-disable-with^=Loading]')?.click();
setTimeout(() => document.querySelectorAll('.Details-content--closed').forEach(x => x.click()), 4000)
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment