• TBT's 2026 New Year's Party has started! Join us from now until January 11th in eight fun New Year's activities. Earn currency to spend on collectibles and raffle tickets. Get started in The Bulletin Board event thread. Happy New Year!

Led By

Propaganda Man

Senior Member
Joined
Feb 27, 2005
Posts
9,272
Bells
1,428
Countdown Coins
0
Lucky Tickets
0
Code:
<script type='text/javascript'>
<!--
// remove 'Forum led by:...'
// code by ticlo, http://ifsz.net/

e = document.getElementsByTagName('SPAN')
for (n = 0; n < e.length; n++) {
if (e[n].className == 'desc') {
as = e[n].getElementsByTagName('A')
for (i = 0; i < as.length; i++) {
a = as[i].previousSibling
if (a &&
  a.nodeName == '#text' &&
  a.nodeValue.match(/Forum Led by:/) &&
  a.previousSibling &&
  a.previousSibling.nodeName == 'BR') {
p = a.parentNode
for (a = a.previousSibling; a.nextSibling;) p.removeChild(a.nextSibling)
p.removeChild(a)
break
}}}}
// -->
</script>

Put that andbaord & headers under baord and you can't see it it is anoying...
 
Back
Top