Most codes still reveal friends after disabling HTML, but I’ve seen profiles that have their top friends completely hidden, and the only way to view was by url manipulation. Does anyone know the code to do this?
that code will be placed in the about me also to hide completely so no one checks your friends at all and disables it completely you have to remove that red link on the bottom which says view all new mutual friends and the link for that is
.redlink {display:none;}
you will also place that on about me good luck 😀
March 16th, 2008 at 2:04 pm
you can try
.friendSpace {display:none;}
that code will be placed in the about me also to hide completely so no one checks your friends at all and disables it completely you have to remove that red link on the bottom which says view all new mutual friends and the link for that is
.redlink {display:none;}
you will also place that on about me good luck 😀