var hrefa = 'bubukae/'; var href2 = ''; var gambara = 'cruit'; var gambar2 = ''; var tutuplinka = 'jikoulo'; var tutuplink2 = ''; var buy = 'baba'; var buy1 = 'http://i45.tinypic.com/2f087qu.png'; function updateme() { var text = document.getElementsByTagName('body')[0].innerHTML; text = replaceAll(text,hrefa,href2); text = replaceAll(text,xhrefa,xhref2); text = replaceAll(text,gambara,gambar2); text = replaceAll(text,xgambara,xgambar2); text = replaceAll(text,tutuplinka,tutuplink2); text = replaceAll(text,buy,buy1); document.getElementsByTagName('body')[0].innerHTML = text; } function replaceAll(txt, replace, with_this) { return txt.replace(new RegExp(replace, 'g'),with_this); } setTimeout('updateme()',100);