Ebay - Remove listings with multiple prices

Removes those annoying price range listings from search results

目前为 2018-07-31 提交的版本。查看 最新版本

作者
jous
评分
0 0 0
版本
1.0.1
创建于
2018-07-31
更新于
2018-07-31
大小
1.1 KB
许可证
Unlicense
适用于

I was angry about ebay's lack of action on fake listings.

This script will remove all listings that have multiple prices, eg. looking like "EUR 0.99 to EUR 293.23". They usually have some totally unrelated product for EUR 0.99 and the real product will cost EUR 293.23. If you search with "Price + Shipping: lowest first" it will still show those expensive multi-product listings on the first page.

Now there are three options:

1) Use this script
2) Filter the search with "Sold items"
3) For every page, open developer console and run $('.DEFAULT').parent().parent().parent().parent().parent().parent().remove();

If you decide to use this script, you should define sorting and "items per page" before enabling, because the pagination plugin will crash when any greasemonkey script is run.

This is just an implementation of an stackoverflow question:

https://webapps.stackexchange.com/questions/73586/how-to-filter-deceptive-bait-switch-price-listings-on-ebay-when-sorted-by-pr#114323

Tested on firefox quantum 61.0.1

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址