mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-19 08:17:33 +01:00
fix(YouTube - Hide layout components): Hide new kind of community posts (#695)
This commit is contained in:
parent
e72da0c15f
commit
b3849267a7
@ -80,9 +80,11 @@ public final class LayoutComponentsFilter extends Filter {
|
||||
final var communityPosts = new StringFilterGroup(
|
||||
Settings.HIDE_COMMUNITY_POSTS,
|
||||
"post_base_wrapper",
|
||||
"image_post_root.eml",
|
||||
"text_post_root.eml",
|
||||
"images_post_root.eml"
|
||||
"images_post_root.eml",
|
||||
"images_post_slim.eml",
|
||||
"text_post_root_slim.eml",
|
||||
"post_base_wrapper_slim.eml"
|
||||
);
|
||||
|
||||
final var communityGuidelines = new StringFilterGroup(
|
||||
|
Loading…
x
Reference in New Issue
Block a user