// ==UserScript== // @name ebay-map // @namespace pureandapplied.com.au // @description adds map for ebay // @include *.ebay.com.* // @version 1 // @grant none // @downloadURL https://update.greasyfork.icu/scripts/34403/ebay-map.user.js // @updateURL https://update.greasyfork.icu/scripts/34403/ebay-map.meta.js // ==/UserScript== var locationElement = document.getElementById("itemLocation"); var searchTerm = locationElement.innerText.split("\n")[2]; locationElement.querySelectorAll('span')[0].innerHTML = '' + searchTerm + '';