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

Commit 391ce64

Browse files
author
OxrxL
authored
fix: Block some more movies in adblocker (#69)
* browsy_bar block * feat: add browsy block
1 parent f346ed6 commit 391ce64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/app/revanced/integrations/adremover/LithoAdRemoval.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public static boolean containsAd(String value, ByteBuffer buffer) {
5050
bufferBlockList.add("watch-vrecH");
5151
}
5252
if (SettingsEnum.ADREMOVER_MOVIE_REMOVAL_BOOLEAN.getBoolean()) {
53+
blockList.add("browsy_bar");
5354
blockList.add("compact_movie");
5455
blockList.add("horizontal_movie_shelf");
5556
blockList.add("movie_and_show_upsell_card");
@@ -101,7 +102,6 @@ public static boolean containsAd(String value, ByteBuffer buffer) {
101102
blockList.add("post_shelf");
102103
}
103104

104-
105105
if (containsAny(value,
106106
"home_video_with_context",
107107
"related_video_with_context",

0 commit comments

Comments
 (0)