Greasy Fork is available in English.

Netflix Marathon

Automatically skip recaps, intros and click nexts on Netflix, DisneyPlus and Amazon video for you.

< Părere la script-ul Netflix Marathon

Recenzie: OK - script works, but has bugs

§
Postat în: 22-04-2021

works good one improvement tho, this code snippet auto-plays the next episode Disney plus

    else if (document.getElementsByClassName('video_view--mini').length !== 0) {
      // auto plays next episode on disneyplus
      //console.log('Found autoplay.');
      document.querySelector('*[data-testid="up-next-play-button"]').click();
      count = 5;
    }

Postează un raspuns

Autentifică-te pentru a posta un răspuns.