mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Update YouTube-X again (uYouPlus.xm)
This commit is contained in:
parent
064774b911
commit
df32a653f7
1 changed files with 2 additions and 0 deletions
|
|
@ -183,6 +183,8 @@ NSString *getAdString(NSString *description) {
|
|||
return @"product_engagement_panel";
|
||||
if ([description containsString:@"product_item"])
|
||||
return @"product_item";
|
||||
if ([description containsString:@"shopping_carousel"])
|
||||
return @"shopping_carousel";
|
||||
if ([description containsString:@"statement_banner"])
|
||||
return @"statement_banner";
|
||||
if ([description containsString:@"square_image_layout"])
|
||||
|
|
|
|||
Loading…
Reference in a new issue