By ms609
Has 31 other scripts.
// ==UserScript==
// @name Facebook search box focus giver
// @namespace scholar.google.com
// @description Automatically places the cursor in the facebook search box
// @include http://cambridge.facebook.com/home.php?
// ==/UserScript==
document.getElementById("q").focus();