mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +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
|
||||
|
||||
%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
|
||||
|
|
|
|||
Loading…
Reference in a new issue