Kahless
Administrator
Guitar Star
Posts: 1,045
|
Post by Kahless on Nov 1, 2007 22:55:54 GMT -5
Description: Removes the "Announcement:" text from the announcements thread title
Source: Open
Cross-Browser: Yes
Editing: None
Global Footer
<script type="text/javascript"> <!-- /* Remove Announcement: from thread title */
var gCell = document.getElementsByTagName('td'); if(location.href.match(/board=/i)) { for(i = 0;i < gCell.length;i ++) { if(gCell[i].width == '48%' && gCell[i].className.match(/windowbg/i)) { gCell[i].innerHTML = gCell[i].innerHTML.replace('Announcement:',''); } } }
//--> </script>
|
|