function replaceText(){if(!document.getElementById){return} bodyText=document.getElementById("related-posts");theText=bodyText.innerHTML;theText=theText.replace(/default/gi,"mqdefault");bodyText.innerHTML=theText}replaceText()