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.
Revisions
-
scr2em renamed this gist
Jan 13, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
scr2em created this gist
Dec 15, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ 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(); } `