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
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', |