eBay Hide Price Range Items

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.

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v2.3 2025-11-20

    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 page
    Better detection - Checks for "to", " to ", or any variation in the span text
    More robust initialization - Waits for DOM to be ready before running
    Enhanced debugging - Console logs show:

    When the script loads
    How many price range items were found
    Which items are being hidden
    Whether jQuery was found or not

  • v2.2 2025-08-01
  • v2.1 2025-08-01
  • v2.0 2025-08-01