mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-21 01:07:32 +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,
|
var shorts = new BlockRule(SettingsEnum.ADREMOVER_SHORTS_REMOVAL,
|
||||||
"reels_player_overlay",
|
"reels_player_overlay",
|
||||||
"shorts_shelf",
|
"shorts_shelf",
|
||||||
"inline_shorts"
|
"inline_shorts",
|
||||||
|
"shorts_grid"
|
||||||
);
|
);
|
||||||
|
|
||||||
this.identifierRegister.registerAll(
|
this.identifierRegister.registerAll(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user