From 597f5c208554f4cda30a4bcce68fcf1cfb221463 Mon Sep 17 00:00:00 2001 From: Bryce Hackel <34104885+bhackel@users.noreply.github.com> Date: Sun, 25 Feb 2024 02:16:14 -0800 Subject: [PATCH] Test using removeNextPaddleForAllVideos --- Sources/uYouPlus.xm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index becbec4..4de2ac5 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -622,6 +622,8 @@ static NSString *accessGroupID() { %hook YTColdConfig - (BOOL)removeNextPaddleForSingletonVideos { return YES; } - (BOOL)removePreviousPaddleForSingletonVideos { return YES; } +- (BOOL)removeNextPaddleForAllVideos { 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)