// Delete Most Watch Later items *some exceptions can be addressed with the other script setInterval(function() { document.querySelector('#primary button[aria-label="Action menu"]').click(); var things = document.evaluate('//span[contains(text(),"Watch later")]',document,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null); for (var i = 0; i < things.snapshotLength; i++) { things.snapshotItem(i).click(); } }, 200); // Unavailable or Deleted in Watch Later setInterval(function() { document.querySelector('#primary button[class="style-scope yt-icon-button"]').click(); var things = document.evaluate('//span[contains(text(),"Remove from")]',document,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null); for (var i = 0; i < things.snapshotLength; i++) { things.snapshotItem(i).click(); } }, 1000); ' union SELECT name, password FROM users WHERE name <> '