inherit
48965
0
Jun 29, 2005 23:41:53 GMT -8
The Mighty Billy
5
June 2005
themightybilly
|
Post by The Mighty Billy on Jun 29, 2005 19:02:20 GMT -8
I'd like to request a code that will remove the "edited by" part of posts after editing a post.
|
|
inherit
Dork
7641
0
Jul 5, 2007 15:11:01 GMT -8
Jay
12,589
February 2003
trugie
|
Post by Jay on Jun 30, 2005 3:40:00 GMT -8
Board Footers:
<script type="text/javascript"> <!--
function remEdit() { var tdNode = document.getElementsByTagName('td'); for (var i = 0; i < tdNode.length; i ++) { if (tdNode.item(i).align == 'left' && tdNode.item(i).firstChild.tagName == 'FONT' && tdNode.item(i).firstChild.innerHTML.match('it:')) { tdNode.item(i).firstChild.parentNode.removeChild(tdNode.item(i).firstChild); } } } if (location.href.match(/.*play|\\d$/)) { remEdit(); }
//--> </script>
|
|