Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 8, 2005 14:09:23 GMT
Global Footer This will remove the bar at the top of threads containing the "Author", and "Topic:..."
<script type="text/javascript"> <!-- /* remove 'autor' bar - ross */
if(location.href.match(/action=(display|gotopost|(pm)?(calendar)?view|(user)?recent|search2)/)) { var post=document.getElementsByTagName("td"); for(e=0;e<post.length;e++) { if(post[e].innerHTML.match(/Topic:/) && post[e-1].innerHTML.match(/Author/) && post[e].width=="80%"){ post[e].parentNode.style.display="none"; } } } //--> </script>
|
|