Compatibility
Compatible with iOS 11.0 +
Description
This tweak does nothing on YouTube 20.16.7 and higher.
Makes YouTube remember your video caption setting, if not already.
Source Code
%hook YTColdConfig - (BOOL)respectDeviceCaptionSetting { return NO; } %end