Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
<script>
// Attach "Mark as Read" Table to Final Category by CD
// Do not redistribute without permission of the creator

var aTB = document.getElementsByTagName("TABLE");
if(!location.href.match(/action=/i) && !location.href.match(/board=/i)){
for(a=4;a<aTB.length;a++){
if(aTB[a].rows.length == 1 && aTB[a].getElementsByTagName("A")[0] && aTB[a].getElementsByTagName("A")[0].href.match(/action=markasread/i)){
aTB[a].style.position = "relative";
aTB[a].style.top = "-19px";
break;
}
}
}
</script>


Footers.


Last Edit: Jun 30, 2006 4:33:49 GMT by Chris

newBookmarkLockedFalling