Skip to content

Instantly share code, notes, and snippets.

@rendfall
Created September 9, 2015 09:29
Show Gist options
  • Select an option

  • Save rendfall/758813fe909116822181 to your computer and use it in GitHub Desktop.

Select an option

Save rendfall/758813fe909116822181 to your computer and use it in GitHub Desktop.
[YouTube] Create playlist using `watch later` button
// Warning: if you want add 300+ files your chrome will probably crash.
var a=document.querySelectorAll('.yt-uix-button');for(var i=0,l=a.length;i<l;i++){a[i].click()};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment