ebay_remove_price_range_listings

Removes those annoying price range listings from search results

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

作者
jous
评分
0 0 0
版本
1
创建于
2018-07-31
更新于
2018-07-31
大小
999 字节
许可证
暂无
适用于

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" beforehand because the pagination plugin will crash with all greasemonkey scripts.

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