Eprops and Comment. |
Eprops and Comment. |
![]()
Post
#1
|
|
![]() n00b ![]() ![]() ![]() Group: Member Posts: 77 Joined: May 2004 Member No: 17,588 ![]() |
I looked in the scripts section but could not find it...does anyone have the code for changing the name of the eprops and comments? Thanks.
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Member ![]() ![]() Group: Member Posts: 18 Joined: Jul 2004 Member No: 27,268 ![]() |
here if you can`t find it..
<script language="javascript"> <!-- var links = document.getElementsByTagName ('a'); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; if (str.match (/\d+:\d+ (am|pm)/i)) links[l] else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "dance shoe"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "dance shoe"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "dancer"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dancer"); } //--> </script> |
|
|
![]() ![]() |