diff --git a/ChineseFilter/sections/css_extended.txt b/ChineseFilter/sections/css_extended.txt index 4223afa06cc..1c0881c0255 100644 --- a/ChineseFilter/sections/css_extended.txt +++ b/ChineseFilter/sections/css_extended.txt @@ -5,6 +5,8 @@ ! Good: example.org#?#main > div.row:has(> div.ad) ! Bad: example.org##main > div.ad (should be in specific.txt) ! +! https://github.com/AdguardTeam/AdguardFilters/issues/155467 +lihkg.com#?#div[id][class][data-post-id] + div[class]:not([id]):not([data-post-id]):has( > div[class]:only-child > div > div[id^="gam-"]:only-child) ! https://github.com/AdguardTeam/AdguardFilters/issues/155154 gameapps.hk#$?#.pc-header-video > a[class^="top-ad-"] + .youtube-container { remove: true; } ! https://github.com/AdguardTeam/AdguardFilters/issues/154672