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