Skip to content

Commit

Permalink
fix(YouTube - Hide ads): New types of ads are shown
Browse files Browse the repository at this point in the history
  • Loading branch information
anddea committed Jan 30, 2025
1 parent f986d4b commit da63932
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public AdsFilter() {
"alert_banner_promo.eml"
);

// Keywords checked in 2024:
// Keywords checked in 2025:
final StringFilterGroup generalAdsIdentifier = new StringFilterGroup(
Settings.HIDE_GENERAL_ADS,
// "brand_video_shelf.eml"
Expand Down Expand Up @@ -64,6 +64,9 @@ public AdsFilter() {
// "video_display_button_group_layout.eml"
"_button_group_layout",

// "text_image_no_button_layout.eml"
"_button_layout",

// "banner_text_icon_buttoned_layout.eml"
// "video_display_compact_buttoned_layout.eml"
// "video_display_full_buttoned_layout.eml"
Expand Down

0 comments on commit da63932

Please sign in to comment.