YouTube Watch Later Redirection Script
简体中文 | English
View on GitHub
Grease monkey script:
when you click on a video in the YouTube Watch Later list with the left or middle mouse button, automatically redirects the link to the original link of that video and opens it in a new tab.
Table of Contents
Background
Introduction
Installation
Version Updates
Update Plans
Contribution and Feedback
Background
Sometimes you just want to open a video for later viewing, and when you're done: take a sip of tea, blow on the air conditioning, have a smile on your lips, and browse the comments section.
But YouTube's Watch Later mode is enabled by default, and there's no way to turn it off (I couldn't find it even after searching).
Maybe you can wait until you're almost done and pause it first, then run to browse the comments section. But that would be a huge disruption to the viewing experience.
Is this tolerable? It's not tolerable!
So this script was born, watch the original video directly in normal mode, it's that simple~.
PS: I basically didn't find a single script for YouTube Watch Later, so I wrote one for my own use. Even JavaScript zero basis directly written, this is my first script, thanks to the help of GPT. (Bad writing, please feel free to spray)
Introduction
- Automatically redirects video links in the Watch Later list to the original link of the video.
- Support left and center mouse click operations.
- Show redirection done tips on the page, and support customizing the tip box style.
- Support for exporting Watch Later video list.
- When you click on the author of the video (in the green box below) with the left or middle mouse button, the script determines that you should not redirect at this point and opens the author's profile page instead.

Installation
- Install the browser extension Tampermonkey.
- Install it at GreasyFork.
- Or →Click Here← to install it now.(Update with GreasyFork source)
Version_Updates
Please watch CHANGELOG
Update_Plans
- [ ] Refactor the code using Claude (the previous code written by GPT was too disorganized)
- [x] Add new feature: Export the list of videos to watch later to a TXT file
Contribution_and_Feedback
If you've found a problem, or have any suggestions for improvements, feel free to submit feedback via GreasyFork or on GitHub Issue or Pull Request. Your feedback and contributions are greatly appreciated!