Remove YTNoSuggestedVideo

This commit is contained in:
Bryce Hackel
2024-07-06 22:46:42 -07:00
parent 4131412566
commit bb9efe5df4
15 changed files with 0 additions and 49 deletions

View File

@@ -444,16 +444,6 @@ static NSData *cellDividerData = nil;
}
%end
// YTNoSuggestedVideo - https://github.com/bhackel/YTNoSuggestedVideo
%hook YTMainAppVideoPlayerOverlayViewController
- (bool)shouldShowAutonavEndscreen {
if (IsEnabled(@"noSuggestedVideo_enabled")) {
return false;
}
return %orig;
}
%end
// Seek anywhere gesture - @bhackel
%hook YTColdConfig
- (BOOL)speedMasterArm2FastForwardWithoutSeekBySliding {