Removed Outdated Code

Removed Outdated Code that no longer works on new YouTube/uYou Versions.
This commit is contained in:
arichorn 2023-07-25 04:02:30 -05:00 committed by GitHub
parent 0252ea6ab0
commit f7db36664a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -665,11 +665,6 @@ static void replaceTab(YTIGuideResponse *response) {
// Hide Dark Overlay Background
%group gHideOverlayDarkBackground
%hook YTMainAppVideoPlayerOverlayView
- (void)setBackgroundVisible:(BOOL)arg1 { // Deprecated Method
%orig(NO);
}
%end
%hook UIView
- (void)setBackgroundColor:(UIColor *)color {
if ([self.nextResponder isKindOfClass:NSClassFromString(@"YTMainAppVideoPlayerOverlayView")]) {