mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Merge branch 'qnblackcat:main' into main
This commit is contained in:
commit
f135d9ea1d
1 changed files with 10 additions and 0 deletions
10
uYouPlus.xm
10
uYouPlus.xm
|
|
@ -255,6 +255,16 @@ static BOOL didFinishLaunching;
|
|||
// - (void)decorateContext:(id)context {}
|
||||
// %end
|
||||
|
||||
// Fix login for YouTube 18.13.2 and higher
|
||||
%hook SSOKeychainHelper
|
||||
+ (NSString *)accessGroup {
|
||||
return accessGroupID();
|
||||
}
|
||||
+ (NSString *)sharedAccessGroup {
|
||||
return accessGroupID();
|
||||
}
|
||||
%end
|
||||
|
||||
// Fix login for YouTube 17.33.2 and higher
|
||||
%hook SSOKeychainCore
|
||||
+ (NSString *)accessGroup {
|
||||
|
|
|
|||
Loading…
Reference in a new issue