mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-05-02 15:44:39 +02:00
fix(YouTube - Hide layout components): Hide new type of community posts (#4888)
This commit is contained in:
parent
9dcd3d35dd
commit
f0c9c35778
@ -75,7 +75,10 @@ public final class LayoutComponentsFilter extends Filter {
|
|||||||
"post_base_wrapper_slim.eml",
|
"post_base_wrapper_slim.eml",
|
||||||
"poll_post_root.eml",
|
"poll_post_root.eml",
|
||||||
"videos_post_root.eml",
|
"videos_post_root.eml",
|
||||||
"post_shelf_slim.eml"
|
"post_shelf_slim.eml",
|
||||||
|
"videos_post_responsive_root.eml",
|
||||||
|
"text_post_responsive_root.eml",
|
||||||
|
"poll_post_responsive_root.eml"
|
||||||
);
|
);
|
||||||
|
|
||||||
final var communityGuidelines = new StringFilterGroup(
|
final var communityGuidelines = new StringFilterGroup(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user