mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-06-12 13:17:37 +02:00
fix(YouTube - Hide Shorts components): Hide new type of shorts in feed (#453)
This commit is contained in:
@ -55,7 +55,8 @@ public final class ShortsFilter extends Filter {
|
||||
"shorts_shelf",
|
||||
"inline_shorts",
|
||||
"shorts_grid",
|
||||
"shorts_video_cell"
|
||||
"shorts_video_cell",
|
||||
"shorts_pivot_item"
|
||||
);
|
||||
|
||||
pathFilterGroups.addAll(joinButton, subscribeButton, channelBar, soundButton, infoPanel);
|
||||
|
Reference in New Issue
Block a user