Netflix Marathon

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

< Feedback on Netflix Marathon

Question/comment

§
Posted: 01. 11. 2018
Edited: 01. 11. 2018

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.