|
Post by Bradley on Sept 2, 2005 16:18:03 GMT -5
This will remove the last edit information from posts:
Global Footers
<script type="text/javascript"> <!-- var tds = document.getElementsByTagName("td"); if(location.href.match(/action=(display|search2|(user)?recent)/i)){ for(i=0; i<tds.length; i++){ if(tds.item(i).align == "left" && tds.item(i).firstChild.nodeName.match(/font/i) && tds.item(i).firstChild.innerHTML.match(/Last Edit:/i)){ tds.item(i).style.display = "none"; } } } //--> </script>
|
|