inherit
67473
0
Apr 19, 2011 9:14:54 GMT -8
Ћ€ Dog Monst€Я
They tell me I look like my wife. She's a frog...
3,151
December 2005
hmyotam
|
Post by Ћ€ Dog Monst€Я on Mar 7, 2009 3:42:51 GMT -8
The title speaks for itself... Place the code in your global footer.
<script type="text/javascript"> /* Remove "Joined:" from Mini-Profile Coded by The Dog Monster Do not edit or repost without permission */ if(location.href.match(/(action|thread)=/i)){ axdef=document.getElementsByTagName('td') for(i=0;i<axdef.length;i++){ if(axdef[i].width=="20%" && axdef[i].nextSibling.width=="80%" && axdef[i].className.match(/windowbg/)){ axdeg=axdef[i].innerHTML.split(/<br>/i) for(x=0;x<axdeg.length;x++){ if(axdeg[x].match(/Joined:/)){ for(n=x+1;n<axdeg.length;n++){ axdeg[n-1]=axdeg[n] } axdeg[axdeg.length-1]=""; axdef[i].innerHTML=axdeg.join("<br/>"); } } } } } </script>
|
|