Skip to content

Commit

Permalink
fix(YouTube - Hide ads): Hide new types of home feed button ads (ReVa…
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Jul 5, 2024
1 parent 77533cf commit ff2637c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ public AdsFilter() {

final var buttonedAd = new StringFilterGroup(
Settings.HIDE_BUTTONED_ADS,
"_ad_with",
"_buttoned_layout",
// text_image_button_group_layout, landscape_image_button_group_layout, full_width_square_image_button_group_layout
"image_button_group_layout",
"full_width_square_image_layout",
"_ad_with",
"text_image_button_group_layout",
"video_display_button_group_layout",
"landscape_image_wide_button_layout",
"video_display_carousel_button_group_layout"
Expand Down

0 comments on commit ff2637c

Please sign in to comment.