|
Post by Isa The Great on Jul 26, 2009 10:38:34 GMT -5
Remove Last Edit:
Details: Well, it removes the <<Last Edit by X at X>>
Code:<script type="text/javascript"> <!-- /* remove last edit */ var font=document.getElementsByTagName("font"); if(location.href.match(/on=(displ|search2|(user)?rece)/)){ for(i=0;i<font.length;i++){ if(font[i].innerHTML.match(/Last\sEdit:/i) && font[i].parentNode.align=="left"){ font[i].style.display="none"; } } } // --> </script>
Global Footers Link to Post - Back to Top Logged
|
|