Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

haoict/messenger-no-ads

Repository files navigation

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

  • 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)

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:

  • mahmoud ahmad
  • Complex Assassin
  • Michael Basquill
  • BenCoro
  • TC@BE
  • jaildeejung007

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

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