AliExpress Max Combo Hider
January 30, 2026 ยท View on GitHub
A userscript that automatically hides "Max Combo" deal listings from AliExpress search results.
What It Does
AliExpress frequently promotes "Max Combo" bundle deals in search results. These listings often clutter results when you're looking for individual items. This userscript automatically removes any product card marked with the "Max Combo" badge from search results.

Before & After
Before - Search results cluttered with Max Combo deals:

After - Clean search results with combo deals hidden:

Installation
Prerequisites
You need a userscript manager browser extension. Tampermonkey is recommended and available for:
- Chrome
- Firefox
- Edge
- Safari
- Opera
Install the Script
- Install Tampermonkey from your browser's extension store
- Click on the Tampermonkey icon and select "Create a new script"
- Copy the contents of
aliexpress-combo-hider.user.jsand paste it into the editor - Save the script (Ctrl+S or File > Save)
- Make sure the script is enabled in Tampermonkey

Alternatively, if this repository is hosted on GitHub, you can click on the raw .user.js file and Tampermonkey will offer to install it directly.
How It Works
The script:
- Monitors AliExpress pages for elements containing "Max Combo" text
- When found, traverses the DOM to find the parent product card container
- Removes the entire product card from the page
- Uses both polling and MutationObserver to handle dynamically loaded content (infinite scroll)
- Logs hidden items to the browser console for debugging
Author
Daniel Rosehill GitHub
License
MIT License