if (location == "chrome://browser/content/browser.xul") { window.addEventListener("TabSelect", function(){ gURLBar.select(); }, false); }