mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-06-12 21:27:37 +02:00
fix(YouTube - Hide shorts components): Add filter to filter group list
This commit is contained in:
@ -87,7 +87,8 @@ public final class ShortsFilter extends Filter {
|
||||
);
|
||||
|
||||
pathFilterGroupList.addAll(
|
||||
joinButton, subscribeButton, channelBar, soundButton, infoPanel, videoActionButton
|
||||
joinButton, subscribeButton, subscribeButtonPaused,
|
||||
channelBar, soundButton, infoPanel, videoActionButton
|
||||
);
|
||||
|
||||
var shortsCommentButton = new ByteArrayAsStringFilterGroup(
|
||||
|
Reference in New Issue
Block a user