Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 5a24e84

Browse files
committed
feat(general-ads): block additional home ads
1 parent c049dc3 commit 5a24e84

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/java/app/revanced/integrations/patches/GeneralBytecodeAdsPatch.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ private static boolean containsLithoAd(String value, ByteBuffer buffer) {
4141
blockList.add("text_search_ad_with_description_first");
4242
blockList.add("watch_metadata_app_promo");
4343
blockList.add("video_display_full_layout");
44+
blockList.add("text_display_ad_with_themed_cta_banner_image");
45+
blockList.add("ads_video_with_context");
4446

4547
bufferBlockList.add("ad_cpn");
4648
}

0 commit comments

Comments
 (0)