Skip to content

Commit

Permalink
Update uYouPlus.xm
Browse files Browse the repository at this point in the history
  • Loading branch information
aricloverEXALT authored Nov 21, 2024
1 parent b10cce8 commit e65ff0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Sources/uYouPlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,13 @@ static NSMutableArray <YTIItemSectionRenderer *> *filteredArray(NSArray <YTIItem
[newArray removeObjectsAtIndexes:removeIndexes];
return newArray;
}
%hook _ASDisplayView
- (void)didMoveToWindow {
%orig;
if (([self.accessibilityIdentifier isEqualToString:@"eml.expandable_metadata.vpp"]))
[self removeFromSuperview];
}
%end
%hook YTInnerTubeCollectionViewController
- (void)displaySectionsWithReloadingSectionControllerByRenderer:(id)renderer {
NSMutableArray *sectionRenderers = [self valueForKey:@"_sectionRenderers"];
Expand Down

0 comments on commit e65ff0a

Please sign in to comment.