mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-27 14:26:49 +01:00
fix(YouTube - Hide layout components): Hide new kind of community post (#678)
This commit is contained in:
parent
7a58ae5d0e
commit
6be257a7a6
@ -81,7 +81,8 @@ public final class LayoutComponentsFilter extends Filter {
|
||||
Settings.HIDE_COMMUNITY_POSTS,
|
||||
"post_base_wrapper",
|
||||
"image_post_root.eml",
|
||||
"text_post_root.eml"
|
||||
"text_post_root.eml",
|
||||
"images_post_root.eml"
|
||||
);
|
||||
|
||||
final var communityGuidelines = new StringFilterGroup(
|
||||
|
Loading…
Reference in New Issue
Block a user