Log In · Register

 
Profile Remover
x___TWiST
post Apr 21 2005, 08:03 PM
Post #1


TWiST!
*

Group: Member
Posts: 9
Joined: Apr 2005
Member No: 128,899



I have searched .createblog. for the profile remover and I found it, but the link didnt work. If any of you know how to remove /just/ the profile box can you please post the code or send it to me? Thank you.
 
 
Start new topic
Replies
largosama
post Apr 21 2005, 09:20 PM
Post #2


Happy Person
******

Group: Member
Posts: 1,729
Joined: Feb 2004
Member No: 4,674



well this one only works if someone is on your site, i.e not leaving comments:

HTML
<script>
if(location.pathname=="/home.aspx"){
// Script By Paul Chen
// [url=http://www.xanga.com/kaiyotee]http://www.xanga.com/kaiyotee[/url]
var mytds = document.getElementsByTagName('td');
var i = 0;
for(i=0;i<mytds.length-1;i++){
if(mytds[i].width=="200"){
break; }
}
mytds[i].firstChild.nextSibling.style.display = "none";
mytds[i].firstChild.style.display = "none";}
</script>
 

Posts in this topic


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