Useful Facebook Shortcut Keys,
New Message
Chrome: ALT + M
Firefox: SHIFT + ALT + M
Explorer : ALT + M + ENTER
Search Shortcut
Chrome: ALT + ?
Firefox: SHIFT + ALT + ?
Explorer : ALT + ? + ENTER
Home Page / News Feed
Chrome: ALT + 1
Firefox: SHIFT + ALT + 1
Explorer : ALT + 1 + ENTER
Profile Page
Chrome: ALT + 2
Firefox: SHIFT + ALT + 2
Explorer : ALT + 2 + ENTER
Friend Request
Chrome: ALT + 3
Firefox: SHIFT + ALT + 3
Explorer : ALT + 3 + ENTER
Message Shortcut
Chrome: ALT + 4
Firefox: SHIFT + ALT + 4
Explorer : ALT + 4 + ENTER
Notifications
Chrome: ALT + 5
Firefox: SHIFT + ALT + 5
Explorer : ALT + 5 + ENTER
Account Setting
Chrome: ALT + 6
Firefox: SHIFT + ALT + 6
Explorer : ALT + 6 + ENTER
Privacy Setting
Chrome: ALT + 7
Firefox: SHIFT + ALT + 7
Explorer : ALT + 7 + ENTER
Facebook Official Page
Chrome: ALT + 8
Firefox: SHIFT + ALT + 8
Explorer : ALT + 8 + ENTER
Service Agreement
Chrome: ALT + 9
Firefox: SHIFT + ALT + 9
Explorer : ALT + 9 + ENTER
Help Center
Chrome: ALT + 0
Firefox: SHIFT + ALT + 0
Explorer : ALT + 0 + ENTER
You can Like or unlike photos by press 'L' with any browser.
Hope this help to you. note: - plz like and share to fb,
Read More
This is very cool javascript which can be used to edit the content of any website like facebook or google you just have to copy javascript on your address bar and hit enter
This is how it works:-
Open any website in Google Chrome, or in Opera and enter the below code to the address bar of the browser.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
and press enter
Note :- while using This code in google chrome it may not work just by pasting it on address bar you have to add " javascript: " in the beginning manually .
In chrome it will look like This when you paste it:-
document.body.contentEditable='true'; document.designMode='on'; void 0
Read More
Facebook offers the feature to Invite your friends to your page. But the most important feature in the selecting process i.e. the Select All Friends function is not available,
Now you can choose all your friends manually but it is fine when you have 50/100/200 friends, but the job becomes more difficult when your friend list is very long, ( And most importantly selecting all friends manually is not good for your mouse and your index finger..isn't it? :) )
But I have found a trick to select all your friends in a single click..
The trick depends on a small javascript code which minimizes your work, so let’s look at the steps involved in Selecting all friends and inviting them to your Facebook page.
Go to your Facebook page, ( It is important :) ).
Click on the ‘Invite Friends‘ link located on your page.
Now you’ll see a small box which says Suggest your page to Friends. Below that you’ll find a button drop down which by-default highlights Recent Interactions. Click on that button and change it to Search All Friends.
Paste the following Javascript code in your browser’s(*) address bar,
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};
All those people whom you haven’t invited yet will be selected automatically. Now, you just have to hit the Submit button.
After that you’ll see a similar confirmation box on your screen.
Comment below if you face any problem implementing the above trick.
Read More