inherit
47712
0
Dec 6, 2005 8:04:09 GMT -8
thawiz
26
June 2005
thawiz
|
Post by thawiz on Jun 19, 2005 10:12:24 GMT -8
hey can somebody tell me the code with it i can change the word karma to different word ..
|
|
inherit
32452
0
Aug 17, 2009 13:47:15 GMT -8
XxACAxX
1,571
October 2004
xxacaxx
|
Post by XxACAxX on Jun 19, 2005 12:11:01 GMT -8
This is how you remove "Smite" and change Karma to "Reputation".
<script type="text/javascript"> <!-- /* remove smite link & change "karma" */ var karmaReplace="Reputation"; var link=document.getElementsByTagName("a"); if(location.href.match(/action=(display|viewprofile|goto)/)){ for(i=0;i<link.length;i++){ if(link.href.match(/action=karma.+type=2$/)){ link.style.display="none"; var mp=link.parentNode; var temp=mp.innerHTML.replace('Karma:',karmaReplace+':'); mp.innerHTML=temp.replace(' | ',''); } } } // --> </script>
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 19, 2005 12:45:45 GMT -8
hey can somebody tell me the code with it i can change the word karma to different word .. For future reference... If you can't find a code in there database, then post a thread in the request board. This board is for code support Thanks
|
|