Greasy Fork is available in English.

Netflix Marathon

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

< Commentaires sur Netflix Marathon

Question / commentaire

§
Posté le: 2018-11-01
Édité le: 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;
}

:)

Poster une réponse

Connectez-vous pour poster une réponse.