Change E-PROP&Comments, 2 say something else |
Change E-PROP&Comments, 2 say something else |
Dec 28 2004, 07:57 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Dec 2004 Member No: 75,118 |
SOMEONE PLEASE HELP ME TO CHANGE THE E-Prop and Comments (the words themselves) to say whatever I want it to say. Is there a code for that..? PLEase Help asap. ThaNKx
|
|
|
|
![]() |
Dec 28 2004, 08:01 PM
Post
#2
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
use this
CODE <!-- begin code provided by createblog.com -->
<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, "cents"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "cent"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "dollars"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dollar"); else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me"); else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "log out"); }//--> </script> <!-- end code provided by createblog.com --> |
|
|
|
moluv4yah Change E-PROP&Comments Dec 28 2004, 07:57 PM
MewxIchigo lol hihi http://help.xanga.com/replacelinks.htm h... Dec 28 2004, 08:03 PM
electric shock CODEBOX: -> right click -> copy/paste
<... Dec 28 2004, 08:03 PM![]() ![]() |