搜索 | 用户支持

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

详细了解

Want to get rid of "- visit" and magnifying glass in URL bar drop down options

  • 4 个回答
  • 1 人有此问题
  • 7 次查看
  • 最后回复者为 winmorgan

more options

I **USED** to be able to just type a and have FF go to Amazon. Or f and have FF go to Facebook. Now, since update, I type a and get a globe icon with http://a/ - Visit as the first drop down; and Magnifying Glass with a after it, THEN the third suggestion is Amazon.com. Screenshot attached.

I don't like having to mouse down through three suggestions and click when I used to just be able to hit "a + Return" to go to Amazon or "f + Return" to go to FB. (Chrome still does this the way I like, but FF stopped after recent update._

I've tried setting various urlbar configs to "false," but have had no luck getting rid of the first two suggestions.

Any help greatly appreciated.

I **USED** to be able to just type a and have FF go to Amazon. Or f and have FF go to Facebook. Now, since update, I type a and get a globe icon with http://a/ - Visit as the first drop down; and Magnifying Glass with a after it, THEN the third suggestion is Amazon.com. Screenshot attached. I don't like having to mouse down through three suggestions and click when I used to just be able to hit "a + Return" to go to Amazon or "f + Return" to go to FB. (Chrome still does this the way I like, but FF stopped after recent update._ I've tried setting various urlbar configs to "false," but have had no luck getting rid of the first two suggestions. Any help greatly appreciated.
已附加屏幕截图

被采纳的解决方案

Is it possible you turned off autofill, the feature that guesses top-level domains in the address bar as you type? You can check here:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.

(2) In the search box above the list, type or paste URLB and pause while the list is filtered

(3) If the browser.urlbar.autoFill preference is bolded and "modified" or "user set" to false, double-click it to restore the default value of true

That feature isn't perfect, it may take more than one letter to match, but it might be closer to what you're looking for.

Also, you can hide the top blue bar using a custom style rule in a userChrome.css file, but hiding it won't make the cursor move down to the next result, so I won't trouble you with the messy details on that.

定位到答案原位置 👍 1

所有回复 (4)

more options

Hello winmorgan,

Would you try this please :

Type in the address bar about:config and press Enter (promise to be careful, if asked)

Type in the search bar browser.urlbar.

Look for the preference :

browser.urlbar.maxRichResults

And set its value to 0 (= zero)

Then close and restart Firefox.

Should this not be what you want, then change the value back to 10 (= default)

more options

选择的解决方案

Is it possible you turned off autofill, the feature that guesses top-level domains in the address bar as you type? You can check here:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.

(2) In the search box above the list, type or paste URLB and pause while the list is filtered

(3) If the browser.urlbar.autoFill preference is bolded and "modified" or "user set" to false, double-click it to restore the default value of true

That feature isn't perfect, it may take more than one letter to match, but it might be closer to what you're looking for.

Also, you can hide the top blue bar using a custom style rule in a userChrome.css file, but hiding it won't make the cursor move down to the next result, so I won't trouble you with the messy details on that.

more options

There is a setting in "Options/Preferences -> Search" to hide search suggestions in the location bar that you can try to disable.

more options

Thanks for all the suggestions...greatly appreciated!

It was browser.urlbar.autofill set to false. Changed it to true and back in business. Again, thank you for the help!