ŖЌǾ
Full Member
Posts: 227
|
Post by ŖЌǾ on Dec 2, 2007 11:02:34 GMT -5
Ok, so this code will allow u to hide/remove the Mark As Read Bar. Be sure to palce this code in Main Footer. Preview: roger2567.proboards51.com/index.cgi <script type="text/javascript"> <!-- //Removes "Mark as Read" Bar //Coded by Roger aka RKO. //DO NOT RIP.
var mas = document.getElementsByTagName('td'); if(location.href.match(/action=(home|changevis)/i) || !location.href.match(/(action|board)=/i)){ for(m=0; m<mas.length; m++){ if(mas[m].getElementsByTagName("a")[0] && mas[m].getElementsByTagName("a")[0].href.match(/markallboardsread/i)){ mas[m].parentNode.style.display = "none"; } } } //--> </script>
|
|