README.md
August 28, 2026 ยท View on GitHub
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.
Requirements
Installation
-
Grab the APK:
-
Enable the module in LSPosed and scope it to
com.google.android.googlequicksearchbox. -
Open the Discover Feed Filter app and tap Scan to resolve hook targets.
-
Force-stop Google App and relaunch.
Filter packs
Starter filters you can import from News filters, menu, Import:
- clickbait-en.json, general English clickbait, the same set as the in-app presets but switched on
- clickbait-es.json, general Spanish clickbait
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.
Related
Also dislike ads in the Google Play Store? Try
playstore-adblock, a sister module.
License
This project is licensed under the GNU General Public License v3.0. See LICENSE for details.
