The best free & open source tweak for Messenger
Not only removing ads but shipped with many nice features
Tap on your profile picture on top right of the screen to access settings
- No Ads
- Disable Read Receipt
- Disable Typing Indicator
- Disable Story Seen (see others's stories but they won't know it)
- Can save friend's story. (Tap ... on top right of story view -> Save)
- Hide Search Bar (iOS12) / Hide Stories Row / Hide People tab
- Hide Suggested Contact in Search
- Extend Story Video Upload Length (from default is 20 seconds to 10 minutes)
- Support iOS 11 (tested) - 12 (tested) - 13 (tested)
- Support latest Messenger version (If it doesn't work, you should update the app to latest version >=258.0)
https://haoict.github.io/cydia
Theos required.
make do
Thank you to my friends all around the world who helped me on translation:
- mahmoud ahmad
- Complex Assassin
- Michael Basquill
- BenCoro
- TC@BE
- jaildeejung007
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 ~/.zprofile
or in project's Makefile
for faster deployment
THEOS_DEVICE_IP = 192.168.1.12
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.12 "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"
Build the final package
FINALPACKAGE=1 make package