mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 09:52:05 +00:00
Update AdBlock Workaround Option
This commit is contained in:
parent
4f10083849
commit
418e23f6bd
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
#import "uYouPlus.h"
|
||||
|
||||
NSData *cellDividerData;
|
||||
|
||||
// Tweak's bundle for Localizations support - @PoomSmart - https://github.com/PoomSmart/YouPiP/commit/aea2473f64c75d73cab713e1e2d5d0a77675024f
|
||||
NSBundle *uYouPlusBundle() {
|
||||
static NSBundle *bundle = nil;
|
||||
|
|
@ -168,6 +166,7 @@ BOOL isAdString(NSString *description) {
|
|||
return YES;
|
||||
return NO;
|
||||
}
|
||||
NSData *cellDividerData;
|
||||
%hook YTIElementRenderer
|
||||
- (NSData *)elementData {
|
||||
NSString *description = [self description];
|
||||
|
|
|
|||
Loading…
Reference in a new issue