YouTube - Add Watch Later Button

adds a new button next to like that quick adds / removes the active video from your "Watch later" playlist

< Feedback on YouTube - Add Watch Later Button

Question/comment

NWP
§
Posted: 16 Februari 2024

Not working anymore, but here's the code for fixing it:

Replace:

  const playlistSaveButton = document.querySelector(
    "#top-level-buttons-computed > ytd-button-renderer:last-child"
  )

with:

    const playlistSaveButton = document.querySelectorAll(
        "dislike-button-view-model"
    )[0]
§
Posted: 18 April 2024

Thanks, works.

NWP
§
Posted: 09 Mei 2024

Thanks, works.

You're welcome! :)

Post reply

Sign in to post a reply.