mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-01 00:02:55 +01:00
fix: Block some more movies in adblocker (#69)
* browsy_bar block * feat: add browsy block
This commit is contained in:
parent
f346ed6122
commit
391ce64c25
@ -50,6 +50,7 @@ public class LithoAdRemoval {
|
||||
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");
|
||||
@ -101,7 +102,6 @@ public class LithoAdRemoval {
|
||||
blockList.add("post_shelf");
|
||||
}
|
||||
|
||||
|
||||
if (containsAny(value,
|
||||
"home_video_with_context",
|
||||
"related_video_with_context",
|
||||
|
Loading…
Reference in New Issue
Block a user