Update YouTube-X

This commit is contained in:
aricloverGitHub (INACTIVE) 2025-06-08 19:59:13 -05:00 committed by GitHub
parent 9258ccd860
commit 3bf4c2d110
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -335,6 +335,10 @@ YTMainAppControlsOverlayView *controlsOverlayView;
- (BOOL)enableSkippableAd { return YES; }
%end
%hook YTHotConfig
- (BOOL)clientInfraClientConfigIosEnableFillingEncodedHacksInnertubeContext { return NO; }
%end
%hook YTAdShieldUtils
+ (id)spamSignalsDictionary { return @{}; }
+ (id)spamSignalsDictionaryWithoutIDFA { return @{}; }
@ -392,6 +396,9 @@ YTMainAppControlsOverlayView *controlsOverlayView;
%new(B@:)
- (BOOL)enableSkippableAd { return YES; }
%end
%hook YTHotConfig
- (BOOL)clientInfraClientConfigIosEnableFillingEncodedHacksInnertubeContext { return NO; }
%end
%hook YTAdShieldUtils
+ (id)spamSignalsDictionary { return @{}; }
+ (id)spamSignalsDictionaryWithoutIDFA { return @{}; }