您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Upgrades AliExpress with an advanced search UI for filtering products by keywords, phrases, and logical operators.
This guide provides a detailed overview of the "AliExpress Advanced Search UI" Tampermonkey script. This script enhances your AliExpress browsing experience by adding a powerful and intuitive filter bar directly below the main search bar, allowing for precise and complex filtering of product listings.
The AliExpress Advanced Search UI script is designed for users who want more control over their search results. It introduces an advanced search bar that allows you to filter products using keywords, exact phrases, and logical operators (AND
, OR
, NOT
). This functionality is especially useful when you need to narrow down a large number of listings to find exactly what you're looking for.
The script adds a new UI component with several key features:
The script supports a powerful set of rules to refine your search. Here’s how to use them:
AND
: Simply type words one after another to find products that contain all of them.usb c cable
will show products with "usb", "c", and "cable" in their titles." "
) to find products with that exact wording."hdmi adapter"
will show products containing the exact phrase "hdmi adapter".-
) before a word or phrase to exclude it from the search results.phone holder -car
will show phone holders that are not for cars.OR
Logic: Use the OR
operator (must be in uppercase) to find products that contain at least one of the specified terms.samsung OR xiaomi
will show products from either brand.( )
) to group terms and create more complex and specific queries.(samsung OR xiaomi) AND "fast charging"
will find products from either Samsung or Xiaomi that also include the phrase "fast charging".To enhance your browsing experience, the script automatically saves your last-used filter query and the on/off state of the toggle switch. This means that if you refresh the page or navigate to a new search result, your filter settings will be preserved for the duration of your session.
For those curious about the script's inner workings, here is a non-technical breakdown of its logic:
AND
between terms that don't have an explicit operator.This simple yet powerful logic allows you to dynamically and instantly refine your search results without needing to perform a new search each time.