Compatibility
Compatible with iOS 13.0 +
Description
Enable setting appearance (Light/Dark) based on system in YouTube app. Because this feature is based on iOS dark mode, the tweak only supports iOS/iPadOS 13 and above. YouTube version 15.10.4 and higher are officially supported. Older (but not too old) versions may.
Source Code
%hook YTColdConfig - (BOOL)shouldUseAppThemeSetting { return YES; } %end