mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-29 22:24:31 +02:00
chore(YouTube - Hide ads): Remove duplicated ads filter
This commit is contained in:
parent
f678991e61
commit
38de9dede3
@ -43,38 +43,33 @@ public final class AdsFilter extends Filter {
|
|||||||
"brand_video",
|
"brand_video",
|
||||||
|
|
||||||
// "carousel_footered_layout.eml"
|
// "carousel_footered_layout.eml"
|
||||||
"carousel_footered_layout",
|
|
||||||
|
|
||||||
// "composite_concurrent_carousel_layout"
|
// "composite_concurrent_carousel_layout"
|
||||||
"composite_concurrent_carousel_layout",
|
"carousel_",
|
||||||
|
|
||||||
// "landscape_image_wide_button_layout.eml"
|
|
||||||
"landscape_image_wide_button_layout",
|
|
||||||
|
|
||||||
// "square_image_layout.eml"
|
|
||||||
"square_image_layout",
|
|
||||||
|
|
||||||
// "statement_banner.eml"
|
// "statement_banner.eml"
|
||||||
"statement_banner",
|
"statement_banner",
|
||||||
|
|
||||||
|
// "video_display_button_group_layout"
|
||||||
|
// "video_display_carousel_button_group_layout"
|
||||||
|
// "video_display_full_buttoned_layout"
|
||||||
|
// "video_display_full_layout"
|
||||||
// "video_display_full_layout.eml"
|
// "video_display_full_layout.eml"
|
||||||
"video_display_full_layout",
|
"video_display_",
|
||||||
|
|
||||||
// "text_image_button_group_layout.eml"
|
// "text_image_button_group_layout.eml"
|
||||||
// "video_display_button_group_layout.eml"
|
|
||||||
"_button_group_layout",
|
"_button_group_layout",
|
||||||
|
|
||||||
|
// "landscape_image_wide_button_layout.eml"
|
||||||
// "text_image_no_button_layout.eml"
|
// "text_image_no_button_layout.eml"
|
||||||
"_button_layout",
|
"_button_layout",
|
||||||
|
|
||||||
// "banner_text_icon_buttoned_layout.eml"
|
// "banner_text_icon_buttoned_layout.eml"
|
||||||
// "video_display_compact_buttoned_layout.eml"
|
|
||||||
// "video_display_full_buttoned_layout.eml"
|
|
||||||
"_buttoned_layout",
|
"_buttoned_layout",
|
||||||
|
|
||||||
// "compact_landscape_image_layout.eml"
|
// "compact_landscape_image_layout.eml"
|
||||||
// "full_width_portrait_image_layout.eml"
|
// "full_width_portrait_image_layout.eml"
|
||||||
// "full_width_square_image_layout.eml"
|
// "full_width_square_image_layout.eml"
|
||||||
|
// "square_image_layout.eml"
|
||||||
"_image_layout"
|
"_image_layout"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user