msn.com

This is where you should report issues arising from the subscription filters.
Locked
BrentM
New Member
New Member
Posts: 4
Joined: Tue Jun 27, 2017 6:47 pm

msn.com

Post by BrentM »

In Chrome (64.0.3282.186) with AdBlock (3.27.0) and the latest version of EasyList, the Microsoft Store and Skype icons in the header area overlap due to the following rule hiding of the link to the MS Store, but not hiding the content in the pseudo-element set on the parent item list ("IL") element.

Code: Select all

msn.com,newsinenglish.no,windowscentral.com#?#a[href^="https://clk.tradedoubler.com/"]
I believe the following rule should hide / remove the parent item list element as well, potentially fixing the problem.

Code: Select all

msn.com#?#li:-abp-has(a[href^="https://clk.tradedoubler.com/"])
MonztA
EasyList Author
EasyList Author
Posts: 8121
Joined: Thu Jul 26, 2007 4:19 pm
Location: Germany

Post by MonztA »

Could you add a screenshot? I couldn't see the issue described.
BrentM
New Member
New Member
Posts: 4
Joined: Tue Jun 27, 2017 6:47 pm

Post by BrentM »

Here's the screen cap from Firefox with ABP (I'm not seeing the problem in Chrome now).

http://i.imgur.com/xxWMN9A.png
Locked