Compare commits

..
Author SHA1 Message Date
qnblackcat b7328028aa typo 2022-06-06 11:04:05 +07:00
qnblackcat 79f058f354 v17.22.3-2.1 2022-06-06 10:44:31 +07:00
qnblackcat 26b5912495 improved OLED Darkmode 2022-06-06 10:42:41 +07:00
qnblackcat f029b9a372 update Header.h 2022-06-06 10:41:44 +07:00
qnblackcat ecf3107846 update submodules 2022-06-06 10:25:12 +07:00
qnblackcat 93397e48d7 Enable Shorts scroll bar - credit level3tjg 2022-06-05 10:27:25 +07:00
6 changed files with 37 additions and 15 deletions
+11 -3
View File
@@ -1,8 +1,10 @@
#import "Tweaks/YouTubeHeader/YTPlayerViewController.h"
// IAmYouTube
@interface SSOConfiguration : NSObject
@end
// uYouPlus
@interface YTMainAppControlsOverlayView: UIView
@end
@@ -10,9 +12,7 @@
@property (nonatomic, strong, readwrite) UIView *downloadsButton;
@end
@interface ASWAppSwitcherCollectionViewCell: UIView
@end
// BigYTMiniPlayer
@interface YTMainAppVideoPlayerOverlayView : UIView
- (UIViewController *)_viewControllerForAncestor;
@end
@@ -20,10 +20,15 @@
@interface YTWatchMiniBarView : UIView
@end
// YTAutoFullScreen
@interface YTPlayerViewController (YTAFS)
- (void)autoFullscreen;
@end
// OLED Darkmode
@interface ASWAppSwitcherCollectionViewCell: UIView
@end
@interface ASScrollView : UIView
@end
@@ -40,4 +45,7 @@
@end
@interface SponsorBlockSettingsController : UITableViewController
@end
@interface _ASDisplayView : UIView
@end
+9 -9
View File
@@ -78,19 +78,19 @@
- My official AtlStore repo: https://qnblackcat.github.io/AltStore/
- [Open in AltStore (v17.21.3-2.1)](https://tinyurl.com/52j8xeee) - It will take a while to install because AltStore needs to download the IPA.
- [Open in AltStore (v17.22.3-2.1)](https://tinyurl.com/4v5933pu) - It will take a while to install because AltStore needs to download the IPA.
- Version info: _(last update: June 01)_
- Version info: _(last update: June 06)_
<details>
<summary> ▶︎ Expand</summary>
<summary>Expand</summary>
| **Tweaks/App** | **Version** | **Open source** |
| :------------: | :----------:| :-------------: |
| **YouTube** | 17.21.3 | ✖︎ |
| **YouTube** | 17.22.3 | ✖︎ |
| [uYou](https://github.com/MiRO92/uYou-for-YouTube) | 2.1 | ✖︎ |
| [Open in YouTube](https://github.com/CokePokes/YoutubeExtensions/) | 1.2 | ✖︎ |
| **Return YouTube Dislike** | 1.6.4 | [✔︎](https://github.com/PoomSmart/Return-YouTube-Dislikes) |
| **Return YouTube Dislike** | 1.6.5 | [✔︎](https://github.com/PoomSmart/Return-YouTube-Dislikes) |
| **iSponsorBlock** | 1.0-14 | [✔︎](https://github.com/Galactic-Dev/iSponsorBlock) |
| **Alderis Color Picker** | 1.2| [✔︎](https://github.com/hbang/Alderis) |
| **NoYTPremium** | 1.0.4 | [✔︎](https://github.com/PoomSmart/NoYTPremium/) |
@@ -100,7 +100,7 @@
| **YTNoHoverCards** | 0.0.3 | [✔︎](https://github.com/level3tjg/YTNoHoverCards) |
| **YTSystemAppearance** | 1.0.0 | [✔︎](https://poomsmart.github.io/repo/depictions/ytsystemappearance.html) |
| **YTUHD** | 1.2.7 | [✔︎](https://github.com/PoomSmart/YTUHD) |
| **YouPiP** | 1.7.0 | [✔︎](https://github.com/PoomSmart/YouPiP) |
| **YouPiP** | 1.7.1 | [✔︎](https://github.com/PoomSmart/YouPiP) |
| **IAmYouTube** | 1.2.0 | [✔︎](https://github.com/PoomSmart/IAmYouTube) |
| **YTSpeed** | 1.0.1 | [✔︎](https://github.com/Lyvendia/YTSpeed) |
| **YTAutoFullScreen** | 1.0.3 | [✔︎](https://github.com/PoomSmart/YTAutoFullScreen/) |
@@ -117,7 +117,7 @@ See [Installation - Wiki](https://github.com/qnblackcat/uYouPlus/wiki/Installati
# Support the developers
<details>
<summary>▶︎ MiRO92</summary>
<summary>MiRO92</summary>
- CashApp: https://cash.app/$MiRO92M
@@ -125,14 +125,14 @@ See [Installation - Wiki](https://github.com/qnblackcat/uYouPlus/wiki/Installati
</details>
<details>
<summary>▶︎ Poomsmart</summary>
<summary>Poomsmart</summary>
- Paypal: https://poomsmart.github.io/
</details>
<details>
<summary>▶︎ Galactic-dev</summary>
<summary>Galactic-dev</summary>
- Paypal: https://www.paypal.com/paypalme/DBrett684
+14
View File
@@ -205,6 +205,11 @@ BOOL ytMiniPlayer() {
- (void)showSurveyWithRenderer:(id)arg1 surveyParentResponder:(id)arg2 {}
%end
// Enable Shorts scroll bar - level3tjg - https://reddit.com/r/jailbreak/comments/v29yvk/_/iasl1l0/
%hook YTReelPlayerViewControllerSub
- (BOOL)shouldEnablePlayerBar { return YES; }
%end
// Hide the download playlist button of uYou cuz it's broken
%hook YTPlaylistHeaderViewController
- (void)viewDidLoad {
@@ -443,6 +448,15 @@ UIColor* oledColor = [UIColor colorWithRed:0.0 green:0.0 blue:0.0 alpha:1.0];
}
%end
%hook _ASDisplayView // comment reply under videos
- (void)didMoveToWindow {
if (isDarkMode() && [self.accessibilityIdentifier isEqualToString:@"id.elements.components.comment_composer"]) {
%orig;
self.backgroundColor = oledColor;
}
}
%end
%hook YTFormattedStringLabel // YT is werid...
- (void)setBackgroundColor:(UIColor *)color {
if (isDarkMode()) {