inherit
66842
0
Nov 28, 2016 9:23:54 GMT -8
Scorpian
1,234
December 2005
tatersalad
|
Post by Scorpian on Jul 1, 2006 19:25:00 GMT -8
I can't believe this code isn't already in here. <script type='text/javascript' language='JavaScript'> /* Remove "Mark as Read" Bar by Scorpian */ var riTd = document.getElementsByTagName('td'); if(location.href.match(/action=home/i) || !location.href.match(/(action|board)=/i)){ for(x=0; x<riTd.length; x++){ if(riTd[x].className == 'catbg' && riTd[x].colSpan == '5' && riTd[x].innerHTML.match(/Mark All Boards Read/i)){ riTd[x].parentNode.style.display = 'none'; } } } </script> It simply removes the bar that has the "Mark as Read" button in it. Main Footers
|
|