fix(YouTube - Hide layout components): Hide new kind of community posts (#695)

This commit is contained in:
Bceez 2024-09-22 06:46:44 +02:00 committed by GitHub
parent e72da0c15f
commit b3849267a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,9 +80,11 @@ public final class LayoutComponentsFilter extends Filter {
final var communityPosts = new StringFilterGroup( final var communityPosts = new StringFilterGroup(
Settings.HIDE_COMMUNITY_POSTS, Settings.HIDE_COMMUNITY_POSTS,
"post_base_wrapper", "post_base_wrapper",
"image_post_root.eml",
"text_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( final var communityGuidelines = new StringFilterGroup(