Removes those annoying price range listings from search results
< Părere la script-ul Ebay - Remove listings with multiple prices
I suspect ebay has introduced a new type of item list. See the second screencapture in the bottom of this page: https://greasyfork.org/en/scripts/370761-ebay-remove-listings-with-multiple-prices
The item list has to have the "to" mentioned in the price, eg. "EUR 0.63 to EUR 4.99". The language or currency does not matter because the script checks the css style of the word "to". If ebay does not show that the price is variable in the list of items, the script cannot hide those items. If so, the only alternative left is to load all of those item pages individually and check every one if the price is fixed. In your case that would mean loading over 200 web pages. I would estimate an lowball load time for that to be 5s*200 = 1000s = 16 minutes.
Yea... It could be possible to be a bit faster, but that solution would definetly not fall in the category of "simple script" anymore. I haven't looked very hard if there's any difference in the listing page between items with solid prices and items with variable prices.
I have witnessed that ebay shows at least 3 different but similar looking types of item lists. I haven't found out why and when you're going to see them. Two of them can be fixed with this script.
Not working for me I'm afraid, just tried it with this site:
https://www.ebay.co.uk/sch/i.html?_from=R40&_trksid=p2334524.m570.l1313&_nkw=double+quilt+cover&_sacat=0&_sop=15&_ipg=200&LH_BIN=1
And the first result clearly has multiple options at different prices within it. I can the script it correctly ordering by Best Price + P&P, and setting the number of items to 200. Any idea what's going wrong here?
Thanks for all the work!