mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
ef12e49aae
commit
c43644d0fb
1 changed files with 1 additions and 1 deletions
|
|
@ -1527,7 +1527,7 @@ static int contrastMode() {
|
|||
if ([[NSUserDefaults standardUserDefaults] boolForKey:@"hideShortsCells"]) {
|
||||
NSString *description = [self description];
|
||||
|
||||
BOOL hasShorts = ([description containsString:@"shorts_shelf"] || [description containsString:@"shorts_video_cell"] || [description containsString:@"6Shorts"]) && ![description containsString:@"history*"];
|
||||
BOOL hasShorts = ([description containsString:@"shorts_shelf"] || [description containsString:@"shorts_video_cell"] || [description containsString:@"shorts_grid_shelf_footer"] || [description containsString:@"youtube_shorts_24"]);
|
||||
BOOL hasShortsInHistory = [description containsString:@"compact_video.eml"] && [description containsString:@"youtube_shorts_"];
|
||||
|
||||
if (hasShorts || hasShortsInHistory) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue