From 85f0ee206c80e5e4f960c5728e3eaea15d3f10c5 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 25 Feb 2024 15:26:05 -0600 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9CHide=20Previous=20and=20Next=20B?= =?UTF-8?q?utton=E2=80=9D=20Option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/uYouPlus.xm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index becbec4..2170c0c 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -620,8 +620,10 @@ static NSString *accessGroupID() { // Hide Next & Previous button %group gHidePreviousAndNextButton %hook YTColdConfig +- (BOOL)removeNextPaddleForAllVideos { return YES; } - (BOOL)removeNextPaddleForSingletonVideos { return YES; } - (BOOL)removePreviousPaddleForSingletonVideos { return YES; } +- (BOOL)removePreviousPaddleForAllVideos { return YES; } %end // %hook YTMainAppControlsOverlayView // this is only used for v16.xx.x (issues if using with YouTube v17.xx.x up to latest)