};function runPageScript(){ // AM-304904 taoxiuhua 2023/3/6 Util.getAsyncDom({ selector: ".md-featured-area.grid-fashion .style-container .city-style .info .read-more", time: 300, max: 2000, all: true }).then(readMores => { readMores.forEach(readMore => { readMore.innerText = "Explore" }) }) };