Showing questions tagged: Show all questions
  • Solved

why is firefox suddenly forcing the use of the address bar for searching.

Suddenly I cannot search from the search bar. It defaults to the address bar. why "fix" something that was not broken. Being forced to use the address bar is frustrati… (read more)

Suddenly I cannot search from the search bar. It defaults to the address bar. why "fix" something that was not broken. Being forced to use the address bar is frustrating. If you go directly to the address bar, it tells you it cannot find that site.

Asked by computerlady29048 3 weeks ago

Answered by Denys 3 weeks ago

  • Solved

Address bar search

How do I get searches (my default is Google) to STOP going to the address bar? This started out of the blue and it is making me crazy. I don't want to be asked which sear… (read more)

How do I get searches (my default is Google) to STOP going to the address bar? This started out of the blue and it is making me crazy. I don't want to be asked which search to use, and I don't want it to search in the address bar. I want it in the search box. Thanks.

Asked by TikvahCo 1 week ago

Answered by Denys 1 week ago

  • Solved

How to deactivate search within address bar?

I am reopening the question from 2020 as the solution described no longer seems to apply. https://support.mozilla.org/en-US/questions/1284577 I am running Windows 11. Fi… (read more)

I am reopening the question from 2020 as the solution described no longer seems to apply. https://support.mozilla.org/en-US/questions/1284577

I am running Windows 11. Firefox 144.0 (64-bit)

When entering search terms into the search bar in the centre of the page, the information typed appears in the address bar, even after following the fix described in 1284577.

Treating the address bar as the search bar appears to be the default. While the user can additionally deselect the search engine in the address bar, that is an unnecessary and undesired additional step for every search (the primary reason I am using Firefox)

Is there a way to permanently set the default for what I enter into the search bar to remain in the search bar and not to be managed by the address bar? Thanks, Rich

Asked by sabha24 4 months ago

Answered by Agent virtuel 4 months ago

  • Solved

Search redirect to address bar

Previous solution: switch browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar to false does not work anymore. Please help. Regards, Victor … (read more)

Previous solution: switch browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar to false does not work anymore.

Please help.

Regards, Victor

Asked by morvik 1 month ago

Answered by Denys 3 weeks ago

  • Solved

Use the Search Box, rather than the address bar, to type searches

I don't like to use the address bar to type searches. I like using the SEARCH BOX in Firefox's New Tab instead. But, with each update, I once again have to try to figur… (read more)

I don't like to use the address bar to type searches. I like using the SEARCH BOX in Firefox's New Tab instead. But, with each update, I once again have to try to figure out how to set Firefox searches to be typed in the search box. Is there any way to set this so it doesn't get changed with every update?

Asked by Red in Denver 3 weeks ago

Answered by Denys 3 weeks ago

  • Solved

Firefox:-I want to use the search box not the adress bar!

Following a recent Firefox update, 1.48.0 I think, the search box in the middle of the page no longer works, any attempt to type there ends up in the address bar. I have … (read more)

Following a recent Firefox update, 1.48.0 I think, the search box in the middle of the page no longer works, any attempt to type there ends up in the address bar. I have tried setting "browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar" to false and other suggested fixes on the internet but it made no difference. I am running Windows 11 Pro, fully updated. Hope you can help Regards Keith

Asked by Keith Roper 1 week ago

Answered by TyDraniu 1 week ago

  • Solved

Shortcuts on homepage disappeared

I opened Firefox this morning and all of my pinned shortcuts have disappeared. Shortcuts are enabled in the settings. I checked the browser.newtabpage.pinned pref on the … (read more)

I opened Firefox this morning and all of my pinned shortcuts have disappeared. Shortcuts are enabled in the settings. I checked the browser.newtabpage.pinned pref on the about:config and all of my pinned shortcuts are still there, but they're not appearing on the actual page itself. Are there any other settings that I'm not aware of?

Asked by kataro28 5 months ago

Answered by kataro28 5 months ago

  • Solved

awesomebar has no settiong in advanced preferences

Version 148 recently installed as auto update and problem seems contemperaneous to that. My Home page is set to show only the Firefox "search the web" as an entry box in … (read more)

Version 148 recently installed as auto update and problem seems contemperaneous to that.

