mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-10 20:55:38 +02:00
fix(YouTube - Hide layout components): Hide new type of community posts (#4888)
This commit is contained in:
parent
9dcd3d35dd
commit
f0c9c35778
1 changed files with 4 additions and 1 deletions
|
@ -75,7 +75,10 @@ public final class LayoutComponentsFilter extends Filter {
|
|||
"post_base_wrapper_slim.eml",
|
||||
"poll_post_root.eml",
|
||||
"videos_post_root.eml",
|
||||
"post_shelf_slim.eml"
|
||||
"post_shelf_slim.eml",
|
||||
"videos_post_responsive_root.eml",
|
||||
"text_post_responsive_root.eml",
|
||||
"poll_post_responsive_root.eml"
|
||||
);
|
||||
|
||||
final var communityGuidelines = new StringFilterGroup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue