(function() { if (!window.gBrowser) return; let key = document.createXULElement('key'); key.id = 'focusURLBarExtra'; key.setAttribute('keycode', 'VK_F2'); key.setAttribute('command', 'Browser:OpenLocation'); document.getElementById('mainKeyset').appendChild(key); })();