how to remove posting calendar?? |
how to remove posting calendar?? |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 67 Joined: Aug 2005 Member No: 205,153 ![]() |
I got this code from xanga script but it doesn't work. I've got a code before which works but now i can't find it so anyone can help me??
Many thanks <!-- begin code provided by createblog.com --> <script language="javascript"><!-- // original by sean, http://www.xanga.com/seanmeister if (location.href.match ("Andymanutd7")) { var ht = document.getElementsByTagName ('table'); for (var t = 0; t < 10; t++) { str = ht[t].cells[0].innerHTML; if (!str.match (/Andymanutd7/i) && str.match (/(Posting Calendar|Get Involved!|Build Traffic!)/i)) ht[t].style.display = "none"; } } //--></script> <!-- end code provided by createblog.com --> |
|
|
![]() |
![]()
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 ![]() |
Most unrelable code ever, but the only one there is. And it's case sensitive. So the url needs to be....
http://www.xanga.com/Andymanutd7 For the code to work. |
|
|
![]() ![]() |