uBlockOrigin / uAssets

Resources for uBlock Origin, uMatrix: static filter lists, ready-to-use rulesets, etc.
GNU General Public License v3.0
4.14k stars 774 forks source link

web2.0calc.com anti-adblock and cookie warning #6814

Closed ParkerPaul closed 3 years ago

ParkerPaul commented 4 years ago

URL(s) where the issue occurs

https://web2.0calc.com/

Describe the issue

To test anti-adblock:

Offending javascript from web2.0calc.js:

if (typeof adsbygoogle != "undefined" && typeof adsbygoogle.loaded != "undefined") {
    // loaded
} else {
    if (adblockmodal.hasClass("show")==false) {
        window.setTimeout(function(){
            adblockmodal.find("img.ayblock").attr("src", "/img/block1.jpg");
        }, 3200);
        adblockmodal.modal("show");
        adblockmodal.addClass("show");
    }

To test cookie consent warning:

Also, if you opt out of tracking cookies, it limits calculations to 3 per hour.

Screenshot(s)

https://imgur.com/a/uyfKGxS

Versions

Settings

All filter lists enabled, except for adblock warning removal (which doesn't solve the problem), experimental, and mobile ads

Notes

All overlays can be removed just fine using cosmetic filters, but I think a more long term solution for the anti-adblock would use scriptlet injection/redirection.

uBlock-user commented 4 years ago

Already fixed in uBlock Filters, force update that list.

but I think a more long term solution for the anti-adblock would use scriptlet injection/redirection.

If the dev decides to play the cat and mouse game, there would be no long-term solution.

uBlock-user commented 4 years ago

Calculation limit overlay shows ("We're sorry, but you have reached the calculation limit for this hour")

Can't reproduce that either. Remove any existing cookies after updating the uBlock Filters list and try again.

if you opt out of tracking cookies

Don't do that, you configured the cookie consent msg, that placed a calculation checker cookie, that's why its happening.

mapx- commented 4 years ago

I can reproduce the calculation limit, addressed

JobcenterTycoon commented 3 years ago

||web2.0rechner.de/*/$subdocument only covers one site web2.0calc.com needs this filter too

uBlock-user commented 3 years ago

web2.0calc.com needs this filter too

Can't reproduce at 0calc domains

JobcenterTycoon commented 3 years ago

the ad only appears when i decline cookies (after 10 seconds or after a reload)