feat(general-ads): block additional home ads

This commit is contained in:
oSumAtrIX 2022-09-30 17:12:23 +02:00
parent c049dc3e8d
commit 5a24e84868
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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");
}