diff --git a/uYouPlus.xm b/uYouPlus.xm index a163366..4e0251d 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -169,6 +169,14 @@ BOOL ytMiniPlayer() { - (void)decorateContext:(id)arg1 { %orig(nil); } %end +// Workaround for https://github.com/MiRO92/uYou-for-YouTube/issues/94 +%hook YTELMView +%new +- (id)entry { + return nil; +} +%end + // YTClassicVideoQuality: https://github.com/PoomSmart/YTClassicVideoQuality %hook YTVideoQualitySwitchControllerFactory - (id)videoQualitySwitchControllerWithParentResponder:(id)responder {