Skip to content

Commit

Permalink
feat(youtube/general-ads): hide movie ad from search
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 24, 2022
1 parent 64cfe9c commit 767201c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public final class GeneralAdsPatch extends Filter {
"playlist_add_to_option_wrapper" // do not block on "add to playlist" flyout menu
};

private final BlockRule custom = new CustomBlockRule(
private final BlockRule custom = new CustomBlockRule(
SettingsEnum.ADREMOVER_CUSTOM_ENABLED,
SettingsEnum.ADREMOVER_CUSTOM_REMOVAL
);
Expand Down Expand Up @@ -63,7 +63,8 @@ public GeneralAdsPatch() {
"browsy_bar",
"compact_movie",
"horizontal_movie_shelf",
"movie_and_show_upsell_card"
"movie_and_show_upsell_card",
"compact_tvfilm_item"
);

this.pathRegister.registerAll(
Expand Down

0 comments on commit 767201c

Please sign in to comment.