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についてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2018/01/01
編集日: 2018/01/01

Amazon localization and skip ad

Hey, maybe you can add support for different amazon locations and skip ads in the next version.

// @include      https://www.amazon.*/gp/video/*
else if (document.getElementsByClassName('adSkipButton').length !== 0) {
            //console.log('Found Amazon skip ad.');
            document.getElementsByClassName('adSkipButton')[0].click();
            count = 5;
        }
qwea作者
§
投稿日: 2018/01/04

hi, I have updated the script including www.amazon.*.
BTW, where is the adSkip come from? I never saw any ads on amazon video nor netflix.

@Ran we got trailers for other prime video shows/movies before the video starts here in germany. skippable after a few seconds and that's what the second snipped does.

I'm not sure if the amazon.* works for every plugin in every browser, tampermonkey in chrome works fine. But for SEO alone I'd keep amazon.com included as well.

what is the /gp/product/ for? Isn't it just a amazon shop uri? Why the include?

qwea作者
§
投稿日: 2018/01/05

For /gp/product/ try this
https://www.amazon.com/gp/product/B0731XBJBV

I have updated the script. Thank you.

looks good, thanks

返信を投稿

返信を投稿するにはログインしてください。