No results found

AmznKiller - Xposed Module Repository

AmznKiller

Hide ads and sponsored content in the Amazon Shopping Android app.

Android 10+ libxposed API 101 Release Build

Features

  • Strips sponsored cards, video carousels, and ad slots from the Amazon app
  • Bundled selector list with remote sync, custom URL, and CSS-injection sanitization
  • Price history charts on product pages via Keepa and CamelCamelCamel (US, UK, DE, FR, JP, CA, IT, ES, IN, MX, BR, AU)
  • Optional Force Dark for the Amazon UI (experimental, see below)
  • Material 3 Expressive settings UI in Jetpack Compose
  • Free and open source (FOSS)

Requirements

  • Android 10 (API 29) or higher
  • LSPosed Manager with libxposed API 101 support
  • Amazon Shopping (com.amazon.mShop.android.shopping)

Install

  1. Grab the APK:

    GitHub Releases Obtainium

  2. Enable the module in LSPosed and scope it to com.amazon.mShop.android.shopping.

  3. Open the AmznKiller app to confirm the module is active and refresh selectors.

  4. Force-stop Amazon Shopping and relaunch.

Screenshots

Search query: “macbook air m1 16gb 512”

Stock (2 real results, rest are ads) Patched
Stock Amazon app Patched Amazon app
Force Dark Price History
Force Dark mode Price history charts
Dashboard Selectors Settings Settings (bottom)

Force Dark

Amazon disables Android force dark via forceDarkAllowed=false in its theme. The module hooks ViewRootImpl.determineForceDarkType and forces the return to FORCE_DARK_ALWAYS, triggering GPU-level darkening across native views and WebViews. Extra hooks paint window backgrounds dark and block white-flash on WebView load. DarkModeInjector ships CSS overrides for elements the algorithm gets wrong.

determineForceDarkType was introduced in Android 15 (API 35). On Android 10-14 the primary hook does not apply. A fallback on HardwareRenderer.setForceDark is attempted but Amazon’s theme opt-out blocks darkening on those versions.

Disabled by default. Enable in settings if on Android 15+.

Troubleshooting

  1. Confirm the module is enabled in LSPosed and scoped to Amazon Shopping.
  2. Force stop Amazon Shopping and reopen.
  3. Check the AmznKiller dashboard: Xposed must be active and selector count above 0.
  4. Tap refresh. If it fails, reset the selector URL in settings.
  5. If pages render broken, disable CSS injection, refresh selectors, then re-enable.

This is cosmetic blocking only. Network requests still happen. Pair with DNS-based blockers (AdGuard, NextDNS, Pi-hole) for full coverage.

Build

git clone https://github.com/hxreborn/amznkiller.git
cd amznkiller
./gradlew :app:assembleDebug

Requires JDK 21 and Android SDK. Configure local.properties:

sdk.dir=/path/to/android/sdk

# Optional: release signing
RELEASE_STORE_FILE=<path/to/keystore.jks>
RELEASE_STORE_PASSWORD=<store_password>
RELEASE_KEY_ALIAS=<key_alias>
RELEASE_KEY_PASSWORD=<key_password>

Contributing

See CONTRIBUTING.md. For bugs or feature requests, open an issue.

License

GPLv3

GPL v3.0. See LICENSE.

Package

eu.hxreborn.amznkiller

Authors

rafareborn

Releases

v2.1.0

Release Type: Stable

4/25/2026, 5:08:47 PM

View all releases

Releases

v2.1.0

Release Type: Stable

4/25/2026, 5:08:47 PM

What's Changed

Added

Fixed

Changed

Other

Show older versions

© 2021 - 2026 New Xposed Module Repository