Wrap in script tags and load in head
var divs = document.querySelectorAll('.cmsItemPromoStamp'), i;for (i = 0; i < divs.length; ++i) {if(divs[i].innerHTML == "Featured"){divs[i].innerHTML = "Look";}}
Index Previous Next