mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-14 16:09:37 +01:00
fix(YouTube - Hide shorts components): Add filter to filter group list
This commit is contained in:
parent
1d13cf2d5d
commit
30788ba1a3
@ -87,7 +87,8 @@ public final class ShortsFilter extends Filter {
|
|||||||
);
|
);
|
||||||
|
|
||||||
pathFilterGroupList.addAll(
|
pathFilterGroupList.addAll(
|
||||||
joinButton, subscribeButton, channelBar, soundButton, infoPanel, videoActionButton
|
joinButton, subscribeButton, subscribeButtonPaused,
|
||||||
|
channelBar, soundButton, infoPanel, videoActionButton
|
||||||
);
|
);
|
||||||
|
|
||||||
var shortsCommentButton = new ByteArrayAsStringFilterGroup(
|
var shortsCommentButton = new ByteArrayAsStringFilterGroup(
|
||||||
|
Loading…
Reference in New Issue
Block a user