mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-31 12:23:36 +00:00
Fix #124922 adme.media
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
! Good: example.org#?#main > div.row:has(> div.ad)
|
||||
! Bad: example.org##main > div.ad (should be in specific.txt)
|
||||
!
|
||||
! adme.media
|
||||
! ads in the feed - main page
|
||||
adme.media#?#main > div:not([data-test-id^="article-list-element-"]):not([data-test-id^="recommended-"]):not([data-test-id="notifications-"]):if-not(div[data-test-id="login-dialog"])
|
||||
! https://github.com/AdguardTeam/AdguardFilters/issues/113508
|
||||
partnerkin.com#$?#.cstm_popup_overlay { remove: true; }
|
||||
! https://github.com/AdguardTeam/AdguardFilters/issues/112253
|
||||
|
||||
@@ -11957,7 +11957,7 @@ kp.ru##div[class^="styled__AsideWrapper-sc-"] > div[data-without-height="false"]
|
||||
! top banner
|
||||
adme.media###root > div > div.g-recaptcha ~ div:not([id]):not([class])
|
||||
! ads in the feed - main page
|
||||
adme.media##main > div:not([data-test-id^="article-list-element-"])
|
||||
!
|
||||
! ads in the recommended feed - articles
|
||||
adme.media#?#div[data-test-id="article-bottom-recommended"] > div > div > div:if-not(> a[data-test-id="logo-link"])
|
||||
! ads in content
|
||||
|
||||
Reference in New Issue
Block a user