Best free & open source tweak for TikTok app on iOS 10 - 13
- Remove Ads
- Enable download for all videos
- Download without watermark
- Auto scroll to next video
- Change Region (may not work for iPad and some devices)
- Support iOS 10 (not tested) - 11 (tested) - 12 (tested) - 13 (tested)
- Support latest TikTok version (If it doesn't work, you should update the app to latest version >= 15.9.0)
https://haoict.github.io/cydia
Theos required.
make do
My project uses some source code from hookTikTok by chenxk-j for Change Region function. Credit goes to him. Thanks!
Contributions of any kind welcome!
Licensed under the GPLv3 License, Copyright © 2020-present Hao Nguyen hao.ict56@gmail.com
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 root@192.168.1.21 "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"
Build the final package
FINALPACKAGE=1 make package