Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
<script type="text/Javascript">
// Remove Moderators List by Chris
// Do not resitribute without permission of the creator

var aTD = document.getElementsByTagName("td");
if(!location.href.match(/action=/i) || location.href.match(/action=(home|view_board)/i)){
for(a=4;a<aTD.length;a++){
if(aTD[a].className == "window2 cell_highlight" && aTD[a].innerHTML.match(/Moderators?:/i)){
var p = aTD[a].getElementsByTagName("p");
p[p.length-1].style.display = "none";
}
}
}
</script>


Place this module in your global footers.

newBookmarkLockedFalling