From c0d43423175725ce86d35a95805e41e7754a9112 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:30:02 -0500 Subject: [PATCH] Update YTLitePlus.xm --- YTLitePlus.xm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/YTLitePlus.xm b/YTLitePlus.xm index aa762af..2f14157 100644 --- a/YTLitePlus.xm +++ b/YTLitePlus.xm @@ -67,6 +67,7 @@ static BOOL IsEnabled(NSString *key) { } %end +/* TEMP-DISABLED // Fix Google Sign in by @PoomSmart, @level3tjg & Dayanch96 (qnblackcat/uYouPlus#684) BOOL isSelf() { NSArray *address = [NSThread callStackReturnAddresses]; @@ -99,6 +100,7 @@ BOOL isSelf() { return %orig; } %end +*/ // Skips content warning before playing *some videos - @PoomSmart %hook YTPlayabilityResolutionUserActionUIController