🏠 Home 

YouTube Quick Watch Later

Adds quick Watch Later button


Install this script?
Author's suggested script

You may also like YouTube Speed-Adjusted Time Display.


Install this script
Author
kavinned
Daily installs
0
Total installs
70
Ratings
2 0 0
Version
2.3
Created
2024-10-22
Updated
2024-10-27
Size
4.2 KB
License
MIT
Applies to

Quick Watch Later

It adds a "Watch Later" button to YouTube video pages, allowing you to add videos to your "Watch Later" playlist with a single click. This works by automating the process of clicking the menu, selecting "Save," and then adding the video to "Watch Later."

  • If the video already exists in your Watch Later, you will be prompted to remove it or do nothing.

Note: It will only work if YouTube is in English. You can fix this manually by changing line 41: button.textContent.includes("Save") to something like button.textContent.includes("Save") || button.textContent.includes("(Whatever the save option is in your language)")