We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
URL: https://turksemedia.nl/wk-handboogschieten-in-nederland-turkije-pakt-zilver/
Screenshot:
The rule:
turksemedia.nl##div[class="sidebar_item"][style="padding-bottom: 16px;"]:has(> a > img[width="276"])
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; }
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; }
turksemedia.nl#@$?#div[class="sidebar_item"][style="padding-bottom: 16px;"]:has(> a > img[width="276"]) { remove: true; }
AdGuard 3.1.3, Chrome.
The text was updated successfully, but these errors were encountered:
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.
[style="padding-bottom: 16px;"]
[style*="padding-bottom: 16px;"]
https://forum.adguard.com/index.php?threads/resolved-news-softpedia-com.12426/#post-112475
Sorry, something went wrong.
Sometimes that rule works, somtimes - no.
slavaleleka
No branches or pull requests
URL: https://turksemedia.nl/wk-handboogschieten-in-nederland-turkije-pakt-zilver/
Screenshot:
The rule:
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.
The text was updated successfully, but these errors were encountered: