Compatibility
Compatible with iOS 11.0 +
Description
Make YouTube remember your video caption setting, if not already.
Source Code
#import <Foundation/Foundation.h> %hook YTColdConfig - (BOOL)respectDeviceCaptionSetting { return NO; } %end
Compatible with iOS 11.0 +
Make YouTube remember your video caption setting, if not already.
#import <Foundation/Foundation.h> %hook YTColdConfig - (BOOL)respectDeviceCaptionSetting { return NO; } %end