Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Removing text in address bar when opening a new tab.

  • 4 respostas
  • 1 tem este problema
  • 1 visualização
  • Última resposta de tfwStarving

more options

Hi I have a custom home page that is hosted on my local machine, I did this by adding some code into userChrome.js however I cannot seem to find a way to remove the text from the address bar when i start up firefox for the first time or open a new tab. This is very annoying because I would prefer to immediatly start typing to search for things instead of having to ctrl-a the text and delete it. Is there anything I can add to userChrome.js or something similar to get this function to work properly?

I tried using extensions to do this but it seems they are unable to modify this data.

Hi I have a custom home page that is hosted on my local machine, I did this by adding some code into userChrome.js however I cannot seem to find a way to remove the text from the address bar when i start up firefox for the first time or open a new tab. This is very annoying because I would prefer to immediatly start typing to search for things instead of having to ctrl-a the text and delete it. Is there anything I can add to userChrome.js or something similar to get this function to work properly? I tried using extensions to do this but it seems they are unable to modify this data.

Todas as respostas (4)

more options

What is the text that is appearing?

more options

"file:///home/%myname%/Home%20Page/index.html"

The link to the local file I use as my home page.

more options

That is to be expected when the NewTab page is changed from the default value whether the change was made via a userChrome.css code or via a WebExtension.

Sorry, I don't believe that can be changed to not show the userset NewTab page or showing Extension (extension name) when an extension is used to modify the NewTab page.

But with my using the NewTab Tools extension the cursor focus is in the URL Bar and just typing one character clears all but the character that I had typed so the URL is usable. So it's not like Firefox is broken in any manner by the mere showing of that "local page".

more options

Hmm for some reason the text is not highlighted automatically so typing does not clear the URL bar, is there something i need to do to make this happen?