Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit d125d20

Browse files
authored
feat(youtube/general-ads): hide grid of shorts
1 parent 5dd68e2 commit d125d20

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/java/app/revanced/integrations/patches/GeneralAdsPatch.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ public GeneralAdsPatch() {
9090
var shorts = new BlockRule(SettingsEnum.ADREMOVER_SHORTS_REMOVAL,
9191
"reels_player_overlay",
9292
"shorts_shelf",
93-
"inline_shorts"
93+
"inline_shorts",
94+
"shorts_grid"
9495
);
9596

9697
this.identifierRegister.registerAll(

0 commit comments

Comments
 (0)