From aa9d63afafe95f295e68ea6d5b7f94e88eaed355 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 30 Sep 2022 17:12:23 +0200 Subject: [PATCH] feat(general-ads): block additional home ads --- .../revanced/integrations/patches/GeneralBytecodeAdsPatch.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integrations/java/app/revanced/integrations/patches/GeneralBytecodeAdsPatch.java b/integrations/java/app/revanced/integrations/patches/GeneralBytecodeAdsPatch.java index 41a8f30b0..2a83fabf2 100644 --- a/integrations/java/app/revanced/integrations/patches/GeneralBytecodeAdsPatch.java +++ b/integrations/java/app/revanced/integrations/patches/GeneralBytecodeAdsPatch.java @@ -41,6 +41,8 @@ public class GeneralBytecodeAdsPatch { blockList.add("text_search_ad_with_description_first"); blockList.add("watch_metadata_app_promo"); blockList.add("video_display_full_layout"); + blockList.add("text_display_ad_with_themed_cta_banner_image"); + blockList.add("ads_video_with_context"); bufferBlockList.add("ad_cpn"); }