Hide Post Count in Mini Profile Aug 29, 2008 14:53:19 GMT -8 Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by Michael on Aug 29, 2008 14:53:19 GMT -8 Simply because it's been requested so many times. It's open source, so feel free to use/abuse & repost! <script>/*Hide Post Count in Mini ProfileOpen SourceWrighty*/var d = document.getElementsByTagName('td');for(a = 0; a < d.length; a++){ if(d.width == '20%' && d.innerHTML.match(/posts/i)){ d.innerHTML = d.innerHTML.replace(/posts:(.+?)<br\s?\/?>/i,''); }}</script>Global Footer