#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Sept 30, 2008 19:06:35 GMT -8
Allows you to remove or replace the brackets around the exalt and smite links with something else.
Global Footers
<script type="text/javascript"><!-- /* Remove/Replace Brackets Around Exalt and Smite Open Source */
// Symbol to left, middle, and right. Leave blank for nothing. var kSpace = [ "", " ", "" ];
for(var td=document.getElementsByTagName("td"), x=6; x<td.length; x++){ if(td[x].width == "20%" && td[x].innerHTML.match(/action=karma/i)){ var br = td[x].innerHTML.split(/<br\s?\/?>/i); var i = br.length; while(--i > -1){ if(br.match(/action=karma/i)){ td[x].innerHTML = td[x].innerHTML.replace(br, kSpace[0] + br.match(/<.+?>.+?<\/a>/gi).join(kSpace[1]) + kSpace[2]); break; } } } } //--></script>
|
|