This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Script By Much Yongki Lebeharia */ | |
var parent=document.getElementsByTagName("html")[0]; | |
var _body = document.getElementsByTagName('body')[0]; | |
var _div = document.createElement('div'); | |
_div.style.height="25"; | |
_div.style.width="100%"; | |
_div.style.position="fixed"; | |
_div.style.top="auto"; | |
_div.style.bottom="0"; | |
_div.align="center"; |