mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-06-13 13:47:38 +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",
|
"shorts_shelf",
|
||||||
"inline_shorts",
|
"inline_shorts",
|
||||||
"shorts_grid",
|
"shorts_grid",
|
||||||
"shorts_video_cell"
|
"shorts_video_cell",
|
||||||
|
"shorts_pivot_item"
|
||||||
);
|
);
|
||||||
|
|
||||||
pathFilterGroups.addAll(joinButton, subscribeButton, channelBar, soundButton, infoPanel);
|
pathFilterGroups.addAll(joinButton, subscribeButton, channelBar, soundButton, infoPanel);
|
||||||
|
Reference in New Issue
Block a user