Archive

Archive for the ‘CSS’ Category

Remove Friendster Ads With CSS Injection

November 29th, 2008 Admin 19 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;}

Read more…

Categories: CSS, Friendster Tags:

WordPress Exchange Links Plugin – AJAX Version

September 26th, 2008 Admin 250 comments

Let me introduce a new plugin called WpExLinks. This is my first plugin for WordPress that enable you to build your links network with other webmaster. This proccess now more easier in WordPress realm. We can automate the proccess and we’ll get some notification email in the end of proccess. Here are some feature from my plugin :

  1. Auto checking error if this fields were blank (name, email, website title, website URL, reciprocal URL, website description)
  2. Checking for valid format of email, website url, reciprocal url
  3. Checking for status reciprocal url before submitted
  4. Auto blocked same domain submitted
  5. Integrate AJAX CAPTCHA and AJAX sending form in user interface
  6. Notification email for admin when some submit link
  7. Edit Links Page! available
  8. Widget already
  9. Easy manage links (delete, approve, unapprove, check reciprocal links) from Options page

Read more…