mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Removed Outdated Code
Removed Outdated Code that no longer works on new YouTube/uYou Versions.
This commit is contained in:
parent
0252ea6ab0
commit
f7db36664a
1 changed files with 0 additions and 5 deletions
|
|
@ -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")]) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue