A Chrome extension that removes YouTube Watch Later queue parameters from video URLs, letting you watch videos now without playlist interference.
When you open a video from YouTube's Watch Later playlist into a new tab, YouTube appends query parameters to the URL:
https://www.youtube.com/watch?v=VIDEO_ID&list=WL&index=3
These list=WL and index parameters tell YouTube to automatically play the next video in your Watch Later queue when the current video ends. This can be annoying when you just want to watch a single video without triggering the auto-play queue behavior.
Click the WatchNow extension icon while on a YouTube video page. The extension will:
- Remove the
list=WLparameter (Watch Later playlist reference) - Remove the
indexparameter (position in playlist) - Reload the page with a clean URL
The video will now play as a standalone video without auto-advancing to the next item in your Watch Later queue.
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Select this extension's folder
- The extension icon will appear in your toolbar
- Open a video from your Watch Later playlist
- Click the WatchNow extension icon (red "W")
- The page reloads with a clean URL - no more auto-play queue
activeTab: Required to read and modify the current tab's URL
MIT