mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-15 14:16:49 +01:00
feat(youtube/general-ads): hide quick actions in fullscreen
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
0972daf680
commit
9bb41ca21f
@ -93,6 +93,7 @@ public final class GeneralAdsPatch extends Filter {
|
||||
channelMemberShelf
|
||||
);
|
||||
|
||||
var quickActions = new BlockRule(SettingsEnum.ADREMOVER_CHANNEL_BAR, "quick_actions");
|
||||
var carouselAd = new BlockRule(SettingsEnum.ADREMOVER_GENERAL_ADS_REMOVAL,
|
||||
"carousel_ad"
|
||||
);
|
||||
@ -106,6 +107,7 @@ public final class GeneralAdsPatch extends Filter {
|
||||
this.identifierRegister.registerAll(
|
||||
shorts,
|
||||
graySeparator,
|
||||
quickActions,
|
||||
carouselAd
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user