Trying whole day..
Remove all the annoying ads by google in my friendster profile
Sigh~
I did saw someone who managed to do it
I found CSS Code link to my problem
The Code is like below
Maybe anyone of you may try it out =]
Login to your account
Go to Edit Profile
Add this CSS code in Costumize CSS Box
This code will try to hidden all Class and ID that contains ads.
Code 1:
/* Hide Google Search */Code 2:
#search form { display : none !important; }
/* Hide Friendster Classifieds */
#marketing {display:none!important;}
/* Hide Footer */
#footer_container {display:none!important;}
/* Hide Footer link only */
#footer a {display:none!important;}
/* Hide sidebar google ads*/*Only for educational purpose =]
#content_14 {display:none!important;}
/* Hide Classifieds | Jobs | */
.secondary_links {display:none!important;}
/* Hide banner ads on top */
.banner_ad_fix {display:none!important;}