WikiPedia Search Field Focus

By Patrik Spieß Last update May 25, 2007 — Installed 376 times. Daily Installs: 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 1, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Wikipedia focus search
// @namespace      wikipedia
// @description    When you surf to WikiPedia, focus the search field so that you can enter a search without having to use the mouse to focus the field
// @include        http://de.wikipedia.org/*Hauptseite
// @include        http://en.wikipedia.org/*Main_page
// ==/UserScript==

document.getElementById("searchInput").focus();