mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 23:22:09 +00:00
Updated Adblock Workaround options
This commit is contained in:
parent
cb16404e48
commit
ef12e49aae
1 changed files with 2 additions and 2 deletions
|
|
@ -341,7 +341,7 @@ YTMainAppControlsOverlayView *controlsOverlayView;
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%hook YTDataUtils
|
%hook YTDataUtils
|
||||||
+ (id)spamSignalsDictionary { return @{}; }
|
+ (id)spamSignalsDictionary { return @{ @"ms": @"" }; }
|
||||||
+ (id)spamSignalsDictionaryWithoutIDFA { return @{}; }
|
+ (id)spamSignalsDictionaryWithoutIDFA { return @{}; }
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|
@ -397,7 +397,7 @@ YTMainAppControlsOverlayView *controlsOverlayView;
|
||||||
+ (id)spamSignalsDictionaryWithoutIDFA { return @{}; }
|
+ (id)spamSignalsDictionaryWithoutIDFA { return @{}; }
|
||||||
%end
|
%end
|
||||||
%hook YTDataUtils
|
%hook YTDataUtils
|
||||||
+ (id)spamSignalsDictionary { return @{}; }
|
+ (id)spamSignalsDictionary { return @{ @"ms": @"" }; }
|
||||||
+ (id)spamSignalsDictionaryWithoutIDFA { return @{}; }
|
+ (id)spamSignalsDictionaryWithoutIDFA { return @{}; }
|
||||||
%end
|
%end
|
||||||
%hook YTAdsInnerTubeContextDecorator
|
%hook YTAdsInnerTubeContextDecorator
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue