feat(youtube/general-ads): hide grid of shorts

This commit is contained in:
oSumAtrIX 2022-12-21 07:26:49 +01:00 committed by GitHub
parent 5dd68e23f8
commit d125d20974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(