Skip to content

Commit

Permalink
Merge branch 'qnblackcat:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Aug 10, 2022
2 parents 633c74a + 2e9d877 commit 4bf69bb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions CercubePlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,13 @@ BOOL ytDisableHighContrastIcons () {
}
%end

// Enable scroll bar in Shorts videos - credit @level3tjg - https://reddit.com/r/jailbreak/comments/v29yvk/_/iasl1l0/
// Enable Shorts scroll bar - @PoomSmart & @level3tjg
%hook YTReelPlayerViewController
- (BOOL)shouldEnablePlayerBar { return YES; }
- (BOOL)shouldAlwaysEnablePlayerBar { return YES; }
%end

%hook YTInlinePlayerBarContainerView
- (void)setUserInteractionEnabled:(BOOL)enabled { %orig(YES); }
%end

// Hide Paid Promotion Card
Expand Down
2 changes: 1 addition & 1 deletion Tweaks/Return-YouTube-Dislikes
2 changes: 1 addition & 1 deletion Tweaks/YTUHD
Submodule YTUHD updated 4 files
+3 −3 Common.x
+3 −3 Header.h
+1 −1 Makefile
+25 −3 Tweak.x
2 changes: 1 addition & 1 deletion Tweaks/YouPiP
Submodule YouPiP updated 4 files
+4 −4 LegacyPiPCompat.x
+1 −1 Makefile
+1 −1 Settings.x
+6 −6 Tweak.x
2 changes: 1 addition & 1 deletion Tweaks/YouTubeHeader

0 comments on commit 4bf69bb

Please sign in to comment.