|
Post by Bradley on Dec 13, 2005 21:32:45 GMT -5
This will hide the "Logged" message and the little globe from non-staff members.
Global Fotoers
<script type="text/javascript"> <!-- var imgs = document.getElementsByTagName("img"); for (i=0; i<imgs.length; i++){ if(imgs.item(i).alt.match(/ip: /i) && imgs.item(i).nextSibling.nodeName.match(/#text/i) && imgs.item(i).nextSibling.data.match(/logged/i)){ imgs.item(i).style.display = "none"; imgs.item(i).nextSibling.data = ""; } } //--> </script>
|
|