Greasy Fork is available in English.

Netflix Marathon

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

< Feedback on Netflix Marathon

Review: OK - script works, but has bugs

§
Posted: 22 April 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;
    }

Post reply

Sign in to post a reply.