Skip to content

Instantly share code, notes, and snippets.

View blaineam's full-sized avatar
💻
Eat, Sleep, Code, Repeat

Blaine Miller blaineam

💻
Eat, Sleep, Code, Repeat
View GitHub Profile
@blaineam
blaineam / delete_photos.js
Last active March 21, 2023 04:47
Google Photos Delete Tool
if(typeof runDelete === 'undefined') {
function runDelete(backoff = 0) {
// How many photos to delete?
// Put a number value, like this
// const maxImageCount = 5896
let maxImageCount = "ALL_PHOTOS";
// Selector for Images and buttons
let ELEMENT_SELECTORS = {
checkboxClass: '.ckGgle',