YouTube - Add Watch Later Button

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

< Σχολιασμός για τον κώδικα YouTube - Add Watch Later Button

Ερώτηση/σχόλιο

NWP
§
Δημοσιεύτηκε: 16/02/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]
§
Δημοσιεύτηκε: 18/04/2024

Thanks, works.

NWP
§
Δημοσιεύτηκε: 09/05/2024

Thanks, works.

You're welcome! :)

§
Δημοσιεύτηκε: 29/07/2024
NWP
§
Δημοσιεύτηκε: 24/08/2024

You're welcome! Also thanks!

§
Δημοσιεύτηκε: 27/09/2025

Works fine with the fix 28/09/2025

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.