Compatibility
Compatible with iOS 11.0 +
Description
Disable "Video paused. Continue watching?" popup in YouTube app when you play a long video.
Source Code
%hook YTColdConfig - (BOOL)enableYouthereCommandsOnIos { return NO; } %end %hook YTYouThereController - (BOOL)shouldShowYouTherePrompt { return NO; } %end