mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-13 16:31:34 +00:00
New Tweak: YTNoTracking
This commit is contained in:
parent
b3cb53e998
commit
3861f57711
1 changed files with 6 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ static void repositionCreateTab(YTIGuideResponse *response) {
|
|||
- (BOOL)savedSettingShouldExpire { return NO; }
|
||||
%end
|
||||
|
||||
// YTShortsProgress v1.0.3 - https://github.com/PoomSmart/YTShortsProgress/
|
||||
// YTShortsProgress - https://github.com/PoomSmart/YTShortsProgress/
|
||||
%hook YTReelPlayerViewController
|
||||
- (BOOL)shouldEnablePlayerBar { return YES; }
|
||||
- (BOOL)shouldAlwaysEnablePlayerBar { return YES; }
|
||||
|
|
@ -367,6 +367,11 @@ static void repositionCreateTab(YTIGuideResponse *response) {
|
|||
- (BOOL)enablePlayerBarForVerticalVideoWhenControlsHiddenInFullscreen { return YES; }
|
||||
%end
|
||||
|
||||
// YTNoTracking - https://github.com/arichorn/YTNoTracking/
|
||||
%hook YTICompactLinkRenderer
|
||||
- (BOOL)hasTrackingParams { return NO; }
|
||||
%end
|
||||
|
||||
%hook YTIReelPlayerOverlayRenderer
|
||||
- (BOOL)hasTrackingParams { return NO; }
|
||||
%end
|
||||
|
|
|
|||
Loading…
Reference in a new issue