Created
June 2, 2015 01:27
-
-
Save vasmani/13f59469ac1317c2041e to your computer and use it in GitHub Desktop.
google photos assistant helper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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