Hide eBay listings that have price ranges. Based on https://greasyfork.org/en/scripts/28968-pricerangeitemhider by Lars Simonsen, fixed with Claude.ai for 2025 ebay updated code.
这些是此脚本的所有版本。 只显示代码变更过的版本。
eBay changed their code and the old version stopped working. V2.3 Key changes:Removed jQuery dependency - Now uses vanilla JavaScript, so it doesn't depend on jQuery being available on the pageBetter detection - Checks for "to", " to ", or any variation in the span textMore robust initialization - Waits for DOM to be ready before runningEnhanced debugging - Console logs show:When the script loadsHow many price range items were foundWhich items are being hiddenWhether jQuery was found or not