• The New Horizons 3.0 update is here and we're hosting an eShop gift card giveaway! Each participant will also earn up to 60 forum bells. To participate, visit the event thread in the New Horizons board here. Good luck!

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