Free & Open Source Tweak for Twitch app on iOS!
- Remove Ads (in video)
- Can save clip (live/stream video is currently not supported, press and hold on clip video to show download option)
- Support iOS 10 (not tested) - 11 (tested) - 12 (tested) - 13 (tested)
- Support latest Twitch version (If it doesn't work, you should update the app to latest version >= 9.2)
https://haoict.github.io/cydia
Theos required.
make do
Contributions of any kind welcome!
Licensed under the GPLv3 License, Copyright © 2020-present Hao Nguyen [email protected]
Click to expand!
Add your device IP in ~/.bash_profile
or in project's Makefile
for faster deployment
THEOS_DEVICE_IP = 192.168.1.21
Add SSH key for target deploy device so you don't have to enter ssh root password every time
cat ~/.ssh/id_rsa.pub | ssh -p 22 [email protected] "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"
Build the final package
FINALPACKAGE=1 make package