Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hxreborn/discover-ads-filter

Repository files navigation

discover-ads-filter

An Xposed module that hides sponsored cards and ads from the Google Discover feed in the Pixel Launcher -1 screen and inside the Google app itself.

AGSA 17.14+ libxposed API 101 DexKit 2.2.0

Requirements

  • Android 11+
  • LSPosed manager with libxposed API 101 support

Installation

  1. Grab the APK:

    GitHub Releases Get it on F-Droid

  2. Enable the module in LSPosed and scope it to com.google.android.googlequicksearchbox.

  3. Open the Discover Ads Filter app and tap Scan to resolve hook targets.

  4. Force-stop Google App and relaunch.

How It Works

The app scans the installed Google App with DexKit, resolving hook targets via protobuf extension field numbers and type signatures, and stores the result in a versioned cache. The hooked process uses the cached targets to filter ad items from the Discover feed.

License

GPLv3

This project is licensed under the GNU General Public License v3.0. See LICENSE for details.