A (semi-)simple script/bookmarklet to select all photos and videos on the Google Photo desktop website.
To run it as a bookmarklet, bookmark the Google Photos website and edit the bookmark URL to the long line in GooglePhotosSelectAll.bookmarklet-url.js
. Otherwise you can also run the contents of GooglePhotosSelectAll.js
in your browser console.
It looks to me as if the class names for the scroll container are random, so they may change at any point. If that happens, try to find the scrollable container (the outermost element around the images in the markup that has an absurd vertical size, indicating that it is scrollable because of all the images) and add its ID in your copy of the script to the list of IDs the script tries to get at the beginning.