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(); }
Forked from scr2em/remove-all-liked-videos-youtube.md
Created
August 28, 2023 07:44
-
-
Save ubuntulover09/4994af56e0d85d3a8355d80562c6c521 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