From ccb87ba2d7c9c75fe752d34b0b576227c1cc3cc2 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:16:13 -0500 Subject: [PATCH] Disable uYou Adblock Workaround --- Sources/uYouPlus.xm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index b600b84..654878c 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -86,6 +86,7 @@ static int contrastMode() { } %end +/* // Workaround: uYou 3.0.3 Adblock fix - @PoomSmart %hook YTAdsInnerTubeContextDecorator - (void)decorateContext:(id)context { @@ -150,6 +151,7 @@ BOOL isAd(YTIElementRenderer *self) { %orig; } %end +*/ // Hide YouTube Logo - @dayanch96 %group gHideYouTubeLogo