Skip to content

Instantly share code, notes, and snippets.

@TerrorJack
Created October 28, 2020 13:16
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 TerrorJack/3a93f8e74ea302416b82f34c7641df45 to your computer and use it in GitHub Desktop.
Save TerrorJack/3a93f8e74ea302416b82f34c7641df45 to your computer and use it in GitHub Desktop.
Array.from(document.querySelectorAll("*")).filter(b => b.innerText && b.innerText === "Load diff").forEach(b => b.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment