搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Removing text in address bar when opening a new tab.

  • 4 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 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.

所有回复 (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?