Test using removeNextPaddleForAllVideos

This commit is contained in:
Bryce Hackel 2024-02-25 02:16:14 -08:00
parent 70f6ae01fa
commit 597f5c2085
No known key found for this signature in database
GPG key ID: F031960F08455E88

View file

@ -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)