mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-15 16:16:49 +01:00
feat(general-ads): block additional home ads
This commit is contained in:
parent
6e936a4b95
commit
aa9d63afaf
@ -41,6 +41,8 @@ public class GeneralBytecodeAdsPatch {
|
|||||||
blockList.add("text_search_ad_with_description_first");
|
blockList.add("text_search_ad_with_description_first");
|
||||||
blockList.add("watch_metadata_app_promo");
|
blockList.add("watch_metadata_app_promo");
|
||||||
blockList.add("video_display_full_layout");
|
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");
|
bufferBlockList.add("ad_cpn");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user