Skip to content

Instantly share code, notes, and snippets.

@scr2em
Last active August 28, 2023 07:44
Show Gist options
  • Save scr2em/375e37498930df9b6f53c771e0d4eeea to your computer and use it in GitHub Desktop.
Save scr2em/375e37498930df9b6f53c771e0d4eeea to your computer and use it in GitHub Desktop.
How to remove all liked videos from youtube

After you open Liked Videos as a playlsit, Type in console... var items = $('body').getElementsByClassName("style-scope ytd-menu-renderer"); for(var i = 0; i < items.length; i++){ items[i].click(); }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment