mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-02-22 17:11:11 +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
178b90b490
commit
ae862cbac6
@ -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