[Privoxy-commits] [privoxy] 07/23: Update imdb filter to reduce the wasted space at the top of the page again

User Git git at git.privoxy.org
Thu Jan 1 15:56:04 CET 2026


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 41778f11617019002d22e29953110be11175b28e
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Jan 1 00:48:24 2026 +0100

    Update imdb filter to reduce the wasted space at the top of the page again
---
 default.filter | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default.filter b/default.filter
index d9e44b43..758814db 100644
--- a/default.filter
+++ b/default.filter
@@ -576,7 +576,7 @@ s@(<div) (class="hx_cookie-banner)@$1 style="display:none;" $2@
 #################################################################################
 FILTER: imdb Removes some ads on IMDb.
 
-s@(<div id="inline20_responsive_wrapper")[^>]*@$1 style="display:none"@
+s@(<div id="inline20_responsive_wrapper")[^>]*@<div style="display:none"@
 s@<iframe[^>]*id="top_ad"[^>]*>.*</iframe>@<!-- Iframe removed by Privoxy's imdb filter -->@
 s@<iframe[^>]*onload="doWithAds.call[^>]*></iframe>@<!-- Iframe removed by Privoxy's imdb filter -->@g
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list