Stop Search Grab

By njkrut Last update Nov 15, 2006 — Installed 342 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0
// ==UserScript==
// @name Stop Search Grab
// @namespace     
// @description A script for myspace which stops the new search box from grabbing focus.
// @include       http://*myspace.com/*
// ==/UserScript==
(document.getElementById('q'))?document.getElementById('q').blur():function() {return false;};