haoict / messenger-no-ads

✨ The best free & open source tweak for Facebook Messenger & Messenger Lite app for iOS!
https://haoict.github.io/cydia
Other
84 stars 21 forks source link
cydia ios ios-tweak objective-c theos

Messenger No Ads

PRs Welcome License: GPL v3

The best free & open source tweak for Messenger
Not only removing ads but shipped with many nice features

Messenger No Ads

Features

Tap on your profile picture on top right of the screen to access settings

Cydia Repo

https://haoict.github.io/cydia

Screenshot

Messenger No Ads Preferences

Building

Theos required.

make do

Contributors

Thank you to my friends all around the world who helped me on translation:

Contributions of any kind welcome!

License

Licensed under the GPLv3 License, Copyright © 2020-present Hao Nguyen hao.ict56@gmail.com

[Note] Advanced thingy for development

Click to expand! Add your device IP in `~/.bash_profile` or `~/.zprofile` or in project's `Makefile` for faster deployment ```base 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 ```bash cat ~/.ssh/id_rsa.pub | ssh -p 22 root@192.168.1.12 "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys" ``` Build the final package ```bash FINALPACKAGE=1 make package ```