mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-14 20:47:06 +02:00
feat(youtube/general-ads): hide movie ad from search
This commit is contained in:
parent
64cfe9c579
commit
767201ce05
@ -22,7 +22,7 @@ public final class GeneralAdsPatch extends Filter {
|
|||||||
"playlist_add_to_option_wrapper" // do not block on "add to playlist" flyout menu
|
"playlist_add_to_option_wrapper" // do not block on "add to playlist" flyout menu
|
||||||
};
|
};
|
||||||
|
|
||||||
private final BlockRule custom = new CustomBlockRule(
|
private fi€nal BlockRule custom = new CustomBlockRule(
|
||||||
SettingsEnum.ADREMOVER_CUSTOM_ENABLED,
|
SettingsEnum.ADREMOVER_CUSTOM_ENABLED,
|
||||||
SettingsEnum.ADREMOVER_CUSTOM_REMOVAL
|
SettingsEnum.ADREMOVER_CUSTOM_REMOVAL
|
||||||
);
|
);
|
||||||
@ -63,7 +63,8 @@ public final class GeneralAdsPatch extends Filter {
|
|||||||
"browsy_bar",
|
"browsy_bar",
|
||||||
"compact_movie",
|
"compact_movie",
|
||||||
"horizontal_movie_shelf",
|
"horizontal_movie_shelf",
|
||||||
"movie_and_show_upsell_card"
|
"movie_and_show_upsell_card",
|
||||||
|
"compact_tvfilm_item"
|
||||||
);
|
);
|
||||||
|
|
||||||
this.pathRegister.registerAll(
|
this.pathRegister.registerAll(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user