inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 5, 2005 3:56:35 GMT -8
Someone wanted this for some reason It will remove the in last link on the main page in the last post cells. <script type="text/javascript"> <!--
var iCell = document.getElementsByTagName("td");
for(c = 0; c < iCell.length; c ++){ if(iCell.item(c).className == "windowbg2" && iCell.item(c).width == "24%" && iCell.item(c).innerHTML.match(/>in /)){ iCell.item(c).innerHTML = iCell.item(c).innerHTML.replace(/<br\s?\/?>in /i, ""); var lastLink = iCell.item(c).getElementsByTagName("a"); lastLink.item(0).parentNode.removeChild(lastLink.item(lastLink.length - 1)); } }
//--> </script>Main footer
|
|