Closed Flauschibuesi closed 2 months ago
Sorry to reopen this - same Problem is back again :/
Will check on the next day when no other check before me. Tested on mobile no anti adblock so far.
The anti-adblock is coming from https://cdn.tinypass.com/api/tinypass.min.js
. Also there is no setNptTechAdblockerCookie
on view-source:https://www.blick.ch/
The rmnt
filter needs .stay, 1
on my end but it doesn't work even after adding.
Easiest fix is add
||cdn.tinypass.com/api/tinypass.min.js$script,domain=blick.ch
Blocking that will affect the paywall registration at https://www.blick.ch/blickplus/abos/
It's because they are checking ##+js(set, Object.prototype.isAdDisabled, true)
with
if ({}.isAdDisabled) {
setNptTechAdblockerCookie(true);
return;
}
So just
blick.ch#@#+js(set, Object.prototype.isAdDisabled, true)
blick.ch##[class*="_ad_"]
blick.ch##aside:has(> div[id^="ad-placement"])
? I don’t get video ads with this.
Yeah, if the old issues are not there, we can switch to cosmetic filters.
There are some other backup filters here https://github.com/uBlockOrigin/uBlock-discussions/discussions/897#discussioncomment-10621706 but we don't need to use currently.
Prerequisites
URL address of the web page
https://www.blick.ch/
Category
detection
Description
Site detects uBlock since today and blocks usage with an overlay that tells you to disable your adblockers
Other extensions used
none
Screenshot(s)
Screenshot(s)
![Screenshot 2024-08-20 212059](https://github.com/user-attachments/assets/0968ef4c-b4bd-491b-a54f-a74a37e4c625)Configuration