mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-19 09:46:50 +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
|
channelMemberShelf
|
||||||
);
|
);
|
||||||
|
|
||||||
|
var quickActions = new BlockRule(SettingsEnum.ADREMOVER_CHANNEL_BAR, "quick_actions");
|
||||||
var carouselAd = new BlockRule(SettingsEnum.ADREMOVER_GENERAL_ADS_REMOVAL,
|
var carouselAd = new BlockRule(SettingsEnum.ADREMOVER_GENERAL_ADS_REMOVAL,
|
||||||
"carousel_ad"
|
"carousel_ad"
|
||||||
);
|
);
|
||||||
@ -106,6 +107,7 @@ public final class GeneralAdsPatch extends Filter {
|
|||||||
this.identifierRegister.registerAll(
|
this.identifierRegister.registerAll(
|
||||||
shorts,
|
shorts,
|
||||||
graySeparator,
|
graySeparator,
|
||||||
|
quickActions,
|
||||||
carouselAd
|
carouselAd
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user