Netflix Marathon

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

< Feedback on Netflix Marathon

Question/comment

§
Posted: 2018-11-01
Edited: 2018-11-01

Amazon skip intro

Hey, Amazon finally introduced a skip Intro Button, autoclick via

else if (document.getElementsByClassName('skipElement').length !== 0) {
    document.getElementsByClassName('skipElement')[0].click();
    count = 5;
}

:)

Post reply

Sign in to post a reply.