Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Remove Mark All Boards As Read Link (30th Apr 08 at 6:24pm UTC) | | This code will remove the 'Mark All Boards As Read' link that appears in the top bar just below the banner.
<script> /*Remove Mark All Boards As Read Link Created By Wrighty*/
var a = get('pms','id').firstChild; a.firstChild.nextSibling.nextSibling.style.display = 'none'; a.innerHTML = a.innerHTML.replace(/ :: /g,''); </script>
Global Header | |
|