Skip to content

Commit

Permalink
feat(youtube/general-ads): hide grid of shorts
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 21, 2022
1 parent 5dd68e2 commit d125d20
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -90,7 +90,8 @@ public GeneralAdsPatch() {
var shorts = new BlockRule(SettingsEnum.ADREMOVER_SHORTS_REMOVAL,
"reels_player_overlay",
"shorts_shelf",
"inline_shorts"
"inline_shorts",
"shorts_grid"
);

this.identifierRegister.registerAll(
Expand Down

0 comments on commit d125d20

Please sign in to comment.