Update YTLitePlus.xm
This commit is contained in:
parent
f3363f40e4
commit
c0d4342317
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ static BOOL IsEnabled(NSString *key) {
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
/* TEMP-DISABLED
|
||||||
// Fix Google Sign in by @PoomSmart, @level3tjg & Dayanch96 (qnblackcat/uYouPlus#684)
|
// Fix Google Sign in by @PoomSmart, @level3tjg & Dayanch96 (qnblackcat/uYouPlus#684)
|
||||||
BOOL isSelf() {
|
BOOL isSelf() {
|
||||||
NSArray *address = [NSThread callStackReturnAddresses];
|
NSArray *address = [NSThread callStackReturnAddresses];
|
||||||
|
|
@ -99,6 +100,7 @@ BOOL isSelf() {
|
||||||
return %orig;
|
return %orig;
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
*/
|
||||||
|
|
||||||
// Skips content warning before playing *some videos - @PoomSmart
|
// Skips content warning before playing *some videos - @PoomSmart
|
||||||
%hook YTPlayabilityResolutionUserActionUIController
|
%hook YTPlayabilityResolutionUserActionUIController
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue