Disable Focus on Window Load

By ChuckieMac Last update Dec 26, 2006 — Installed 665 times.


Script Summary: Counteract onload=element.focus()

Many sites, such as weather.yahoo.com, have a body onload event that focuses the cursor in the search field. This gets aggravating when I'm using the keyboard's backspace key to navigate through the browser's history. This script takes the focus off any input element on the page that might have focus and recovers the functionality of the backspace key (or mouse back/forth buttons).