Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 26, 2005 22:58:36 GMT
Main Footer This will remove the line from the info center which says "View the X most recent posts of this forum".
<script type="text/javascript"> <!-- /* remove 'X most recent' posts */ if(location.href.match(/\.com\/?(index.cgi)?\??(&?action=home)?(#\w+)?$/)) { var td=document.getElementsByTagName("td"); for(e=td.length-1; e>0; e--) { if(td[e].width=="60%" && td[e].vAlign=="top" && td[e].innerHTML.match(/View(.+?)forum./)){ td[e].innerHTML=td[e].innerHTML.replace('View'+RegExp.$1+'forum.',''); } } } //--> </script>
|
|