Google Search - remove focus from the search box on results pages
Google gives focus to the search box, which is generally not an issue on the homepage. On the search results pages however, it annoys people who habitually press / to bring up Quick Find and instead end up accidentally typing into the Google search box.
I've had no luck with this myself, either with document.getElementById("gbqfq").blur() or document.getElementsByTagName("a")[0].focus().
Google Search - remove focus from the search box on results pages
Google gives focus to the search box, which is generally not an issue on the homepage. On the search results pages however, it annoys people who habitually press / to bring up Quick Find and instead end up accidentally typing into the Google search box.
I've had no luck with this myself, either with document.getElementById("gbqfq").blur() or document.getElementsByTagName("a")[0].focus().