compo.de

This is where you should report issues arising from the subscription filters.
Locked
Helloworld
New Member
New Member
Posts: 5
Joined: Mon Jun 19, 2017 10:05 am

compo.de

Post by Helloworld »

Hello,

i'm taking care of compo.de and some customers are using Adblocker with the EasyList and EasyPrivacy filter list. It seems, that some dynamic content is blocked by this lists:

Code: Select all

https://www.compo.de/de/de/pflanzenratgeber/krankheiten-schaedlinge.html
See, that the content on the right hand side is blocked by adblocker, but no ads are on this side.

Is it possible to do something about this behaviour? Maybe whitelisting the side?

Greetings and many thanks
Moved from Report incorrectly removed content to EasyList Germany on Mon Jun 19, 2017 10:45 am by smed79

User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Hi,
post a screenshot of the hidden content (side).
or beter an adblock plus issue report https://adblockplus.org/en/getting_star ... -positives
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Helloworld
New Member
New Member
Posts: 5
Joined: Mon Jun 19, 2017 10:05 am

Post by Helloworld »

Hi, thanks for the answer :)

See this screenshot from the content:

Image

strangly enough, works since this morning with Adblock PLUS, but not with Adblock

Using Chrome 59.0.3071.104 and AdBlock 3.11.2

This is, what console is showing:

Image

Thanks
 ! Message from: Lanik
Fixed your images images
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Where are the images ? Use imgur.com for uploading then post here the links.
User avatar
LanikSJ
Site Owner
Site Owner
Posts: 1806
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ »

I fixed the images above.
"If it ain't broke don't fix it."
Helloworld
New Member
New Member
Posts: 5
Joined: Mon Jun 19, 2017 10:05 am

Post by Helloworld »

Hello,

sorry, here are the new links for the images:

Blocked content: http://imgur.com/Lrr5xxY

Console: http://imgur.com/JmzLR0Z
okiehsch
uBlock Origin Author
uBlock Origin Author
Posts: 98
Joined: Wed Oct 12, 2016 9:00 pm

Post by okiehsch »

Code: Select all

@@||code.etracker.com/t.js$script,domain=compo.de
fixes this issue.
Helloworld
New Member
New Member
Posts: 5
Joined: Mon Jun 19, 2017 10:05 am

Post by Helloworld »

Our developers don't think, that this is the issue here:
We target other page for those images with REST call and that is why it blocks the content.

Is this possible?
okiehsch
uBlock Origin Author
uBlock Origin Author
Posts: 98
Joined: Wed Oct 12, 2016 9:00 pm

Post by okiehsch »

I am not sure I quite understand. The content on your site is blocked by the filter

Code: Select all

||etracker.com^$third-party
which is part of EasylistPrivacy.
This filter blocks "code.etracker.com/t.js" and this blocks the content on your site.
The mentioned exception filter adresses this problem.
If you or your developers add

Code: Select all

@@||code.etracker.com/t.js$script,domain=compo.de
is the content still blocked?
Moved from EasyList Germany to Report incorrectly removed content on Wed Jun 21, 2017 10:30 pm by smed79

User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

The filter suggested by @okiehsch works.

@Helloworld The issue can be fixed on your side, tell the developers of your site to remove the dependency to etracker.com
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Helloworld
New Member
New Member
Posts: 5
Joined: Mon Jun 19, 2017 10:05 am

Post by Helloworld »

Yes, it is still blocked.

Turning of everthing of eTracker is no solution
Locked