Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ubuntulover09/4994af56e0d85d3a8355d80562c6c521 to your computer and use it in GitHub Desktop.

Select an option

Save ubuntulover09/4994af56e0d85d3a8355d80562c6c521 to your computer and use it in GitHub Desktop.

Revisions

  1. @scr2em scr2em renamed this gist Jan 13, 2021. 1 changed file with 0 additions and 0 deletions.
  2. @scr2em scr2em created this gist Dec 15, 2020.
    7 changes: 7 additions & 0 deletions remove-all-liked-videos.md
    Original 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();
    }
    `