mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-07 02:19:29 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
935d0d9703
commit
de98e58bac
1 changed files with 1 additions and 4 deletions
|
|
@ -1074,10 +1074,7 @@ static void replaceTab(YTIGuideResponse *response) {
|
|||
[containerDescription containsString:@"id.video.dislike.button"] ||
|
||||
[containerDescription containsString:@"id.video.share.button"] ||
|
||||
[containerDescription containsString:@"id.video.remix.button"] ||
|
||||
// [accessibilityLabel isEqualToString:@"Thanks"] ||
|
||||
[containerDescription containsString:@"id.ui.add_to.offline.button"] ||
|
||||
// [accessibilityLabel isEqualToString:@"Clip"] ||
|
||||
// [accessibilityLabel isEqualToString:@"Save to playlist"]) {
|
||||
[containerDescription containsString:@"id.ui.add_to.offline.button"]) {
|
||||
color = [UIColor clearColor];
|
||||
}
|
||||
%orig;
|
||||
|
|
|
|||
Loading…
Reference in a new issue