mirror of
https://github.com/revanced/revanced-integrations
synced 2024-11-16 22:50:31 +01:00
feat(youtube/general-ads): hide grid of shorts
This commit is contained in:
parent
5dd68e23f8
commit
d125d20974
@ -90,7 +90,8 @@ public final class GeneralAdsPatch extends Filter {
|
||||
var shorts = new BlockRule(SettingsEnum.ADREMOVER_SHORTS_REMOVAL,
|
||||
"reels_player_overlay",
|
||||
"shorts_shelf",
|
||||
"inline_shorts"
|
||||
"inline_shorts",
|
||||
"shorts_grid"
|
||||
);
|
||||
|
||||
this.identifierRegister.registerAll(
|
||||
|
Loading…
Reference in New Issue
Block a user