YouTube - Add Watch Later Button

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

< Rückmeldungen aufYouTube - Add Watch Later Button

Frage/Kommentar

NWP
§
Veröffentlicht: 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]
§
Veröffentlicht: 18.04.2024

Thanks, works.

NWP
§
Veröffentlicht: 09.05.2024

Thanks, works.

You're welcome! :)

§
Veröffentlicht: 29.07.2024

Thanks for the fix! I published a fixed version: https://greasyfork.org/en/scripts/502109-youtube-add-watch-later-button

Antwort schreiben

Anmelden um eine Antwort zu senden.