Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

turksemedia.nl - cannot hide element using Extended CSS #87

Closed
Alex-302 opened this issue Jun 18, 2019 · 2 comments
Closed

turksemedia.nl - cannot hide element using Extended CSS #87

Alex-302 opened this issue Jun 18, 2019 · 2 comments

Comments

@Alex-302
Copy link
Member

Alex-302 commented Jun 18, 2019

URL: https://turksemedia.nl/wk-handboogschieten-in-nederland-turkije-pakt-zilver/

Screenshot:

image

The rule:

turksemedia.nl##div[class="sidebar_item"][style="padding-bottom: 16px;"]:has(> a > img[width="276"])

Actual behavior:

After blinking banners are visible.

But this rule works fine:
turksemedia.nl#$?#div[class="sidebar_item"][style="padding-bottom: 16px;"]:has(> a > img[width="276"]) { remove: true; }

Before checking add exclusion rule:
turksemedia.nl#@$?#div[class="sidebar_item"][style="padding-bottom: 16px;"]:has(> a > img[width="276"]) { remove: true; }

AdGuard 3.1.3, Chrome.

@AdamWr
Copy link
Member

AdamWr commented Jun 18, 2019

I'm not sure, but I guess that it's due to [style="padding-bottom: 16px;"] and probably changing it to [style*="padding-bottom: 16px;"] should works.

https://forum.adguard.com/index.php?threads/resolved-news-softpedia-com.12426/#post-112475

@Alex-302
Copy link
Member Author

Sometimes that rule works, somtimes - no.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants