Skip to content

Commit cfd244b

Browse files
authored
fix(YouTube - Hide layout components): Hide new kind of community post (#6146)
1 parent e8e28e2 commit cfd244b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/youtube/src/main/java/app/revanced/extension/youtube/patches/components/LayoutComponentsFilter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ public LayoutComponentsFilter() {
8787
"post_shelf_slim.e",
8888
"videos_post_responsive_root.e",
8989
"text_post_responsive_root.e",
90-
"poll_post_responsive_root.e"
90+
"poll_post_responsive_root.e",
91+
"shared_post_root.e"
9192
);
9293

9394
final var subscribersCommunityGuidelines = new StringFilterGroup(

0 commit comments

Comments
 (0)