Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save 0xedward/eb9211a648ae69fb723cab17342bd4c7 to your computer and use it in GitHub Desktop.

Select an option

Save 0xedward/eb9211a648ae69fb723cab17342bd4c7 to your computer and use it in GitHub Desktop.
YouTube - Play Channel Uploads in Chronological Order

YouTube Play Channel Uploads in Chronological Order

Ever want to start watching a channel's uploaded videos starting from the current video you are on in chronological order? Well then, this bookmarket is for you!

javascript:l=window.location.href;if(l.includes("youtube.com/watch?v=")){u=new URL(l);u.searchParams.set("list","ULcxqQ59vzyTk");window.open(u.toString(),"_self");};

Setup

  1. Copy the script
  2. Create a new bookmark with script as the URL of the bookmark and save the bookmark
  3. Go watch a youtube video
  4. Click the bookmark you saved earlier to start watching the video in the channel uploads playlist ordered by video upload date
@Ramanuta
Copy link

Love this, really great thing, and works perfectly. Made a copy for myself to make sure this will not get lost to time. Great job with it, thanks for making this, i hate that this is not already a standard feature on Youtube.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment