From 536364a88f170a1cae7281f17fb9fc0bcc661683 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:00:52 -0500 Subject: [PATCH] Update uYouPlus.xm --- Sources/uYouPlus.xm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index b604a87..5a78e76 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -290,13 +290,6 @@ static uint8_t cellDividerDataBytes[] = { 0x39, 0x39, 0x36, 0x30, 0x31, 0x37, 0x31, 0x33, 0x38, }; %hook YTIElementRenderer -- (NSData *)elementData { - // NSString *description = [self description]; - if ([self respondsToSelector:@selector(hasCompatibilityOptions)] && self.hasCompatibilityOptions && self.compatibilityOptions.hasAdLoggingData) return cellDividerData; - return %orig; -} -%end -%hook YTIElementRenderer - (NSData *)elementData { if ([self respondsToSelector:@selector(hasCompatibilityOptions)] && self.hasCompatibilityOptions && self.compatibilityOptions.hasAdLoggingData) { // HBLogInfo(@"YTX adLogging %@", cellDividerData);