Created
September 9, 2015 09:29
-
-
Save rendfall/758813fe909116822181 to your computer and use it in GitHub Desktop.
[YouTube] Create playlist using `watch later` button
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 characters
| // 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