My Home page is set to show only the Firefox "search the web" as an entry box in the screen centre, but will no longer allow any input: instead the awesomebar (aka address bar) shows on the tool bars at top of screen and accepts/displays the entry. I wish to revert to the simpler display.

I thought the solution lay within the advanced preferences that can be accessed (via app:config) and the value of the awesome bar changed. However tthe awesomebar preference is the only one shown for which there is no setting at all. Edit brings nothing up. There is a delete bin symbol available.

Can anybody explain what is going on and how to rectify this situation, please?

Asked by tony.wilkinson 1 week ago

Answered by Denys 6 days ago

  • Solved

Remove searc options from address bar

I would like to remove the search options from the address bar because I preferred the old setup with a separate search window (and the address bar was just unable to per… (read more)

I would like to remove the search options from the address bar because I preferred the old setup with a separate search window (and the address bar was just unable to perform searches). How can I set this up?

Asked by tobias.ide 3 weeks ago

Answered by Denys 2 weeks ago

  • Solved
  • Archived

Firefox 136 broke my custom new tab page, how do I fix it?

I'm on Linux. I've been using this method to setup a custom new tab page for Firefox for almost 4 years, and it has worked great: https://jamesnorth.net/knowledge-base/ar… (read more)

I'm on Linux.

I've been using this method to setup a custom new tab page for Firefox for almost 4 years, and it has worked great: https://jamesnorth.net/knowledge-base/article/firefox-new-tab-page

---

Navigate to /usr/lib/firefox.

Create autoconfig.cfg:

// var {classes:Cc,interfaces:Ci,utils:Cu} = Components;

/* set new tab page */ try {

 Cu.import("resource:///modules/AboutNewTab.jsm");  
 var newTabURL = "file:///home/james/ff/index.html";  
 AboutNewTab.newTabURL = newTabURL;  

} catch(e){Cu.reportError(e);} // report errors in the Browser Console

Create defaults/pref/autoconfig.js:

// pref("general.config.filename", "autoconfig.cfg"); pref("general.config.obscure_value", 0); pref("general.config.sandbox_enabled", false);

---

However, upon updating to Firefox 136, I only get a blank page. All of my autoconfig files still exist in /usr/lib/firefox.

When I create a new tab with Ctrl+T, it's a blank page. When I create a new window, it loads the local page I want it to load with the file path in the URL (which it never had before; the URL bar was blank in Firefox 135). So it seems to be partially working.

Any tips?

Asked by firefox2506 1 year ago

Answered by jscher2000 - Support Volunteer 12 months ago

  • Solved

Where are the shorcut tiles? Dissapeared after I used CCleaner.

Where are my shortcut tiles? I used CCleaner and they all disappeared and I can't get them back even though I make sure they were on and have 2 rows selected and restarte… (read more)

Where are my shortcut tiles? I used CCleaner and they all disappeared and I can't get them back even though I make sure they were on and have 2 rows selected and restarted my computer since. This happened last week and still no sign of them. See pic for reference.

Asked by eshouse28 1 month ago

Answered by eshouse28 1 month ago

  • Solved

search not working properly

Today my goggle searches, are being sent to the address bar, and have the google tag in front of them, I cannot use any of the other search engines that drop down from th… (read more)

Today my goggle searches, are being sent to the address bar, and have the google tag in front of them, I cannot use any of the other search engines that drop down from the upper search bar, so just google, and that is really hijacking my search.

Asked by sparrow08 1 week ago

Answered by Denys 1 week ago

  • Solved

New tab

Good morning One and All Why is the 'customise' facility, bottom right of tab, not available if the tab is blank? I have downloaded a personal photograph as my backgroun… (read more)

Good morning One and All Why is the 'customise' facility, bottom right of tab, not available if the tab is blank? I have downloaded a personal photograph as my background but it is ruined by the Google search bar and the Firefox logo above it. Why can't these 2 items be moved either to the side, below or above?

Asked by bohdanskrypec 2 months ago

Answered by AliceWyman 2 months ago

  • Solved

how to stop address bar search "terrible idea "

bold text how to stop address bar search. its very wrong you have a fake search bar in the screen i want to search from a search bar not the address bar … (read more)

bold text how to stop address bar search. its very wrong you have a fake search bar in the screen i want to search from a search bar not the address bar

Asked by Matthew Davis 1 week ago

Answered by Denys 1 week ago