Skip to content

Instantly share code, notes, and snippets.

  • Save ErnestoBorio/713de214462f93e6af7ba241fdc82716 to your computer and use it in GitHub Desktop.
Save ErnestoBorio/713de214462f93e6af7ba241fdc82716 to your computer and use it in GitHub Desktop.
Empty your youtube watch later list.
// Enter this in the devtools console.
setInterval( () => {
document.querySelector("ytd-menu-renderer.style-scope.ytd-playlist-video-renderer button")?.click();
document.querySelector("ytd-popup-container ytd-menu-service-item-renderer:nth-child(3)")?.click();
}, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment