Currently, these hooks are based on YouTube versions 19.49.5, 20.21.6, 21.04.2, and 21.06.2. I'll keep updaing the flags if the newer version comes out. This project is similar to YTABGoodies by PoomSmart and tries to enable useful YouTube features that are avaliable to you.
- Enables PiP (Picture-In-Picture)
- Allows Background Playback
- Fix playback issues (For jailbroken and TrollStore users only)
- Hide the "Are you there?" dialog
- Hide upgrade dialogs
- Uses/Restores old miniplayer (Only for older YouTube versions)
- Fixes miniplayer working slowly (Only for older YouTube versions)
- Clone Theos along with its submodules.
- Clone and copy iOS 18.6 SDK to
$THEOS/sdks. - Clone YouTubeHeader and PSHeader into
$THEOS/include. - Clone YTFlags, cd into it and run
make clean package DEBUG=0 FINALPACKAGE=1For rootful jailbroken iOS (iOS >15 - checkra1n, Cydia)make clean package DEBUG=0 FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootlessFor rootless jailbroken iOS (iOS 15+ - palera1n, Sileo, Zebra, Dolpamine, bakera1n, TrollStore)make clean package DEBUG=0 FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=roothideFor roothide jailbroken iOS (iOS 15 - Dolpamine, Bootstrap)