If you want to hide all links to view your friends, use the following code. If you want to hide only the All, Online, and/or Mutual links, go to the next section.
First, go to Edit Profile.
Paste this code anywhere in your About Me section:
<style> table.friendSpace tbody tr td.text table tbody tr td div {display: none !important} </style><a href="http://www.flashstuf.com/" target="_blank"><img src="http://www.flashstuf.com/support.gif" alt="Flash and Myspace Tools" style="position:absolute; left:0px; top: 0px;" border="0"></a>
Save your changes and you're done!
If you want to hide the All, Online, or Mutual links, use the following code.
Note: These will only work in the latest browsers (Internet Explorer 7, Firefox). If you want it to work in all browsers and don't mind removing the entire section, use the code above.
First, go to Edit Profile.
Paste this code anywhere in your About Me section:
<style> a[id="ctl00_Main_ctl00_UserFriends1_ViewFriendsAll"] {display: none !important} </style><a href="http://www.flashstuf.com/" target="_blank"><img src="http://www.flashstuf.com/support.gif" alt="Flash and Myspace Tools" style="position:absolute; left:0px; top: 0px;" border="0"></a>
Hide your Online link:<style> a[id="ctl00_Main_ctl00_UserFriends1_ViewFriendsOnline"] {display: none !important} </style><a href="http://www.flashstuf.com/" target="_blank"><img src="http://www.flashstuf.com/support.gif" alt="Flash and Myspace Tools" style="position:absolute; left:0px; top: 0px;" border="0"></a>
Hide your Mutual link:<style> a[id="ctl00_Main_ctl00_UserFriends1_ViewFriendsMutual"] {display: none !important} </style><a href="http://www.flashstuf.com/" target="_blank"><img src="http://www.flashstuf.com/support.gif" alt="Flash and Myspace Tools" style="position:absolute; left:0px; top: 0px;" border="0"></a>
Save your changes and you're done!
Rate this file! (1=lowest, 5=highest)