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 528ead2771
commit cc637a17eb

View File

@ -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(