|
Post by Schubaltz on Apr 18, 2007 18:46:01 GMT -5
Description: Sets the topic summary to display posts from newest to oldest.
Source: Open
Cross-browser: Yes
Global Footer <script type="text/javascript"> <!-- // Reverse Topic Summary
if(location.href.match(/action=(modify)?post&thread/)) for(var l = document.links, k = 4; k < l.length; k ++) if(l[k].className == "nav") { var e = l[k].parentNode.getElementsByTagName("table")[3]; if(e.rows.length > 3) for(var i = e.rows, x = i.length - 1, a = 1; x > 0; x --, a ++) { e.firstChild.appendChild(i[(a % 2 ? x - 1 : x + 1)].cloneNode(true)); i[(a % 2 ? x - 1 : x + 1)].style.display = "none"; } break; } //--> </script>
|
|