mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-14 13:56:48 +01:00
fix(YouTube - Hide layout components): Correctly hide community posts
This commit is contained in:
parent
0dd35ae993
commit
f782692620
@ -73,7 +73,8 @@ public final class LayoutComponentsFilter extends Filter {
|
||||
|
||||
final var communityPosts = new StringFilterGroup(
|
||||
Settings.HIDE_COMMUNITY_POSTS,
|
||||
"post_base_wrapper"
|
||||
"post_base_wrapper",
|
||||
"image_post_root.eml"
|
||||
);
|
||||
|
||||
final var communityGuidelines = new StringFilterGroup(
|
||||
|
Loading…
x
Reference in New Issue
Block a user