From 3bf4c2d1104f659814317df27fd9c1755a73e19a Mon Sep 17 00:00:00 2001 From: "aricloverGitHub (INACTIVE)" <78001398+arichornlover@users.noreply.github.com> Date: Sun, 8 Jun 2025 19:59:13 -0500 Subject: [PATCH] Update YouTube-X --- Sources/uYouPlus.xm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index afa83e3..4f36219 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -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 @{}; }