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.98k stars 762 forks source link

NBC.com Detecting Adblock Plus #2952

Open spackle2 opened 7 years ago

spackle2 commented 7 years ago

NBC.com Detecting Adblock Plus

spackle2 commented 7 years ago

Perfect! Thank you!

kpately commented 7 years ago

NBC detects Adblock again.

If above proposed filter is added, then nbc displays a static jpg image using a .video-player__adblock element

Also, I see the following in javacsript console:

from the following code snippet

t.adblockCheck = function() {
    return u || (mps._queue = mps._queue || {},
    mps._queue.abdetect = mps._queue.abdetect || [],
    u = new Promise(function(e) {
        mps._queue.abdetect.push(function(t) {
            c["default"].log("* * * * * MPS Abdetect result is: " + t + " * * * * *"),
            e(!!t)
        })
    }
kpately commented 7 years ago

Tried

nbc.com##.video-overlay--ad-block.video-overlay
nbc.com##.mps-ad--mps-ad--topbanner
nbc.com##.video-player__embed--video-player__adblock
nbc.com##.video-player__adblock

no luck so far

jspenguin2017 commented 7 years ago

@uBlock-user OK, I'll fix it. Update: Fixed.