Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Ramanuta/657ffb3241ff75a5baca0471a41871ed to your computer and use it in GitHub Desktop.

Select an option

Save Ramanuta/657ffb3241ff75a5baca0471a41871ed 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment