mirror of
https://github.com/revanced/revanced-integrations
synced 2024-11-27 11:13:38 +01:00
feat(general-ads): block additional home ads
This commit is contained in:
parent
c049dc3e8d
commit
5a24e84868
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user