EPIQUE EXCLUSIVE LISTINGS

  • setTimeout(() => { Util.getAsyncDom({ selector: '.mls-declaimer-container .content', all: true, time: 3000 }).then(res => { if (res && res.length > 0) { res.forEach(element => { console.log(element,'element') if (element.innerHTML.includes('Willamette Valley Multiple Listing Service')) { element.innerHTML = element.innerHTML + ' Member Broker: Charles Ramsay'; } }); } }); }, 3000); };