mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 10:52:07 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
55a8a11c75
commit
03591936d0
1 changed files with 11 additions and 1 deletions
|
|
@ -783,11 +783,21 @@ static int contrastMode() {
|
|||
%end
|
||||
%end
|
||||
|
||||
// Hide YouTube Heatwaves in Video Player (YouTube v17.19.2-latest) - @level3tjg - https://www.reddit.com/r/jailbreak/comments/v29yvk/
|
||||
// Hide YouTube Heatwaves in Video Player - v17.33.2+ - @arichornlover
|
||||
%group gHideHeatwaves
|
||||
%hook YTInlinePlayerBarContainerView
|
||||
- (BOOL)canShowHeatwave { return NO; }
|
||||
%end
|
||||
%hook YTPlayerBarHeatwaveView
|
||||
- (id)initWithFrame:(CGRect)frame heatmap:(id)heat {
|
||||
return NULL;
|
||||
}
|
||||
%end
|
||||
%hook YTPlayerBarController
|
||||
- (void)setHeatmap:(id)arg1 {
|
||||
%orig(NULL);
|
||||
}
|
||||
%end
|
||||
%end
|
||||
|
||||
// YTNoSuggestedVideo - https://github.com/bhackel/YTNoSuggestedVideo
|
||||
|
|
|
|||
Loading…
Reference in a new issue