From 2262d1486b4e3917ffb87ee8565ea1fcb2930494 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sat, 17 Feb 2024 10:57:07 -0600 Subject: [PATCH] Update uYouPlus.xm --- Sources/uYouPlus.xm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 21bbba4..27730e1 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -704,12 +704,12 @@ static NSString *accessGroupID() { %end // Replace Next & Previous button with Fast forward & Rewind button -%group gReplacePreviousAndNextButton -%hook YTColdConfig -- (BOOL)replaceNextPaddleWithFastForwardButtonForSingletonVods { return YES; } -- (BOOL)replacePreviousPaddleWithRewindButtonForSingletonVods { return YES; } -%end -%end +// %group gReplacePreviousAndNextButton +// %hook YTColdConfig +// - (BOOL)replaceNextPaddleWithFastForwardButtonForSingletonVods { return YES; } +// - (BOOL)replacePreviousPaddleWithRewindButtonForSingletonVods { return YES; } +// %end +// %end // Hide Shadow Overlay Buttons (Play/Pause, Next, previous, Fast forward & Rewind buttons) %group gHideVideoPlayerShadowOverlayButtons