mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-19 18:39:25 +01:00
fix(YouTube - Hide Shorts components): Hide new type of shorts in feed (#453)
This commit is contained in:
parent
e0d77a0060
commit
6959808f0c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user