Skip to content

Commit

Permalink
fix(YouTube - Hide layout components): Hide new kind of community post (
Browse files Browse the repository at this point in the history
  • Loading branch information
Bceez authored Dec 17, 2024
1 parent e6efd53 commit 08f68cb
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,14 @@ public LayoutComponentsFilter() {

final var communityPosts = new StringFilterGroup(
Settings.HIDE_COMMUNITY_POSTS,
"post_base_wrapper",
"post_base_wrapper", // may be obsolete and no longer needed.
"text_post_root.eml",
"images_post_root.eml",
"images_post_slim.eml",
"images_post_slim.eml", // may be obsolete and no longer needed.
"images_post_root_slim.eml",
"text_post_root_slim.eml",
"post_base_wrapper_slim.eml"
"post_base_wrapper_slim.eml",
"poll_post_root.eml"
);

final var communityGuidelines = new StringFilterGroup(
Expand Down

0 comments on commit 08f68cb

Please sign in to comment.