fix(YouTube - Hide ads): Hide new types of tablet ads
This commit is contained in:
parent
a7e3277cc1
commit
f844a1cd76
1 changed files with 3 additions and 1 deletions
|
|
@ -73,7 +73,9 @@ public final class AdsFilter extends Filter {
|
|||
"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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue