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 Bytes
License
नाही
यांवर लागू होते:

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