Skip to content

Commit

Permalink
fix: Block some more movies in adblocker (ReVanced#69)
Browse files Browse the repository at this point in the history
* browsy_bar block

* feat: add browsy block
  • Loading branch information
OxrxL committed Jul 8, 2022
1 parent f346ed6 commit 391ce64
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,6 +50,7 @@ public static boolean containsAd(String value, ByteBuffer buffer) {
bufferBlockList.add("watch-vrecH");
}
if (SettingsEnum.ADREMOVER_MOVIE_REMOVAL_BOOLEAN.getBoolean()) {
blockList.add("browsy_bar");
blockList.add("compact_movie");
blockList.add("horizontal_movie_shelf");
blockList.add("movie_and_show_upsell_card");
Expand Down Expand Up @@ -101,7 +102,6 @@ public static boolean containsAd(String value, ByteBuffer buffer) {
blockList.add("post_shelf");
}


if (containsAny(value,
"home_video_with_context",
"related_video_with_context",
Expand Down

0 comments on commit 391ce64

Please sign in to comment.