Skip to content

Instantly share code, notes, and snippets.

@sadasant
Created May 27, 2015 18:36
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 sadasant/f8869aaf35282eb768d7 to your computer and use it in GitHub Desktop.
Save sadasant/f8869aaf35282eb768d7 to your computer and use it in GitHub Desktop.
remove google photos loop
buts = document.getElementsByClassName("mNa nNa EFc");
// loop from last to first
buts[i].click() // that selects it
// you'll need to get out of the big window
document.getElementsByClassName("cra")[0].click()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment