Skip to content

Instantly share code, notes, and snippets.

@ludwigdn
Last active September 15, 2021 10:22
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 ludwigdn/3ffa1b15e8730e4bb14a4004de905781 to your computer and use it in GitHub Desktop.
Save ludwigdn/3ffa1b15e8730e4bb14a4004de905781 to your computer and use it in GitHub Desktop.
Unview PR files in bulk

Unview Pull Request files in bulk

Copy/paste in browser's console
boxes=document.getElementsByClassName("js-reviewed-checkbox"),counter=0;for(let e=0;e<boxes.length;e++){const t=boxes[e];"File viewed, click, value:true"==t.dataset.gaClick&&(t.click(),counter++)}alert("Unfolded "+counter);
Original poster: @Pyton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment