From b6a3bcffca8b1cde08bd74f912c8d70ab06950a5 Mon Sep 17 00:00:00 2001 From: jellizaveta Date: Mon, 18 Sep 2023 13:36:54 +0300 Subject: [PATCH] Fix #161920 heise.de --- GermanFilter/sections/css_extended.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GermanFilter/sections/css_extended.txt b/GermanFilter/sections/css_extended.txt index d1084711dd8..266aa0319cc 100644 --- a/GermanFilter/sections/css_extended.txt +++ b/GermanFilter/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/161920 +heise.de#?#body > div.a-layout:has(> div.a-layout__container div.ad-ldb-container) ! lieferando.de - sponsored entries lieferando.de#?#div[data-dd-action-name="restaurant-card"]:has(a div[data-qa="sponsored-indicator-content"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/161299