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

प्रश्न/टिप्पणी

NWP
§
पोस्ट केले: 2024-02-16

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]
§
पोस्ट केले: 2024-04-18

Thanks, works.

NWP
§
पोस्ट केले: 2024-05-09

Thanks, works.

You're welcome! :)

NWP
§
पोस्ट केले: 2024-08-24

You're welcome! Also thanks!

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.