Skip to content

Commit

Permalink
fix(YouTube - Hide ads): Hide new types of tablet ads
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Jan 29, 2025
1 parent 70c8a12 commit 574bcc8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ public AdsFilter() {
"full_width_square_image_layout",
"video_display_button_group_layout",
"landscape_image_wide_button_layout",
"video_display_carousel_button_group_layout"
"video_display_carousel_button_group_layout",
"compact_landscape_image_layout", // Tablet layout search results.
"text_image_no_button_layout" // Tablet layout search results.
);

final var generalAds = new StringFilterGroup(
Expand Down

0 comments on commit 574bcc8

Please sign in to comment.