Adds quick Watch Later button
You may also like YouTube Speed-Adjusted Time Display.
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."
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 likebutton.textContent.includes("Save") || button.textContent.includes("(Whatever the save option is in your language)")