icetbr / webext-shopee-advanced-search

Filter search results containing ALL specified words, supporting word exclusion and minimum sold.
2 stars 1 forks source link
search-filter shopee userscript

Shopee Advanced Search

Filter search results containing ALL specified words, supporting word exclusion and minimum sold.

After

Install

Userscript - Firefox - Chrome.

Usage

Why

When you search for multiple words, Shopee will return products that:

Care was taken to make it efficient so it will have near ZERO performance impact on your searching experience[^1].

Example

When searching for "cashew nut", the site returns every kind of nut, and also "cashew nut cream" and "cashew nut cookies" With this extension, only items that have both words "cashew" and "nut" will be kept, and you can exclude "cream" and "cookies" as well.

TODO

[^1]: A mutation observer ensure that the filtering occurs only at the right moments, and when all items are loaded, the script stops running.

Contributing\ License (MIT)