|
Post by Schubaltz on Jun 3, 2007 16:08:43 GMT -5
Description: Displays last post information on the main page as, Topic: By: Date:
Source: Open
Cross-browser: Yes
Main Page Footer
<script type="text/javascript"> <!-- // Last Post Modification (Main Page)
if(/com\/(\w+\.cgi)?\??(#.+|\w+=home)?$/i.test(location.href)) for(var l = document.links, x = 4; x < l.length; x ++) if(l[x].className == "nav") { for(var i = l[x].parentNode.getElementsByTagName("table")[1].rows[2]; i; i = i.nextSibling) if(i.cells.length > 1) i.cells[4].innerHTML = i.cells[4].firstChild.innerHTML.replace(/on(.+)<br\/?>by(.+)<br\/?>in(.+)/i, "Topic: $3<br />By: $2<br />Date: $1"); break; } //--> </script>
|
|