|
Post by CFP wolf on Sept 27, 2009 2:48:33 GMT -5
This will remove the "Your private messages" information from info center:
<script type="text/javascript"> <!-- /* Remove 'Your Private Messages' from info center by california */ var td=document.getElementsByTagName("td"); if(location.href.match(/(cgi\??(#.+)?|com\/?|logout|sread|change=.+?)$/)){ for(i=td.length-1;i>0;i--){ if(td.width=="40%" && td.align=="left" && td.innerHTML.match(/Private/i)){ td.innerHTML=td.innerHTML.split("Your Pr")[0]; break; } } } // --> </script>
Put this in your Global Footer. No editing necessary.
|
|