This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

সহায়তা খুঁজুন

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

আরও জানুন

Disable search possibility in URL bar

  • 5 উত্তরসমূহ
  • 1 এই সমস্যাটি আছে
  • 4 দেখুন
  • শেষ জবাব দ্বারা By_JumperX4

more options

Hello ! I'd like to disable the possibility to search with my search engine on firefox in the URL bar and be able only to search with the search bar. I'd like to make the url bar says an error if I type something isn't an URL. I've got Firefox 67.0.2 (latest version for the moment)

Hello ! I'd like to disable the possibility to search with my search engine on firefox in the URL bar and be able only to search with the search bar. I'd like to make the url bar says an error if I type something isn't an URL. I've got Firefox 67.0.2 (latest version for the moment)

সমাধান চয়ন করুন

Hello By_JumperX4,

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 keyword.enabled

And set its value to false

Do the same with browser.fixup.alternate.enabled

and browser.urlbar.suggest.searches

Then close and restart Firefox.


In Options => Search, uncheck :

"Show search suggestions in address bar results" and : "Show search suggestions ahead of browsing history in address bar results"

প্রেক্ষাপটে এই উত্তরটি পড়ুন। 👍 1

All Replies (5)

more options

চয়ন করা সমাধান

Hello By_JumperX4,

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 keyword.enabled

And set its value to false

Do the same with browser.fixup.alternate.enabled

and browser.urlbar.suggest.searches

Then close and restart Firefox.


In Options => Search, uncheck :

"Show search suggestions in address bar results" and : "Show search suggestions ahead of browsing history in address bar results"

more options

Thank you !!! It works ! If you have any way to remove the small search icon in the URL bar when there is nothing inside it will be perfect !

more options

By_JumperX4 said

Thank you !!! It works ! If you have any way to remove the small search icon in the URL bar when there is nothing inside it will be perfect !

I'm glad it worked - well done  !

You mention a "small search icon": I assume you're talking about a magnifying glass  ?

You would need to add code to the userChrome.css file :

https://www.reddit.com/r/FirefoxCSS/comments/9jui4b/remove_magnifying_glass_icon_from_address_bar/

more options

Other possible code for userChrome.css :

#urlbar[pageproxystate="invalid"] > #identity-box > #identity-icon {
 fill-opacity:0 !important;
}

more options

McCoy said

Hello By_JumperX4, 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 keyword.enabled And set its value to false Do the same with browser.fixup.alternate.enabled and browser.urlbar.suggest.searches Then close and restart Firefox.

In Options => Search, uncheck :

"Show search suggestions in address bar results" and : "Show search suggestions ahead of browsing history in address bar results"