您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Removes those annoying price range listings from search results
当前为
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