code for changing subscriptions names?, please? |
code for changing subscriptions names?, please? |
Oct 1 2004, 06:24 PM
Post
#1
|
|
![]() i'm on the sidelines, playing my kick arse rock music ![]() ![]() ![]() Group: Member Posts: 70 Joined: Jul 2004 Member No: 33,143 |
Sorry if someone has asked this before, but does anyone know that code? Thanks in advance.
|
|
|
|
![]() |
Oct 27 2004, 10:48 PM
Post
#2
|
|
|
miss_congeniality ![]() ![]() Group: Member Posts: 21 Joined: Aug 2004 Member No: 36,900 |
hey....i tried that...and it didnt work...this is what i did
QUOTE <!-- 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 (/http//www.xanga.com/nightphire_inc/i)) links[l].innerHTML = str.replace (/http//www.xanga.com/nightphire_inc/i, "dante"); else if (str.match (/http//www.xanga.com/omega_black_x/i)) links[l].innerHTML = str.replace (/http//www.xanga.com/omega_black_x/i, "glen"); bla bla bla bla bla...etc. }//--> </script> <!-- end code provided by createblog.com --> look at my site...[/COLOR[COLOR=blue]]My xAnGa can u pleez help me? |
|
|
|
PETER_PARKER code for changing subscriptions names? Oct 1 2004, 06:24 PM
moorepocket here is the code. change what i wrote in caps
COD... Oct 1 2004, 06:26 PM
Sherry_Vu use the "replace any link text" script f... Oct 1 2004, 06:26 PM
C.Lime.Jello. Blah....
CODEBOX: -> right click -> copy/paste
... Oct 1 2004, 06:27 PM
xxmzkrnpunkster4 QUOTEhey....i tried that...and it didnt work...thi... Oct 28 2004, 04:05 AM![]() ![]() |