README.md

August 28, 2026 ยท View on GitHub

Discover Feed Filter

An Xposed module that removes ads, sponsored cards and clickbait from the Google Discover feed, in the Pixel Launcher -1 screen and inside the Google app itself. Hide stories by headline or source with your own filters, and share articles with their real link instead of Google's redirect.

Android 11+ libxposed API 101+

Requirements

  • Android 11+
  • An Xposed manager with libxposed API 101 support, such as LSPosed or Vector

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 Feed Filter app and tap Scan to resolve hook targets.

  4. Force-stop Google App and relaunch.

Filter packs

Starter filters you can import from News filters, menu, Import:

Clickbait looks different in every language. If yours is missing, open a PR with a pack and I'll include it.

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.

Also dislike ads in the Google Play Store? Try playstore-adblock, a sister module.

License

GPLv3

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