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(); }
Last active
August 28, 2023 07:44
-
-
Save scr2em/375e37498930df9b6f53c771e0d4eeea to your computer and use it in GitHub Desktop.
How to remove all liked videos from youtube
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment