Skip to content

Instantly share code, notes, and snippets.

@lyrixx
Last active February 13, 2023 10:39
Show Gist options
  • Save lyrixx/f4bd82da894ab24c5fc6700d696bb31c to your computer and use it in GitHub Desktop.
Save lyrixx/f4bd82da894ab24c5fc6700d696bb31c to your computer and use it in GitHub Desktop.
[GitHub] Bookmarklet to mark all files in a PR a "viewed"

Add the following bookmark:

javascript:boxes=document.getElementsByClassName("js-reviewed-checkbox"),counter=0;for(let e=0;e<boxes.length;e++){const t=boxes[e];!t.checked&&(t.click(),counter++)}alert("Folded "+counter);

Then click on it to mark all "viewed" checkbox to checked

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