ŖЌǾ
Full Member
Posts: 227
|
Post by ŖЌǾ on Dec 8, 2007 2:28:55 GMT -5
Ok so this code will allow you to remove the Brackets from the text menu I've tested this code on: IE,FF,Opera. Be sure to place the code in: Global Header. <script type="text/javascript"> <!-- //Removes brackets from text menu. //Coded by Roger aka RKO. //DO NOT RIP
var iTd=document.getElementsByTagName('td').item(5); iTd.innerHTML=iTd.innerHTML.replace(/(\]|\[)/g, '');
//--> </script>
|
|