From ef12e49aae44181ced1aaf0eb94e9785becd006f Mon Sep 17 00:00:00 2001 From: aricloverEXALT <157071384+aricloverEXALT@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:00:06 -0600 Subject: [PATCH] Updated Adblock Workaround options --- Sources/uYouPlus.xm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 255665a..d8f4b24 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -341,7 +341,7 @@ YTMainAppControlsOverlayView *controlsOverlayView; %end %hook YTDataUtils -+ (id)spamSignalsDictionary { return @{}; } ++ (id)spamSignalsDictionary { return @{ @"ms": @"" }; } + (id)spamSignalsDictionaryWithoutIDFA { return @{}; } %end @@ -397,7 +397,7 @@ YTMainAppControlsOverlayView *controlsOverlayView; + (id)spamSignalsDictionaryWithoutIDFA { return @{}; } %end %hook YTDataUtils -+ (id)spamSignalsDictionary { return @{}; } ++ (id)spamSignalsDictionary { return @{ @"ms": @"" }; } + (id)spamSignalsDictionaryWithoutIDFA { return @{}; } %end %hook YTAdsInnerTubeContextDecorator