mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-19 08:17:33 +01:00
fix(YouTube - Hide layout components): Hide new kind of community post (#678)
This commit is contained in:
parent
7a58ae5d0e
commit
6be257a7a6
@ -81,7 +81,8 @@ public final class LayoutComponentsFilter extends Filter {
|
|||||||
Settings.HIDE_COMMUNITY_POSTS,
|
Settings.HIDE_COMMUNITY_POSTS,
|
||||||
"post_base_wrapper",
|
"post_base_wrapper",
|
||||||
"image_post_root.eml",
|
"image_post_root.eml",
|
||||||
"text_post_root.eml"
|
"text_post_root.eml",
|
||||||
|
"images_post_root.eml"
|
||||||
);
|
);
|
||||||
|
|
||||||
final var communityGuidelines = new StringFilterGroup(
|
final var communityGuidelines = new StringFilterGroup(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user