|
Post by Jordan Reposter on Sept 5, 2011 22:26:32 GMT -5
Code by Jordan
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>
|
|
|
Post by iPokemon on Sept 10, 2011 13:04:51 GMT -5
Accepted [style=-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px; background-color: rgba(0,0,0,0.9);padding: 6px;display:inline;color:white;font-weight:bold;]Thank you for your submission! It will be archived in our index!
[/style]
|
|