November 29th, 2008
Admin
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;} |
Read more…
Maybe sometimes you want to write a comment to your friends in Friendster more than 1000 characters but they dont allowed us to do it ? Their basic form using javascript to count amount of character inside textarea, so maybe you will think to disable this javascript via browser setting. Yes, you can do that but now you can’t send form or submit comment! Why ? Because they using (again!) javascript to send this form (onClick function)! Weird right?
So how we can pass this through? Have you ever wonder to send your comment in graphic mode than text mode? Yes, you right! We will send comment more than 1000 characters using Text2image Generator
It’s pretty cool online aplication. Not like the others! It’s have a lot of benefits
Read more…