inherit
43074
0
Mar 27, 2007 17:53:27 GMT -8
jetpilot1000
EAT The Chicken!!!
162
May 2005
jetpilot1000
|
Karma
Jun 28, 2005 7:59:52 GMT -8
Post by jetpilot1000 on Jun 28, 2005 7:59:52 GMT -8
If it is there, I need someone to help me find it. Isn't there a code where ist removes the ability to smite karma? I really need it.
|
|
inherit
44527
0
Jul 7, 2007 12:08:03 GMT -8
Maniac :þ
2,465
May 2005
aeforumscrew
|
Karma
Jun 28, 2005 8:10:28 GMT -8
Post by Maniac :þ on Jun 28, 2005 8:10:28 GMT -8
Yes, there is a code to remove the smite. The code is below: <script type="text/javascript"> /*Remove Smite Created by hey Open Source */ var ttd=document.getElementsByTagName("td"); for(i=0;i<ttd.length;i++){ if(ttd[i].width=="20%" && ttd[i].vAlign=="top" && ttd[i].innerHTML.match(/Exalt/i)){ ttd[i].innerHTML = ttd[i].innerHTML.replace("Smite","").replace(" | ","") }} </script>
Goes into G;lobal Footer. Found at: zdesign.proboards3.com/index.cgi?board=script&action=display&n=1&thread=1117413991
|
|