// ==UserScript== // @name Hide eBay items with price range // @namespace http://tampermonkey.net/ // @version 0.4 // @description Hide items with a price range from the eBay search results // @author Steve Chambers // @match https://www.ebay.com/* // @match https://www.ebay.co.uk/* // @downloadURL https://update.greasyfork.icu/scripts/368235/Hide%20eBay%20items%20with%20price%20range.user.js // @updateURL https://update.greasyfork.icu/scripts/368235/Hide%20eBay%20items%20with%20price%20range.meta.js // ==/UserScript== // $("h3:contains('Show only')").parent().parent().next().prepend('
'); $("h3:contains('Show only')").parent().parent().next().prepend('