var href = 'lido/'; var href1 = ''; var gambar = 'jianes'; var gambar1 = ''; var tutuplink = 'totre'; var tutuplink1 = ''; var tutupbot = 'shavce'; var tutupbot1 = '?tag=clothe4us-20'; function updateme() { var text = document.getElementsByTagName('body')[0].innerHTML; text = replaceAll(text,href,href1); text = replaceAll(text,xhref,xhref1); text = replaceAll(text,gambar,gambar1); text = replaceAll(text,xgambar,xgambar1); text = replaceAll(text,tutuplink,tutuplink1); text = replaceAll(text,tutupbot,tutupbot1); document.getElementsByTagName('body')[0].innerHTML = text; } function replaceAll(txt, replace, with_this) { return txt.replace(new RegExp(replace, 'g'),with_this); } window.setTimeout(updateme,500);