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