Skip to content

Commit

Permalink
fix(YouTube - Hide layout components): Hide new kind of community pos…
Browse files Browse the repository at this point in the history
…ts (ReVanced#695)
  • Loading branch information
Bceez authored Sep 22, 2024
1 parent e72da0c commit b384926
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,11 @@ public LayoutComponentsFilter() {
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(
Expand Down

0 comments on commit b384926

Please # to comment.