mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-27 13:25:58 +01:00
fix(YouTube - Hide ads): Hide new type of featured promotions (#4113)
This commit is contained in:
parent
6777f17e15
commit
13c7592b21
@ -85,7 +85,8 @@ public final class AdsFilter extends Filter {
|
|||||||
"composite_concurrent_carousel_layout",
|
"composite_concurrent_carousel_layout",
|
||||||
"carousel_headered_layout",
|
"carousel_headered_layout",
|
||||||
"full_width_portrait_image_layout",
|
"full_width_portrait_image_layout",
|
||||||
"brand_video_shelf"
|
"brand_video_shelf",
|
||||||
|
"brand_video_singleton"
|
||||||
);
|
);
|
||||||
|
|
||||||
final var movieAds = new StringFilterGroup(
|
final var movieAds = new StringFilterGroup(
|
||||||
|
Loading…
Reference in New Issue
Block a user