mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
Update YouTube-X
This commit is contained in:
parent
9258ccd860
commit
3bf4c2d110
1 changed files with 7 additions and 0 deletions
|
|
@ -335,6 +335,10 @@ YTMainAppControlsOverlayView *controlsOverlayView;
|
||||||
- (BOOL)enableSkippableAd { return YES; }
|
- (BOOL)enableSkippableAd { return YES; }
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
%hook YTHotConfig
|
||||||
|
- (BOOL)clientInfraClientConfigIosEnableFillingEncodedHacksInnertubeContext { return NO; }
|
||||||
|
%end
|
||||||
|
|
||||||
%hook YTAdShieldUtils
|
%hook YTAdShieldUtils
|
||||||
+ (id)spamSignalsDictionary { return @{}; }
|
+ (id)spamSignalsDictionary { return @{}; }
|
||||||
+ (id)spamSignalsDictionaryWithoutIDFA { return @{}; }
|
+ (id)spamSignalsDictionaryWithoutIDFA { return @{}; }
|
||||||
|
|
@ -392,6 +396,9 @@ YTMainAppControlsOverlayView *controlsOverlayView;
|
||||||
%new(B@:)
|
%new(B@:)
|
||||||
- (BOOL)enableSkippableAd { return YES; }
|
- (BOOL)enableSkippableAd { return YES; }
|
||||||
%end
|
%end
|
||||||
|
%hook YTHotConfig
|
||||||
|
- (BOOL)clientInfraClientConfigIosEnableFillingEncodedHacksInnertubeContext { return NO; }
|
||||||
|
%end
|
||||||
%hook YTAdShieldUtils
|
%hook YTAdShieldUtils
|
||||||
+ (id)spamSignalsDictionary { return @{}; }
|
+ (id)spamSignalsDictionary { return @{}; }
|
||||||
+ (id)spamSignalsDictionaryWithoutIDFA { return @{}; }
|
+ (id)spamSignalsDictionaryWithoutIDFA { return @{}; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue