Peoples.com Login Form Auto-Focus

By Fortyseven Last update Feb 24, 2009 — Installed 39 times.
// ==UserScript==
// @name           Peoples.com Login Form Auto-Focus
// @namespace      http://hacsoft.org/
// @description    Puts the cursor into the username box automatically to speed up login.  Trivial, but I found it irritating.
// @include        https://pcb.peoples.com/peoples/login.aspx
// ==/UserScript==

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