Skip to content

Instantly share code, notes, and snippets.

@olligobber
Last active April 25, 2018 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olligobber/54e97898e1d228a5b47a8cf2633d80ad to your computer and use it in GitHub Desktop.
Save olligobber/54e97898e1d228a5b47a8cf2633d80ad to your computer and use it in GitHub Desktop.
Loads the entire Watch Later list on YouTube (https://www.youtube.com/playlist?list=WL&disable_polymer=true)
loadMore = function($) { if ($(".yt-uix-load-more")) { $(".yt-uix-load-more").click(); setTimeout(loadMore, 2000, $); } }; loadMore($);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment