mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 19:12:06 +00:00
swtich to the old method to block ads?
This commit is contained in:
parent
ff7e013a09
commit
6d1d2511ec
1 changed files with 5 additions and 0 deletions
|
|
@ -246,6 +246,11 @@ static BOOL didFinishLaunching;
|
|||
}
|
||||
%end
|
||||
|
||||
// https://github.com/PoomSmart/YouTube-X/blob/1e62b68e9027fcb849a75f54a402a530385f2a51/Tweak.x#L27
|
||||
%hook YTAdsInnerTubeContextDecorator
|
||||
- (void)decorateContext:(id)context {}
|
||||
%end
|
||||
|
||||
// Fix login for YouTube 17.33.2 and higher
|
||||
%hook SSOKeychainCore
|
||||
+ (NSString *)accessGroup {
|
||||
|
|
|
|||
Loading…
Reference in a new issue