Profile Remover |
Profile Remover |
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.
|
|
|
|
![]() |
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> |
|
|
|
x___TWiST Profile Remover Apr 21 2005, 08:03 PM
crazybabii412 You mean removing the left modules?
<style ty... Apr 21 2005, 08:09 PM
x___TWiST No. Just removing the /profile/. Nothing else. Apr 21 2005, 08:13 PM
azn.peace.maker isnt there a setting in your xanga somewere to not... Apr 21 2005, 09:15 PM![]() ![]() |