inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Sept 17, 2005 6:21:15 GMT -8
Removes the recent post from the view profile page.
<script type="text/javascript"> <!--
function removeRPosts(){ var iRow = document.getElementsByTagName("tr");
for(r = 0; r < iRow.length; r ++){ if(iRow.item(r).cells.length == 2 && iRow.item(r).cells.item(0).innerHTML.match(/>Recent Posts:</)){ while(iRow.item(r)){ iRow.item(r).parentNode.removeChild(iRow.item(r)); } } } }
if(location.href.match(/=viewprofile/i)){ removeRPosts(); }
//--> </script>
Main footer.
|
|