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

MinMinGuard Wiki

grossdm edited this page Jul 20, 2018 · 2 revisions

Features

  • Totally remove the advertisement. You can notice that AdBlock and AdAway only stops showing the ad content, but it can not remove the empty field that was originally taken by the ad. MinMinGuard can totally remove the empty field!
  • Lightweight. Alternative ad removing apps (AdBlock etc) constantly run a background VPN service, which puts a heavy loading on the system. MinMinGuard does not need to run a VPN service, so it saves system resources and, thus, extends the battery life.
  • Per App Setting. MinMinGuard lets you choose which apps you want to remove ads from. If you only want to remove ads from several apps, MinMinGuard is your best solution.
  • OpenSource. MinMinGuard is an opensource project under GPL license 3.0! You can find the source code of MinMinGuard on my Github repository.

How does it work?

  • API based blocking: Block function calls provided by the advertisement network sdk. Then recursively remove the ad space.

  • Name based blocking: Remove the adview in layout directly.

  • URL based blocking: Block webviews that contains prohibited urls.

Frequently Asked Questions

Q: Why there is still ads in a few apps?

Some apps use differnt Ad Networks' SDK (Mostly some local ads providers ex: Vpon in Taiwan) that is not currently supported by MinMinGuard. If you encounter this situation, you can open a new issue on Github to let me know and I will try to fix it. The issue should contains at least "appname", "download link" and "which page in the app show the ads". If you don't know how to use Github, you can alternatively fill in this form and I will create the issue for you.

PS: If you are a developer, you can add the ad network into support by following the instructions here.

Q: Why ads in websites is still showing?

MinMinGuard currently only blocks the "in-app" ads. Blocking ads in websites may be the future work.

Q: Can I use MinMinGuard along with Adaway?(or any other adblocker)

Yes, they should work perfectly with each other.

Clone this wiki locally