mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-28 04:40:19 +02:00
fix(YouTube - Hide ads): New types of ads are shown https://github.com/ReVanced/revanced-patches/issues/4352
This commit is contained in:
parent
d3d074e34f
commit
bfa7902105
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user