From 8c27a9c01dd0a8a97be253e6028e3f0ad1e4fb6c Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Wed, 18 May 2022 15:54:01 +0200 Subject: [PATCH] Attempted fix for https://github.com/AdguardTeam/AdguardFilters/issues/119108 --- EmptyPaddingRemover.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/EmptyPaddingRemover.txt b/EmptyPaddingRemover.txt index b046a2755..07642cb9f 100644 --- a/EmptyPaddingRemover.txt +++ b/EmptyPaddingRemover.txt @@ -1,6 +1,6 @@ [Adblock Plus 3.6] ! Title: 🕳 Empty Padding Remover -! Version: 07May2022v1-Alpha +! Version: 18May2022v1-Alpha ! Expires: 4 days ! Description: Are you tired of having to scroll so much on websites, or you want to keep your eyes on more text and content at once? If so, this list will help you a little extra bit with that. ! Homepage: https://github.com/DandelionSprout/adfilt/blob/master/Wiki/General-info.md#english @@ -15,7 +15,8 @@ ! https://nyheder.tv2.dk/2020-02-02-forfatter-derfor-slipper-sportsstjerner-fra-voldtaegtsanklager-uden-skrammer *##p:has-text(/^ $/):not(:has-text(/\S/)):not(:has(img, input, iframe)) ! As per https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-only-whitespace -##p:empty +! (Exception: https://github.com/AdguardTeam/AdguardFilters/issues/119108) +##p:empty:not([class]) !#if !env_chromium ##p:-moz-only-whitespace !#endif