From 24c69834c583f1c3eda5e2ea8786d7a2a1e73460 Mon Sep 17 00:00:00 2001 From: Extreme_Ninja2099 <59802365+ExtNinja2099@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:50:35 +0100 Subject: [PATCH 01/24] Update YTLitePlus.xm Brought back code related to disabling YTLite Popup --- YTLitePlus.xm | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/YTLitePlus.xm b/YTLitePlus.xm index 4ae4090..cfdc42f 100644 --- a/YTLitePlus.xm +++ b/YTLitePlus.xm @@ -170,6 +170,80 @@ BOOL isSelf() { %end %end +// Disable YouTube Plus incompatibility warning popup - @bhackel +%hook UIViewController + +- (void)presentViewController:(UIViewController *)viewControllerToPresent animated:(BOOL)flag completion:(void (^)(void))completion { + if ([NSStringFromClass([viewControllerToPresent class]) isEqualToString:@"HelperVC"]) { + // look for UIWindows of the sus type and hide them + NSArray *windows = [UIApplication sharedApplication].windows; + for (UIWindow *window in windows) { + // Check the class name of the window + if ([NSStringFromClass([window class]) isEqualToString:@"YTMainWindow"]) { + NSLog(@"bhackel Skipping UIWindow with class YTMainWindow: %@", window); + window.userInteractionEnabled = YES; + continue; + } + NSLog(@"bhackel Yeeting UIWindow %@", window); + window.hidden = YES; + window.userInteractionEnabled = NO; + } + } + + %orig(viewControllerToPresent, flag, completion); +} + +%end + + +%hook UIView +- (void)willMoveToWindow:(UIWindow *)newWindow { + // yeet yeet + UIResponder *responder = self; + while (responder) { + responder = [responder nextResponder]; + if ([responder isKindOfClass:NSClassFromString(@"HelperVC")]) { + // View belongs to HelperVC, now proceed with getting the UIButton + NSLog(@"bhackel Found HelperVC (1/5): %@", responder); + + if ([self.subviews count] > 4 && [[self.subviews objectAtIndex:4] isKindOfClass:[UIButton class]]) { + NSLog(@"bhackel Found UIButton (2/5): %@", [self.subviews objectAtIndex:4]); + UIButton *button = [self.subviews objectAtIndex:4]; + + // Access the _targetActions ivar using KVC (Key-Value Coding) + NSArray *targetActions = [button valueForKey:@"_targetActions"]; + + if ([targetActions count] > 0) { + NSLog(@"bhackel Found targetActions (3/5): %@", targetActions); + id controlTargetAction = [targetActions objectAtIndex:0]; + + // Use KVC to get the _actionHandler (which is of type UIAction) + UIAction *actionHandler = [controlTargetAction valueForKey:@"_actionHandler"]; + + if (actionHandler && [actionHandler isKindOfClass:[UIAction class]]) { + NSLog(@"bhackel Found actionHandler (4/5): %@", actionHandler); + // Access the handler property of UIAction + void (^handlerBlock)(void) = [actionHandler valueForKey:@"handler"]; + + // Invoke the handler block + if (handlerBlock) { + NSLog(@"bhackel Found handlerBlock (5/5): %@", handlerBlock); + handlerBlock(); // Call the block + } + } + } + } + + // Prevent the view from being added to the window + [self removeFromSuperview]; + return; // Exit early to prevent further processing + } + } + + %orig(newWindow); // Call the original method if the view doesn't belong to HelperVC +} +%end + // A/B flags %hook YTColdConfig - (BOOL)respectDeviceCaptionSetting { return NO; } // YouRememberCaption: https://poomsmart.github.io/repo/depictions/youremembercaption.html -- 2.45.2 From 1c23b5cb0e3f68c9893bc7bd1dbc841ee78ea80f Mon Sep 17 00:00:00 2001 From: Sunwoo Jung <49130227+InHeritas@users.noreply.github.com> Date: Tue, 17 Sep 2024 23:05:38 +0900 Subject: [PATCH 02/24] Add Korean localization (#435) --- .../ko.lproj/Localizable.strings | 190 ++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 lang/YTLitePlus.bundle/ko.lproj/Localizable.strings diff --git a/lang/YTLitePlus.bundle/ko.lproj/Localizable.strings b/lang/YTLitePlus.bundle/ko.lproj/Localizable.strings new file mode 100644 index 0000000..f27c57d --- /dev/null +++ b/lang/YTLitePlus.bundle/ko.lproj/Localizable.strings @@ -0,0 +1,190 @@ +// Settings +"VERSION" = "YTLitePlus 버전: %@"; +"VERSION_CHECK" = "업데이트를 확인하려면 탭하세요!"; + +"COPY_SETTINGS" = "설정 복사"; +"COPY_SETTINGS_DESC" = "현재 설정을 모두 클립보드에 복사합니다"; +"PASTE_SETTINGS" = "설정 붙여넣기"; +"PASTE_SETTINGS_DESC" = "클립보드에서 설정을 붙여넣고 적용합니다"; +"PASTE_SETTINGS_ALERT" = "클립보드에서 설정을 적용할까요?"; +"EXPORT_SETTINGS" = "설정 내보내기"; +"EXPORT_SETTINGS_DESC" = "현재 설정을 .txt 파일로 내보냅니다"; +"IMPORT_SETTINGS" = "설정 가져오기"; +"IMPORT_SETTINGS_DESC" = "설정(.txt)을 가져오려면 누르세요"; +"REPLACE_COPY_AND_PASTE_BUTTONS" = "'설정 복사' & '설정 붙여넣기' 버튼 교체"; +"REPLACE_COPY_AND_PASTE_BUTTONS_DESC" = "버튼을 '설정 내보내기'와 '설정 가져오기'로 교체합니다"; + +"VIDEO_PLAYER" = "동영상 플레이어 (베타)"; +"VIDEO_PLAYER_DESC" = "다운로드한 동영상을 Apple 기본 플레이어에서 재생하기"; + +// Player Gestures +"PLAYER_GESTURES_TOGGLE" = "플레이어 제스처 활성화"; +"VOLUME" = "음량"; +"BRIGHTNESS" = "밝기"; +"SEEK" = "탐색"; +"DISABLED" = "비활성화됨"; +"DEADZONE" = "데드존"; +"DEADZONE_DESC" = "제스처 인식을 위한 최소 이동 거리"; +"SENSITIVITY" = "민감도"; +"SENSITIVITY_DESC" = "음량 및 밝기 제스처의 민감도 조정"; +"PLAYER_GESTURES_TITLE" = "플레이어 제스처"; +"PLAYER_GESTURES_DESC" = "플레이어 좌우 스와이프 제스처 설정"; +"TOP_SECTION" = "상단"; +"MIDDLE_SECTION" = "중앙"; +"BOTTOM_SECTION" = "하단"; +"PLAYER_GESTURES_HAPTIC_FEEDBACK" = "햅틱 피드백 활성화"; + +// Video controls overlay options +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "동영상 컨트롤 오버레이"; + +"ENABLE_SHARE_BUTTON" = "공유 버튼 활성화"; +"ENABLE_SHARE_BUTTON_DESC" = "동영상 컨트롤 오버레이에 공유 버튼 활성화"; + +"ENABLE_SAVE_TO_PLAYLIST_BUTTON" = "'저장' 버튼 활성화"; +"ENABLE_SAVE_TO_PLAYLIST_BUTTON_DESC" = "동영상 컨트롤 오버레이에 '저장' 버튼 활성화"; + +"HIDE_SHADOW_OVERLAY_BUTTONS" = "그림자 오버레이 버튼 숨기기"; +"HIDE_SHADOW_OVERLAY_BUTTONS_DESC" = "재생/일시정지, 이전, 다음, 앞으로/뒤로 버튼의 그림자 오버레이를 숨깁니다."; + +"HIDE_RIGHT_PANEL" = "전체화면 모드에서 오른쪽 패널 숨기기"; +"HIDE_RIGHT_PANEL_DESC" = "앱 재시작이 필요합니다."; + +"HIDE_HEATWAVES" = "히트 웨이브 숨기기"; +"HIDE_HEATWAVES_DESC" = "동영상 플레이어에서 히트 웨이브를 숨깁니다. 앱 재시작이 필요합니다."; + +"DISABLE_AMBIENT_PORTRAIT" = "앰비언트 모드 비활성화 (세로)"; +"DISABLE_AMBIENT_PORTRAIT_DESC" = "동영상 제목 주변의 조명 효과를 비활성화합니다."; + +"DISABLE_AMBIENT_FULLSCREEN" = "앰비언트 모드 비활성화 (전체화면)"; +"DISABLE_AMBIENT_FULLSCREEN_DESC" = "동영상 주변의 조명 효과를 비활성화합니다."; + +"FULLSCREEN_TO_THE_RIGHT" = "오른쪽으로 전체화면 전환"; +"FULLSCREEN_TO_THE_RIGHT_DESC" = "항상 기기 하단이 오른쪽에 있는 전체화면으로 전환합니다."; + +"SEEK_ANYWHERE" = "아무 곳에서나 밀어서 탐색"; +"SEEK_ANYWHERE_DESC" = "동영상에서 드래그하여 탐색합니다. You must disable YTLite - Hold to speed"; + +"ENABLE_TAP_TO_SEEK" = "탭해서 탐색 활성화"; +"ENABLE_TAP_TO_SEEK_DESC" = "재생 바에서 한 번만 탭해서 원하는 위치로 이동합니다."; + +"DISABLE_PULL_TO_FULLSCREEN_GESTURE" = "확대하여 전체화면 비활성화"; +"DISABLE_PULL_TO_FULLSCREEN_GESTURE_DESC" = "확대하여 세로 전체화면으로 전환하는 제스처를 비활성화합니다. 가로 동영상에만 적용됩니다."; + +"ALWAYS_USE_REMAINING_TIME" = "항상 남은 시간 표시"; +"ALWAYS_USE_REMAINING_TIME_DESC" = "재생 바에서 남은 시간을 기본 설정으로 표시하도록 변경합니다."; + +"DISABLE_TOGGLE_TIME_REMAINING" = "남은 시간 토글 비활성화"; +"DISABLE_TOGGLE_TIME_REMAINING_DESC" = "경과 시간과 남은 시간을 변경하는 기능을 비활성화합니다. 항상 남은 시간을 표시하는 다른 설정과 함께 사용하세요."; + +"DISABLE_ENGAGEMENT_OVERLAY" = "전체화면 오버레이 비활성화"; +"DISABLE_ENGAGEMENT_OVERLAY_DESC" = "전체화면에서 위로 스와이프 제스처와 추천 동영상 목록을 비활성화합니다."; + +"HIDE_COMMENT_PREVIEWS_UNDER_PLAYER" = "플레이어 하단 댓글 미리보기 숨기기"; +"HIDE_COMMENT_PREVIEWS_UNDER_PLAYER_DESC" = "댓글 구역에서 댓글 미리보기를 숨깁니다."; + +"HIDE_AUTOPLAY_MINI_PREVIEW" = "자동 재생 미리보기 숨기기"; +"HIDE_AUTOPLAY_MINI_PREVIEW_DESC" = "전체화면에서 제목 근처의 추천 동영상 상자를 숨깁니다."; + +"HIDE_HUD_MESSAGES" = "HUD 메세지 숨기기"; +"HIDE_HUD_MESSAGES_DESC" = "특정 동작 시 표시되는 메시지를 숨깁니다. (예: 자막 켜짐/꺼짐)"; + +"HIDE_COLLAPSE_BUTTON" = "축소 버튼 숨기기"; +"HIDE_COLLAPSE_BUTTON_DESC" = "동영상 플레이어 왼쪽 상단에 표시된 화살표 축소 버튼을 숨깁니다."; + +"HIDE_SPEED_TOAST" = "재생 속도 팝업 숨기기"; +"HIDE_SPEED_TOAST_DESC" = "플레이어를 홀드할 때 나타나는 2배속 팝업을 숨깁니다."; + +// App settings overlay options +"APP_SETTINGS_OVERLAY_OPTIONS" = "설정 오버레이"; + +"HIDE_ACCOUNT_SECTION" = "\"계정 전환\" 숨기기"; +"HIDE_AUTOPLAY_SECTION" = "\"자동 재생\" 숨기기"; +"HIDE_TRYNEWFEATURES_SECTION" = "\"새 실험 기능 사용해보기\" 숨기기"; +"HIDE_VIDEOQUALITYPREFERENCES_SECTION" = "\"동영상 화질 환경설정\" 숨기기"; +"HIDE_NOTIFICATIONS_SECTION" = "\"알림\" 숨기기"; +"HIDE_MANAGEALLHISTORY_SECTION" = "\"전체 기록 관리\" 숨기기"; +"HIDE_YOURDATAINYOUTUBE_SECTION" = "\"YouTube의 내 데이터\" 숨기기"; +"HIDE_PRIVACY_SECTION" = "\"공개 설정\" 숨기기"; +"HIDE_LIVECHAT_SECTION" = "\"실시간 채팅\" 숨기기"; + +// Theme +"THEME_OPTIONS" = "어두운 테마 설정"; + +"OLED_DARK_THEME" = "OLED 다크 테마"; +"OLED_DARK_THEME_2" = "OLED 다크 테마"; +"OLED_DARK_THEME_DESC" = "진정한 다크 테마입니다. 일부 상황에서는 올바르게 작동하지 않을 수 있습니다. 이 옵션을 켜거나 끈 후에는 앱을 재시작해야 합니다."; + +"OLD_DARK_THEME" = "구형 어두운 테마"; +"OLD_DARK_THEME_DESC" = "예전 유튜브의 어두운 테마(회색 테마). 앱 재시작이 필요합니다."; + +"DEFAULT_THEME" = "기본"; +"DEFAULT_THEME_DESC" = "유튜브의 기본 어두운 테마입니다. 앱 재시작이 필요합니다."; + +"OLED_KEYBOARD" = "OLED 키보드"; +"OLED_KEYBOARD_DESC" = "일부 상황에서 올바르게 작동하지 않을 수 있습니다. 앱 재시작이 필요합니다."; + +"LOW_CONTRAST_MODE" = "저대비 모드"; +"LOW_CONTRAST_MODE_DESC" = "텍스트와 버튼의 대비를 낮춥니다. 예전 유튜브 인터페이스처럼 보일 수 있습니다. 앱 재시작이 필요합니다."; +"LCM_SELECTOR" = "저대비 모드 선택"; +"DEFAULT_LOWCONTRASTMODE" = "(기본) 저대비 모드"; +"CUSTOM_LOWCONTRASTMODE" = "(사용자 지정 색상) 저대비 모드"; + +// Miscellaneous +"MISCELLANEOUS" = "기타"; + +"PLAYBACK_IN_FEEDS" = "피드에서 재생"; +"PLAYBACK_IN_FEEDS_ALWAYS_ON" = "항상 사용"; +"PLAYBACK_IN_FEEDS_WIFI_ONLY" = "Wi-Fi 전용"; +"PLAYBACK_IN_FEEDS_OFF" = "사용 안함"; + +"NEW_SETTINGS_UI" = "새로운 설정 UI"; +"NEW_SETTINGS_UI_DESC" = "새로운 그룹화된 설정 UI를 사용합니다. 일부 설정이 숨겨질 수 있습니다."; + +"ENABLE_YT_STARTUP_ANIMATION" = "유튜브 시작 애니메이션 활성화"; +"ENABLE_YT_STARTUP_ANIMATION_DESC" = ""; + +"HIDE_MODERN_INTERFACE" = "새로운 인터페이스 비활성화 (YTNoModernUI)"; +"HIDE_MODERN_INTERFACE_DESC" = "17.38.10 이전의 전통적인 디자인으로 되돌립니다. 일부 둥근 요소, 앰비언트 모드 및 새로운 기능도 제거됩니다. 앱 재시작이 필요합니다."; + +"IPAD_LAYOUT" = "iPad 레이아웃"; +"IPAD_LAYOUT_DESC" = "iPhone/iPod에서 iPad 레이아웃을 사용하려면 이 옵션을 켜세요. 앱 재시작이 필요합니다."; + +"IPHONE_LAYOUT" = "iPhone 레이아웃"; +"IPHONE_LAYOUT_DESC" = "iPad에서 iPhone 레이아웃을 사용하려면 이 옵션을 켜세요. 앱 재시작이 필요합니다."; + +"CAST_CONFIRM" = "TV로 시청하기 전 확인 (YTCastConfirm)"; +"CAST_CONFIRM_DESC" = "실수로 TV에 영상을 띄우지 않도록 시청 전에 확인 메세지를 표시합니다."; +"CASTING" = "TV로 시청하기"; +"MSG_ARE_YOU_SURE" = "TV로 시청하시겠습니까?"; +"MSG_YES" = "확인"; +"MSG_CANCEL" = "취소"; + +"NEW_MINIPLAYER_STYLE" = "새로운 미니 플레이어 스타일 (BigYTMiniPlayer)"; +"NEW_MINIPLAYER_STYLE_DESC" = "앱 재시작이 필요합니다."; + +"HIDE_CAST_BUTTON" = "TV로 시청하기 버튼 숨기기"; +"HIDE_CAST_BUTTON_DESC" = "앱 재시작이 필요합니다."; + +"VIDEO_PLAYER_BUTTON" = "동영상 플레이어 버튼"; +"VIDEO_PLAYER_BUTTON_DESC" = "다운로드한 동영상를 Apple 기본 플레이어에서 열 수 있는 버튼을 네비게이션 바에 표시합니다."; + +"HIDE_SPONSORBLOCK_BUTTON" = "네비게이션 바에서 iSponsorBlock 버튼 숨기기"; +"HIDE_SPONSORBLOCK_BUTTON_DESC" = ""; + +"HIDE_HOME_TAB" = "홈 탭 숨기기"; +"HIDE_HOME_TAB_DESC" = "모든 탭을 숨길 때는 주의하세요"; + +"FIX_CASTING" = "TV로 시청하기 수정"; +"FIX_CASTING_DESC" = "일부 AB 플래그를 변경하여 TV로 시청하기 문제를 해결합니다."; + +"ENABLE_FLEX" = "FLEX 활성화"; +"ENABLE_FLEX_DESC" = "디버깅을 위해 FLEX를 활성화합니다(권장하지 않음). 이 동작에 대해 잘 아는 경우에만 사용하세요."; + +// Version Spoofer +"APP_VERSION_SPOOFER_LITE" = "앱 버전 변조 활성화 (Lite)"; +"APP_VERSION_SPOOFER_LITE_DESC" = "버전 변조(Lite)를 사용하려면 이 옵션을 켜고 아래에서 원하는 버전을 선택하세요. 앱 재시작이 필요합니다."; +"VERSION_SPOOFER_TITLE" = "버전 변조 선택"; + +// Other Localization +"APP_RESTART_DESC" = "앱 재시작이 필요합니다."; +"CHANGE_APP_ICON" = "앱 아이콘 변경"; -- 2.45.2 From 6696128300d70c33ee34facef58d33784f23197a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 18 Sep 2024 00:48:45 +0000 Subject: [PATCH 03/24] updated submodules --- Tweaks/YouTubeHeader | 2 +- Tweaks/iSponsorBlock | 2 +- Tweaks/protobuf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tweaks/YouTubeHeader b/Tweaks/YouTubeHeader index 436024c..d59ebbc 160000 --- a/Tweaks/YouTubeHeader +++ b/Tweaks/YouTubeHeader @@ -1 +1 @@ -Subproject commit 436024cb4921775b32d514b8c58d8dbcec2bc066 +Subproject commit d59ebbc98e3bb0316d7b3a98b09b509fdc58ac8e diff --git a/Tweaks/iSponsorBlock b/Tweaks/iSponsorBlock index 5c0dcc3..3a1679f 160000 --- a/Tweaks/iSponsorBlock +++ b/Tweaks/iSponsorBlock @@ -1 +1 @@ -Subproject commit 5c0dcc3df0eba9f1f9028e1183f41e5b6e9a6434 +Subproject commit 3a1679fea913406cc42999b1f51bdaf23467cb85 diff --git a/Tweaks/protobuf b/Tweaks/protobuf index c860fa3..7dfbf79 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit c860fa37141b0b2e63e508f32b81f88742a26189 +Subproject commit 7dfbf7912e17ac04a3ecfccb7b396bfbfc896307 -- 2.45.2 From 730140360b1c49eb999d563aae943e68740ab554 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 19 Sep 2024 00:49:42 +0000 Subject: [PATCH 04/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index 7dfbf79..921b719 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit 7dfbf7912e17ac04a3ecfccb7b396bfbfc896307 +Subproject commit 921b71958dd2cd57cfba92082b8822e04d8dd08d -- 2.45.2 From 39807ec54d21e484bcb3f44e6e8e4d22bff3de93 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 20 Sep 2024 00:50:24 +0000 Subject: [PATCH 05/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index 921b719..7d3e80c 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit 921b71958dd2cd57cfba92082b8822e04d8dd08d +Subproject commit 7d3e80ce9c522365bf78c44726e9946975f534e4 -- 2.45.2 From 04b91e6502643036ba8eca51771d4394a4fc44e3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 21 Sep 2024 00:48:32 +0000 Subject: [PATCH 06/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index 7d3e80c..d829ca0 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit 7d3e80ce9c522365bf78c44726e9946975f534e4 +Subproject commit d829ca022d2146a4be20353371347c73f48707fe -- 2.45.2 From 111ee9fb7503ee43ac6075f2645b707e44f4c97a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 22 Sep 2024 00:54:58 +0000 Subject: [PATCH 07/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index d829ca0..ecf5f2e 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit d829ca022d2146a4be20353371347c73f48707fe +Subproject commit ecf5f2e047611f5842217d2763adaed903d8895d -- 2.45.2 From 23fe341199e5ead2c16915e0398e89d6a87fe69d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 23 Sep 2024 00:51:46 +0000 Subject: [PATCH 08/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index ecf5f2e..c8c232f 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit ecf5f2e047611f5842217d2763adaed903d8895d +Subproject commit c8c232f196e0c19790dc8bb5b22f4da7159fa8d1 -- 2.45.2 From df888c2b553e7196dbacf39608e13c7f3a1ad9f2 Mon Sep 17 00:00:00 2001 From: Balackburn <93828569+Balackburn@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:01:52 +0200 Subject: [PATCH 09/24] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64d84a8..c9df549 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,8 @@ ![GitHub issues](https://img.shields.io/github/issues-raw/Balackburn/YTLitePlus?style=flat&labelColor=%23000000&color=%23000000) [![Platform](https://img.shields.io/badge/Platform-iOS%20%7C%20iPadOS%2014.0%2B-black?labelColor=black&style=flat)](https://developer.apple.com/iphone/index.action) -![Release](https://img.shields.io/github/downloads/Balackburn/YTLitePlus/total?color=black&labelColor=black&style=flat) -Badge -Badge +Badge +Badge # Table of Contents -- 2.45.2 From 5fbb9ebadaf76d6901413cbe58b5c88d913576a5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 24 Sep 2024 00:51:32 +0000 Subject: [PATCH 10/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index c8c232f..95ef413 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit c8c232f196e0c19790dc8bb5b22f4da7159fa8d1 +Subproject commit 95ef4134d3f65237b7adfb66e5e7aa10fcfa1fa3 -- 2.45.2 From 03c5b12a3bce72f56736589bee424d6c861ec395 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 25 Sep 2024 00:52:17 +0000 Subject: [PATCH 11/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index 95ef413..b404010 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit 95ef4134d3f65237b7adfb66e5e7aa10fcfa1fa3 +Subproject commit b404010256a39734d2e0d52526dc80a806896113 -- 2.45.2 From e4082c491e5f84b99655a0fa6004928896c88aad Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 26 Sep 2024 00:50:55 +0000 Subject: [PATCH 12/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index b404010..4fbb0c5 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit b404010256a39734d2e0d52526dc80a806896113 +Subproject commit 4fbb0c5eedf5658c5f3fac574b8bb0d3b3664621 -- 2.45.2 From 98058daa0f01df803e8f6a7f5429a6b8f82e1aae Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 27 Sep 2024 00:51:50 +0000 Subject: [PATCH 13/24] updated submodules --- Tweaks/YouTubeHeader | 2 +- Tweaks/iSponsorBlock | 2 +- Tweaks/protobuf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tweaks/YouTubeHeader b/Tweaks/YouTubeHeader index d59ebbc..794171d 160000 --- a/Tweaks/YouTubeHeader +++ b/Tweaks/YouTubeHeader @@ -1 +1 @@ -Subproject commit d59ebbc98e3bb0316d7b3a98b09b509fdc58ac8e +Subproject commit 794171d7785bc7f974e278b39ce6e82eb5693273 diff --git a/Tweaks/iSponsorBlock b/Tweaks/iSponsorBlock index 3a1679f..b4e1bc7 160000 --- a/Tweaks/iSponsorBlock +++ b/Tweaks/iSponsorBlock @@ -1 +1 @@ -Subproject commit 3a1679fea913406cc42999b1f51bdaf23467cb85 +Subproject commit b4e1bc798149d68029c89510948600be2986968b diff --git a/Tweaks/protobuf b/Tweaks/protobuf index 4fbb0c5..f8f5136 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit 4fbb0c5eedf5658c5f3fac574b8bb0d3b3664621 +Subproject commit f8f5136c427ac1cbd5184bc57200e36c7e4bf82e -- 2.45.2 From dd8495b40e95906f1329b37016cc8cfd6c81c314 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 28 Sep 2024 00:50:55 +0000 Subject: [PATCH 14/24] updated submodules --- Tweaks/DontEatMyContent | 2 +- Tweaks/protobuf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tweaks/DontEatMyContent b/Tweaks/DontEatMyContent index 9236511..6cae208 160000 --- a/Tweaks/DontEatMyContent +++ b/Tweaks/DontEatMyContent @@ -1 +1 @@ -Subproject commit 92365118eddecd4b4fecf26aca0c1faa5395d322 +Subproject commit 6cae20899a26a0f007d19aadf386a8bae9861aeb diff --git a/Tweaks/protobuf b/Tweaks/protobuf index f8f5136..a746c47 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit f8f5136c427ac1cbd5184bc57200e36c7e4bf82e +Subproject commit a746c473771364e1213658471482085666523e8b -- 2.45.2 From ed2efc7876eb17832237b4aeca60ad8e147acfc9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 30 Sep 2024 00:53:43 +0000 Subject: [PATCH 15/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index a746c47..390e37b 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit a746c473771364e1213658471482085666523e8b +Subproject commit 390e37b44776bfe8b5323c5d2487c48d83abab0d -- 2.45.2 From aa8c4018f7c984593b38a2333c9221261fbfe16f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 1 Oct 2024 00:56:52 +0000 Subject: [PATCH 16/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index 390e37b..ad8b857 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit 390e37b44776bfe8b5323c5d2487c48d83abab0d +Subproject commit ad8b857bddadb7cd1191e9ca4346e54d0efdef8c -- 2.45.2 From 3afdd8a16e81af2f63b72ffe5f310887ae277482 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 2 Oct 2024 00:51:28 +0000 Subject: [PATCH 17/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index ad8b857..bc24489 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit ad8b857bddadb7cd1191e9ca4346e54d0efdef8c +Subproject commit bc24489f93de0dc10a6aa5ed22d119bc3deac514 -- 2.45.2 From 13a4642894d670e64b24cfdeb5e1f2e29bb2a43c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 3 Oct 2024 00:51:35 +0000 Subject: [PATCH 18/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index bc24489..ee39136 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit bc24489f93de0dc10a6aa5ed22d119bc3deac514 +Subproject commit ee391369e65a10d0de6bb033f2b7f377d50b9f12 -- 2.45.2 From 227714a4f733d06038f8e208543a16e18b59c1ce Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 4 Oct 2024 00:51:41 +0000 Subject: [PATCH 19/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index ee39136..3e37daf 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit ee391369e65a10d0de6bb033f2b7f377d50b9f12 +Subproject commit 3e37dafd74f65cfe649ed49ccd0d759dd7d18ac8 -- 2.45.2 From 32b0961b74968564baa13b7698a2e0f871d3db7a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 5 Oct 2024 00:51:08 +0000 Subject: [PATCH 20/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index 3e37daf..9f85736 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit 3e37dafd74f65cfe649ed49ccd0d759dd7d18ac8 +Subproject commit 9f85736127653627719b48b0ff3568bc5e78d65c -- 2.45.2 From 96f960132ab6c9cfc77f5d5cc7b3b8b6b591108c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 6 Oct 2024 00:55:49 +0000 Subject: [PATCH 21/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index 9f85736..1679a5c 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit 9f85736127653627719b48b0ff3568bc5e78d65c +Subproject commit 1679a5c22dc001256e5b361ea2b54856328d2e9f -- 2.45.2 From 791376c8f88c0b0dc33b849747a7190509866408 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 7 Oct 2024 00:53:22 +0000 Subject: [PATCH 22/24] updated submodules --- Tweaks/Alderis | 2 +- Tweaks/protobuf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tweaks/Alderis b/Tweaks/Alderis index 2aa3086..15b061b 160000 --- a/Tweaks/Alderis +++ b/Tweaks/Alderis @@ -1 +1 @@ -Subproject commit 2aa3086244d296cfb3c8e782ef09c76316452a9d +Subproject commit 15b061bf414cf29fd0d4e0e124e9e2ccb99326b0 diff --git a/Tweaks/protobuf b/Tweaks/protobuf index 1679a5c..0afe330 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit 1679a5c22dc001256e5b361ea2b54856328d2e9f +Subproject commit 0afe330291bf36051fec40b46a8caa1336598ede -- 2.45.2 From 130ee403352bc278fd6c8dbc27bb85d73bea43fe Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 8 Oct 2024 00:51:33 +0000 Subject: [PATCH 23/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index 0afe330..50c08ee 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit 0afe330291bf36051fec40b46a8caa1336598ede +Subproject commit 50c08eea1a69d74af7aa8115d87c16fcc6436046 -- 2.45.2 From bb71f4bfd6ec2211375750ba8eabdacefb89c480 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 9 Oct 2024 00:51:11 +0000 Subject: [PATCH 24/24] updated submodules --- Tweaks/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweaks/protobuf b/Tweaks/protobuf index 50c08ee..6690ab4 160000 --- a/Tweaks/protobuf +++ b/Tweaks/protobuf @@ -1 +1 @@ -Subproject commit 50c08eea1a69d74af7aa8115d87c16fcc6436046 +Subproject commit 6690ab42d855ea19d9a24cd99b0375910ea772ca -- 2.45.2