Greasy Fork is available in English.

Netflix Marathon

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

< 腳本Netflix Marathon的回應

評論:OK - script works, but has bugs

§
發表於:2021-04-22

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;
    }

發表回覆

登入以回復