inherit
97216
0
Nov 26, 2024 13:53:14 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Sept 5, 2011 15:18:22 GMT -8
Code Name: Remove Author and Topic Bar Crossbrowser: Yes Description: This code will remove the "Author" and "Topic: " bar on a thread display page.
Global Footer
<script type="text/javascript"><!-- /* Remove "Author" and "Topic:" bar by iPokemon http://bytemecodes.proboards.com/ Do not repost or claim as your own Copyright 2011 */ var td = document.getElementsByTagName('td'); if(pb_action.match(/^(display|search2)$/i)){ for(t=0;t<td.length;t++){ if(td[t].className=="catbg"&&td[t].width=="80%"){ td[t].parentNode.style.display="none"; } } } //--></script>
|
|