reek / anti-adblock-killer

Anti-Adblock Killer helps you keep your Ad-Blocker active, when you visit a website and it asks you to disable.
http://reek.github.io/anti-adblock-killer/
Other
5.94k stars 764 forks source link

http://www.canalplus.fr #3758

Open delaicre opened 6 years ago

delaicre commented 6 years ago

The problem appears on videos. http://www.canalplus.fr/cinema/emissions-cinema-sur-canal/pid6306-le-cercle.html?vid=1469930 https://imgur.com/a/w06Af Firefox Quantum 57.0 Violentmonkey uBlock Origin

delaicre commented 6 years ago

Sorry but it didn't change anything for me.

jspenguin2017 commented 6 years ago

Hum, I had a solution for this domain, apparently it doesn't work anymore...

jspenguin2017 commented 6 years ago

The loopback engine needed some tweak. The payload is still not quite right.

jspenguin2017 commented 6 years ago

Actually, the video won't play either way, the website is broken.

delaicre commented 6 years ago

This is what I see without uBlock: https://imgur.com/a/HjZLM It's the site of a french tv channel, did you get blocked by the geo-restriction?

jspenguin2017 commented 6 years ago

Hum, let me try with a VPN

jspenguin2017 commented 6 years ago

Oh yea, it works now, my solution still works then. image

delaicre commented 6 years ago

Can you give me your solution, please? I wasn't here.

jspenguin2017 commented 6 years ago

Only for Chrome. https://jspenguin2017.github.io/uBlockProtector/

delaicre commented 6 years ago

Is that an video ad in that picture ?

Nope but there is an idiotic one minute video add before the videos I want to see, the site doesn't have too much adds besides that.

jspenguin2017 commented 6 years ago

I don't see any ads. And video works fine with current solution (if you have France VPN).

if (a.domCmp(["canalplus.fr"])) {
    a.loopbackXHR((ignored, url) => {
        if (url.includes(".v.fwmrm.net/ad/")) {
            return `<vmap:VMAP version='1.0' xmlns:vmap='http://www.iab.net/vmap-1.0'></vmap:VMAP>`;
        }
    });
}
delaicre commented 6 years ago

Two adds actually. https://imgur.com/a/cHE8i

Add 1/2 : the video will start in 54 seconds.

I'm sure your solution is working well with Chrome jspenguin2017, I was talking about Firefox. It's only one site, not a big problem. I was hoping to find a way but never mind.

jspenguin2017 commented 6 years ago

@uBlock-user What do you mean? If you zoom in you'll see 56 min 05 sec on the right.

jspenguin2017 commented 6 years ago

@delaicre The Quantum version is work in progress, although there isn't much progress recently due to a major design flaw in libmicro. libmicro is not needed when you are using uBO, so if you know how to sign extension packages then you can use this: https://github.com/AdBlockProtector2/AdBlockProtector2

delaicre commented 6 years ago

Thanks, I will try to make it work and look forward to the official release.