From d42746f755f45271c764574859bb10e7390db2cb Mon Sep 17 00:00:00 2001 From: BlazDT <34266271+BlazDT@users.noreply.github.com> Date: Mon, 10 Jul 2023 19:42:09 +0200 Subject: [PATCH] fix https://github.com/AdguardTeam/AdguardFilters/issues/155467 lihkg.com --- ChineseFilter/sections/css_extended.txt | 2 ++ 1 file changed, 2 insertions(+) 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