Go Back   Webmaster Forum > Development > Programming > JavaScript
REMOVE the ads below !
Reply
 
LinkBack Thread Tools
  # 1 (permalink)
Old
Junior Geek
Posts: 65
Join Date: Feb 2007
iTrader: (0)
remove forum led by - 10-19-2007

Written for IPB1.3 / invisionfree

i decided to write a simple 1 myself,
it removed the Forum led by: from the forum descriptions
Quote:
Originally Posted by footers
<script>
/* Remove Forum Led By
By Godkillah at phantom-designs.net */
a=document.getElementsByTagName("span")
for(i=0;i<a.length;i++)
if(a[i].innerHTML.match(/Forum Led by:/i) && a[i].className=="desc")
a[i].innerHTML=a[i].innerHTML.split("Forum Led by:")[0]
</script>
tested it in FF,

enjoy
Reply With Quote
Reply


Thread Tools



PSD to HTML

vBulletin®, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. | SEO by vBSEO | Skin developed by vBStyles.com