Skip to content

Commit

Permalink
v18.02.3-5.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Jan 20, 2023
1 parent 3dc871a commit e5f099a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
16 changes: 14 additions & 2 deletions CercubePlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,15 @@ static BOOL didFinishLaunching;
%end
%end

// %group gHideSponsorBlockButton
// %hook YTRightNavigationButtons
// %property (retain, nonatomic) YTQTMButton *sponsorBlockButton;
// - (void)layoutSubviews {
// self.sponsorBlockButton.hidden = YES;
// }
// %end
// %end

// A/B flags
%hook YTColdConfig
- (BOOL)respectDeviceCaptionSetting { return NO; } // YouRememberCaption: https://poomsmart.github.io/repo/depictions/youremembercaption.html
Expand Down Expand Up @@ -1636,8 +1645,8 @@ void DEMC_centerRenderingView() {
- (id)init {
id result = %orig;

const int size = 12;
float speeds[] = {0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0};
const int size = 16;
float speeds[] = {0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0};
id varispeedSwitchControllerOptions[size];

for (int i = 0; i < size; ++i) {
Expand Down Expand Up @@ -1931,5 +1940,8 @@ void DEMC_centerRenderingView() {
}
if (IsEnabled(@"hideChipBar_enabled")) {
%init(gHideChipBar);
// }
// if (IsEnabled(@"hideSponsorBlockButton_enabled")) {
// %init(gHideSponsorBlockButton);
}
}
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARCHS = arm64
MODULES = jailed
FINALPACKAGE = 1
CODESIGN_IPA = 0
PACKAGE_VERSION = 18.01.6-5.3.11
PACKAGE_VERSION = 18.02.3-5.3.11

TWEAK_NAME = CercubePlus
DISPLAY_NAME = YouTube
Expand All @@ -15,7 +15,7 @@ EXTRA_CFLAGS := $(addprefix -I,$(shell find Tweaks/FLEX -name '*.h' -exec dirnam
CercubePlus_INJECT_DYLIBS = Tweaks/Cercube/Library/MobileSubstrate/DynamicLibraries/Cercube.dylib .theos/obj/libcolorpicker.dylib .theos/obj/iSponsorBlock.dylib .theos/obj/YTUHD.dylib .theos/obj/YouPiP.dylib .theos/obj/YouTubeDislikesReturn.dylib .theos/obj/YTABConfig.dylib .theos/obj/YouMute.dylib
CercubePlus_FILES = CercubePlus.xm Settings.xm $(shell find Tweaks/FLEX -type f \( -iname \*.c -o -iname \*.m -o -iname \*.mm \))
CercubePlus_IPA = ./tmp/Payload/YouTube.app
CercubePlus_CFLAGS = -fobjc-arc -Wno-deprecated-declarations -Wno-unsupported-availability-guard -DTWEAK_VERSION=$(PACKAGE_VERSION) $(EXTRA_CFLAGS)
CercubePlus_CFLAGS = -fobjc-arc -Wno-deprecated-declarations -Wno-unsupported-availability-guard -Wno-unused-but-set-variable -DTWEAK_VERSION=$(PACKAGE_VERSION) $(EXTRA_CFLAGS)
CercubePlus_FRAMEWORKS = UIKit Security

include $(THEOS)/makefiles/common.mk
Expand Down
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Special thanks to all the developers who have contributed to CercubePlus!

9. **NOYTPremium:** remove YouTube Premium upsell alerts.

10. **YTSpeed**: add 2.25, 2.5, 2.75, and 3x playback speed
10. **YTSpeed**: add 2.25x, 2.5x, 2.75x, 3x, 3.25x, 3.5x, 3.75x and 4x playback speed

11. **YTMiniplayerEnabler**: enable Miniplayer for all YouTube videos.

Expand Down Expand Up @@ -217,16 +217,16 @@ any many more...

- **CercubePlus** (or you can call it Cercube+) requires iOS & iPadOS 14.0 and later. The latest version of **CercubePlus** can be found in the [Release tab](https://github.com/qnblackcat/CercubePlus/releases).

- For AltStore user: [Open in AltStore (v18.01.6-5.3.11)](https://tinyurl.com/y95ucjdp) - It will take a while to install because AltStore needs to download the IPA first.
- For AltStore user: [Open in AltStore (v18.02.3-5.3.11)](https://tinyurl.com/sx4fsyr3) - It will take a while to install because AltStore needs to download the IPA first.

- Version info: _(Jan 14 2023)_
- Version info: _(Jan 20 2023)_

<details>
<summary>Expand!</summary>

| **Tweaks/App** | **Developer** | **Version** | **Open source** |
| - | - | :-: | :-: |
| **YouTube** | Google Inc | 18.01.6 | ✖︎ |
| **YouTube** | Google Inc | 18.02.3 | ✖︎ |
| **Cercube** | [Majd Alfhaily](https://twitter.com/freemanrepo) | 5.3.11 | ✖︎ |
| **Open in YouTube** | [CokePokes](https://github.com/CokePokes/) | 1.2 | ✖︎ |
| **YTNoShorts** | [MiRO92](https://twitter.com/miro92) | 1.0.2 | [✔︎](https://github.com/MiRO92/YTNoShorts) |
Expand All @@ -235,19 +235,18 @@ any many more...
| **YTNoHoverCards** | [level3tjg](https://twitter.com/level3tjg) | 0.0.3 | [✔︎](https://github.com/level3tjg/YTNoHoverCards) |
| **YTMiniplayerEnabler** | [level3tjg](https://twitter.com/level3tjg) | 0.0.2 | [✔︎](https://github.com/level3tjg/YTMiniplayerEnabler) |
| **DontEatMyContent** | [therealFoxster](https://github.com/therealFoxster) | 1.0.6 | [✔︎](https://github.com/therealFoxster/DontEatMyContent) |
| **LowContrastMode** | [arichorn](https://twitter.com/LilithAcc) | 1.2.0 | [✔︎](https://github.com/arichorn/LowContrastMode) |
| **LowContrastMode** | [arichorn](https://twitter.com/LilithAcc) | 1.2.1-3 | [✔︎](https://github.com/arichorn/LowContrastMode) |
| **YTUHD** | [PoomSmart](https://twitter.com/poomsmart) | 1.3.5 | [✔︎](https://github.com/PoomSmart/YTUHD) |
| **YouPiP** | [PoomSmart](https://twitter.com/poomsmart) | 1.7.17 | [✔︎](https://github.com/PoomSmart/YouPiP) |
| **YouPiP** | [PoomSmart](https://twitter.com/poomsmart) | 1.7.19 | [✔︎](https://github.com/PoomSmart/YouPiP) |
| **YouMute** | [PoomSmart](https://twitter.com/poomsmart) | 1.1.0 | [✔︎](https://github.com/PoomSmart/YouMute) |
| **YTABConfig** | [PoomSmart](https://twitter.com/poomsmart) | 1.4.7 | [✔︎](https://github.com/PoomSmart/YTABConfig) |
| **YTABConfig** | [PoomSmart](https://twitter.com/poomsmart) | 1.5.0 | [✔︎](https://github.com/PoomSmart/YTABConfig) |
| **IAmYouTube** | [PoomSmart](https://twitter.com/poomsmart) | 1.2.0 | [✔︎](https://github.com/PoomSmart/IAmYouTube) |
| **YTReExplore** | [PoomSmart](https://twitter.com/poomsmart) | 1.0.2 | [✔︎](https://github.com/PoomSmart/YTReExplore) |
| **NoYTPremium** | [PoomSmart](https://twitter.com/poomsmart) | 1.0.4 | [✔︎](https://github.com/PoomSmart/NoYTPremium) |
| **YTABGoodies** | [PoomSmart](https://twitter.com/poomsmart) | 1.0 | [✔︎](https://poomsmart.github.io/repo/depictions/ytabgoodies.html) |
| **YTNoPaidPromo** | [PoomSmart](https://twitter.com/poomsmart) | 1.0.0 | [✔︎](https://github.com/PoomSmart/YTNoPaidPromo) |
| **YTAutoFullScreen** | [PoomSmart](https://twitter.com/poomsmart) | 1.0.3 | [✔︎](https://github.com/PoomSmart/YTAutoFullScreen) |
| **YTShortsProgress** | [PoomSmart](https://twitter.com/poomsmart) | 1.0.2 | [✔︎](https://github.com/PoomSmart/YTShortsProgress) |
| **Return YouTube Dislike** | [PoomSmart](https://twitter.com/poomsmart) | 1.10.2 | [✔︎](https://github.com/PoomSmart/Return-YouTube-Dislikes) |
| **Return YouTube Dislike** | [PoomSmart](https://twitter.com/poomsmart) | 1.11.1 | [✔︎](https://github.com/PoomSmart/Return-YouTube-Dislikes) |

</details>

Expand Down

0 comments on commit e5f099a

Please sign in to comment.