Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ubuntulover09/4994af56e0d85d3a8355d80562c6c521 to your computer and use it in GitHub Desktop.
Save ubuntulover09/4994af56e0d85d3a8355d80562c6c521 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