Have the ability to copy the YouTube video URL easier in the video controls overlay.
Please also uses/injects with YTVideoOverlay if you want to use this tweak.
- Clone Theos along with its submodules and set your theos path in
$THEOSvalue. - Clone and copy iOS 18.6 SDK to
$THEOS/sdks. - Clone YouTubeHeader and PSHeader into
$THEOS/include. - Clone YTVideoOverlay outside the tweak folder.
- Clone this repo, 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)