swtich to the old method to block ads?

This commit is contained in:
qnblackcat
2023-04-01 10:51:43 +07:00
parent ff7e013a09
commit 6d1d2511ec
+5
View File
@@ -246,6 +246,11 @@ static BOOL didFinishLaunching;
} }
%end %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 // Fix login for YouTube 17.33.2 and higher
%hook SSOKeychainCore %hook SSOKeychainCore
+ (NSString *)accessGroup { + (NSString *)accessGroup {