Page 1 of 1

lebensmittelpraxis.de

Posted: Sat Jun 16, 2018 11:23 pm
by TramPolin
Site is blurring content and showing layer that aks to switch off AdBlocker. No idea to solve.

Problem occurs not on all pages. Example for an affected page:

Code: Select all

https://lebensmittelpraxis.de/neue-laeden/18783-gerade-eroeffnet-edeka-xpress-markt.html

Re: lebensmittelpraxis.de

Posted: Sun Jun 17, 2018 3:22 am
by smed79
Test

Code: Select all

lebensmittelpraxis.de#?#div[id][style^="z-index"]:-abp-contains(AdBlocker)
or

Code: Select all

@@||lebensmittelpraxis.de^$generichide

Re: lebensmittelpraxis.de

Posted: Sun Jun 17, 2018 10:05 am
by TramPolin
Thanks. Both don't work unfortunately.

I had tried

Code: Select all

@@||lebensmittelpraxis.de^$generichide
before writing the post, but I hadn't mention it, sorry.

I tried also some script:contains entries to deactivate the testcode. But without success. It's stubborn. Even deactivating JavaScript doesn't help. The page says then, that JavaScript has to be activated to use the site.

Re: lebensmittelpraxis.de

Posted: Sun Jun 17, 2018 11:01 am
by intense
fixed in uBo, for other adblockers add

Code: Select all

@@||lebensmittelpraxis.de^$generichide
@@||lebensmittelpraxis.de/*.jpg#$image

Re: lebensmittelpraxis.de

Posted: Sun Jun 17, 2018 12:48 pm
by TramPolin
Thanks, it works! :-)