mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 18:12:06 +00:00
Update uYouPlus.xm
Fix login for YouTube 18.13.2 and higher
This commit is contained in:
parent
0bf9818836
commit
43220f7d31
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