Home > CSS, Friendster > Remove Friendster Ads With CSS Injection

Remove Friendster Ads With CSS Injection


Advertisement



November 29th, 2008 Admin Leave a comment Go to comments

If you feel all ads around your Friendster profile so annoying, you can try this simple CSS injection to remove it all. Login to your account, go to Edit Profile and 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 */
#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;}

Code 2

/* Hide sidebar google ads*/
#content_14 {display:none!important;}
 
/* Hide Classifieds | Jobs | */
.secondary_links {display:none!important;}
 
/* Hide banner ads on top */
.banner_ad_fix {display:none!important;}

Now see your profile, bingo! So clean!! If your profile doesn’t change immediately, don’t worry, come back later in few hours or tommorow until Friendster clear the cache :)

Related posts:

  1. Auto Add Friends Using (Javascript) Friendster Hacks
  2. Boost Your Friends Using (Javascript)-Friendster Hacks
Categories: CSS, Friendster Tags:
  1. February 20th, 2009 at 08:43 | #1

    is this gonna really work out?!

  2. March 27th, 2009 at 06:33 | #2

    Nice one now MaY I can use such a code for removing ads from preferred network,
    Is is possible to do so?

  3. March 27th, 2009 at 06:36 | #3

    Can you help me out in putting my adds in header area of my blog?

    • Admin
      March 27th, 2009 at 15:11 | #4

      May i see ur blog n ur problem?

      Regards :)

  4. March 28th, 2009 at 17:02 | #5

    Its work……………….???

    • Admin
      March 28th, 2009 at 19:33 | #6

      Not work anymore since FS change their system again :(

  5. April 5th, 2009 at 13:09 | #7

    it doesnt work anymore, friendster filtered the code…
    try to update the css injection code!
    thankz…

  6. June 3rd, 2009 at 20:36 | #8

    it doesn’t really work.. i thought it would actually work… but, it didn’t..!..

    • Admin
      June 4th, 2009 at 02:30 | #9

      yes…not work anymore since FS patch their hole again :(

      sorry

Comment pages
1 2 119
  1. No trackbacks yet.