fix(YouTube - Hide ads): New types of ads are shown https://github.com/ReVanced/revanced-patches/issues/4352

This commit is contained in:
inotia00 2025-01-29 19:01:26 +09:00
parent d3d074e34f
commit bfa7902105

View File

@ -35,7 +35,7 @@ public final class AdsFilter extends Filter {
"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"
@ -64,6 +64,9 @@ public final class AdsFilter extends Filter {
// "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"