Ads (728x90)

Latest Post

Kesehatan

Tips

Facebook has grown popular over the years. As you probably know by now that we have discussed a simple javascript tricks. This is a cool and simple tricks of facebook i have found.

The Tricks of facebook:

All you have to do is copy the javascript code into the addressbar.

Menu Bar 
Just copy the code in the address bar then press enter to change the color of menu bar just like the picture below.


javascript:void(document.getElementById('fb_menubar').style.background='red');
You can change the color to your needs, just you have to replace the red text with your color name. 
Changing Title:


javascript:void(document.title="Facebook | eugines.info");
Chat Display: 
 
javascript:chatDisplay.tabs[321].tabXOnClick();
 
Chat Status:
javascript:presence.toggleTab('chat_status_control','chat_status_control_tab');
 
Buddylist: 
 
javascript:buddyList.toggleTab();
 
NOTE: It works only on Mozilla Firefox browser.
 

Post a Comment