inherit
112533
0
Dec 8, 2022 0:53:44 GMT -8
Luke
2,993
October 2007
darkzer0
|
Post by Luke on Jul 3, 2009 3:47:10 GMT -8
Description: Will remove the last bar in thread and post listings. Preview:Before (Thread)After (Thread)Before (Post)After (Post)Global Footers:<script type="text/javascript"> <!-- /* Remove Last Bar In Thread And Post Listings */ /* By Luke Stream-lined by SubDevo */ /* [url]http://support.proboards.com/[/url] */
var td=document.getElementsByTagName("td"); if (location.href.match(/board=/i)){ for(var l=td.length-1;l>0;l--){ if(td.item(l).className.match(/titlebg/i) && td.item(l).innerHTML.match(/searchpopup\&/)){ td.item(l).parentNode.style.display="none"; break; } } } //--> </script> PM me if you need any help.
|
|