Friendster Ads Removal



Ever wanted to get rid of the ugly and messy advertisement on your Friendster profile? Although it is bad to do this, but it will make your profile looks much more cleaner. View my Friendster profile here, there is already no more advertisement. To do this, all you have to do is just simply add a piece of code into your CSS.

Wondering what is Ads?

ads

ads

How to remove those ads on my Friendster profile?

  1. Login to your Friendster, and go to Edit Profile.
  2. Click on the Customize tab
  3. If you are using the made ready skin before this, please change it back to “No Skin/Custom CSS”, or the code might not work.
  4. Copy and paste the following CSS code under the “Advanced users: Personalize your profile with CSS” box.

/*** BEGIN: REMOVE TEASER BOX ***/
/*REMOVE TEASER BOX - FRIENDSTER-TWEAKERS.COM*/
#teaserBox {height:0pt; width:0pt; overflow:hidden;
background:transparent; border-width:0px!important;}
/*** END: REMOVE TEASER BOX ***/

/*** BEGIN: REMOVE MORE ABOUT ME ADS ***/
.fullwidth {
width:0px!important;
height:0px!important;
position:absolute;
top:-5500px;
background-color:transparent;
filter:alpha(opacity=0);opacity:.0;
}
/*** END: REMOVE MORE ABOUT ME ADS ***/

/*** BEGIN: HIDE “SHARE YOUR LATEST REVIEWS” LINK ***/
.center #reviewpromo
{position:absolute;
left:-15500px;
height:0px!important;}
/*** END: HIDE “SHARE YOUR LATEST REVIEWS” LINK ***/

/*** BEGIN: HIDE FOOTER ADS ***/
.adHeadline, .adText, .adLink { filter: alpha(opacity=0); opacity:.00;
height:0px !important; width:0px !important; text-decoration: none;
color: #ffffff; font-size:0px !important; }
#sn_adbrite { left:-5500px; }
/*** END: HIDE FOOTER ADS ***/

After you are done copying and pasting the CSS code, preview your Profile and voila, there will not be any ads more. The code is working when I’m posting this, but who knows if Friendster stop this code from working in future. Good luck.

Code originally by Friendster-Tweakers.com, and compressed by Fauzi.

[tags]Friendster,ads,advertisements,remove,profile,clean[/tags]

Candy cane Some relevant posts you might be interested:

Comments:

Post a comment