1. Đăng nhập vào blog
2. Mào Bố cục
3. Chọn Thêm tiện ích => Tạo một tiện ích HTML/Javascipts và dán ddoanmj code bên dưới vào.
<script language="JavaScript">
var countDownInterval=30; //1 refresh page
//configure width of displayed text, in px (applicable only in NS4)
var c_reloadwidth=200
</script>
<ilayer id="c_reload" width=&{c_reloadwidth}; ><layer id="c_reload2" width=&{c_reloadwidth}; left=0 top=0></layer></ilayer>
<script>
var countDownTime=countDownInterval+1;
function countDown(){
countDownTime--;
if (countDownTime <=0){
countDownTime=countDownInterval;
clearTimeout(counter)
window.location.reload()
return
}
if (document.all) //if IE 4+
document.all.countDownText.innerText = countDownTime+" ";
else if (document.getElementById) //else if NS6+
document.getElementById("countDownText").innerHTML=countDownTime+" "
else if (document.layers){
document.c_reload.document.c_reload2.document.write('Website s? t? d?ng <a href="javascript:window.location.reload()">refresh</a> trong <b id="countDownText">'+countDownTime+' </b> giây')
document.c_reload.document.c_reload2.document.close()
}
counter=setTimeout("countDown()", 1000);
}
function startit(){
if (document.all||document.getElementById)
document.write(' <a href="javascript:window.location.reload()">refresh</a> trong <b id="countDownText">'+countDownTime+' </b> 1')
countDown()
}
if (document.all||document.getElementById)
startit()
else
window.onload=startit
</script>
Trong đó: var countDownInterval=30 Là số lần Delay (ở đây cứ 30 giây lại Reload 1 lần)
Lưu ý: Mình Post Scrip này không phải khuyến khích các bạn sử dụng Scrip này vào trang của các bạn. Trong điều khoản của Google có một mục ghi rất dõ nếu các bạn dùng Plussin để tăng lượng dộc giải thì các bạn có khả năng bị phạt từ cảnh cáo tới xóa vĩnh viễn không phục hồi lại Account. Do vậy các bạn cần cân nhắc nha.
0 comments:
Post a Comment