mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-11 21:25:40 +02:00
fix(YouTube - Hide layout components): Hide new type of community post (#4404)
This commit is contained in:
parent
7f322fd7d9
commit
f67ab2baf2
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@ public final class LayoutComponentsFilter extends Filter {
|
|||
"text_post_root_slim.eml",
|
||||
"post_base_wrapper_slim.eml",
|
||||
"poll_post_root.eml",
|
||||
"videos_post_root.eml"
|
||||
"videos_post_root.eml",
|
||||
"post_shelf_slim.eml"
|
||||
);
|
||||
|
||||
final var communityGuidelines = new StringFilterGroup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue