Log In · Register

 
blogring remove, code stopped working?
whodiddat
post Aug 16 2005, 10:15 PM
Post #1


snooper
**

Group: Member
Posts: 15
Joined: May 2005
Member No: 138,448



I've been using code below to remove my blogrings from the left side. They've turned up again. Any ideas as to why? I haven't changed the code... just removed a cursor I didn't want anymore. Shouldn't have altered this code.

[CODEBOX\]
<script language="javascript"><!--
// original by sean, http://www.xanga.com/seanmeister
if (location.href.match ("home.aspx")) {
var ht = document.getElementsByTagName ('table');
for (var t = 0; t < 10; t++) {
str = ht[t].cells[0].innerHTML;
if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|My Blogrings|Build Traffic!)/i)) ht[t].style.display = "none";
}
}
//--></script>
[/CODEBOX]
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: