|
Post by Isa The Great on Jul 28, 2009 10:31:49 GMT -5
Global Footer
<script type="text/javascript"> <!-- // Remove all icons from boards, sub-boards, and info center // By Smangii
if(!location.href.match(/action/) || location.href.match(/action=home/)){ var TD = document.getElementsByTagName("td"); for(var i=0;i<TD.length;i++){ if(TD[i].className=="titlebg" && TD[i].innerHTML.match(/(Forum Name|Sub-Boards)/i)){ TD[i].colSpan="1" } if(TD[i].width=="66%" && TD[i].className=="windowbg2"){ TD[i-1].style.display = "none"; } if(TD[i].width=="20" && TD[i].align=="center" && TD[i].className.match("windowbg")){ TD[i].style.display="none" }}} --> </script>
|
|