Facebook search box focus giver

By ms609 Last update Aug 25, 2007 — Installed 346 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0
// ==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();