mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-30 06:34:28 +02:00
fix(YouTube - Hide layout components): Hide new type of community post (#4404)
This commit is contained in:
parent
7f322fd7d9
commit
f67ab2baf2
@ -81,7 +81,8 @@ public final class LayoutComponentsFilter extends Filter {
|
|||||||
"text_post_root_slim.eml",
|
"text_post_root_slim.eml",
|
||||||
"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"
|
||||||
);
|
);
|
||||||
|
|
||||||
final var communityGuidelines = new StringFilterGroup(
|
final var communityGuidelines = new StringFilterGroup(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user