Skip to content

Instantly share code, notes, and snippets.

@vasmani
Created June 2, 2015 01:27
Show Gist options
  • Select an option

  • Save vasmani/13f59469ac1317c2041e to your computer and use it in GitHub Desktop.

Select an option

Save vasmani/13f59469ac1317c2041e to your computer and use it in GitHub Desktop.
google photos assistant helper
/*
1. open https://photos.google.com/assistant
2. open console
3. paste codes below
*/
var elements = document.querySelectorAll('.GuNJec div[role=button]');for(var i=0;i<elements.length;i++){elements[i].click();}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment