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 1 month ago

Answered by Denys 1 month ago

  • Solved
  • Locked

address bar search

I had to actually sign up fort a Mozilla account,the multiple hoops I had to jump through were ridicules, in order to ask a question of Firefox. I do not want my address … (read more)

I had to actually sign up fort a Mozilla account,the multiple hoops I had to jump through were ridicules, in order to ask a question of Firefox. I do not want my address bar to be my search engine. How do I disable the search engine in my address bar? And now I have to wait for an answer!!!!!!!! I used to love and trust Firefox. Not anymore.

Asked by marcellaolejniczak 1 month ago

Answered by Denys 1 month 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 1 year 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
  • Archived

I deleted all the shortcuts from homepage and now cannot add them

I deleted all the shortcuts from Firefox desktop browser's homepage and now I cannot add them back. There are no blank shortcut icons on the page anymore. No setting to e… (read more)

I deleted all the shortcuts from Firefox desktop browser's homepage and now I cannot add them back.

There are no blank shortcut icons on the page anymore. No setting to enable them. Shortcuts are enabled. Page is mostly blank, only has Firefox icon.

I tried to close and open Firefox as well as disabling and enabling the shortcut setting. Adding more rows did not do anything.

Before this issue occurred, I had one shortcut on the page that was linking to localhost. I opened the edit window to the shortcut and pasted the same address and saved changes. After that I removed the shortcut. All of the blank tiles immediately got removed from page and I had no way of adding more shortcuts.

Asked by rosgaajanla 6 months ago

Answered by rosgaajanla 4 months ago

  • Solved

My location according to AccuWeather says I'm in Portland Oregon, but I'm not even in the U.S.

The AccuWeather part of the Firefox homepage says I'm in Portland, Oregon, USA, but I'm not even in the same country. I tried to change it according to the directions I f… (read more)

The AccuWeather part of the Firefox homepage says I'm in Portland, Oregon, USA, but I'm not even in the same country. I tried to change it according to the directions I found earlier, but the only drop-down for my city was another city in the US but none in any other countries. So now I can't change my location. How do I change my location? It wasn't like this yesterday and I have no memory as to how it became "Portland, Oregon" since last night. I don't even have a VPN so it isn't that. How do I change it back to my area without using my exact location?

Asked by jf 5 months ago

Answered by Paul 5 months 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
  • Locked

Search input still hands off to Address Bar despite "handoffToAwesomebar" being false

When I click on the search box in the middle of the New Tab page and start typing, the focus automatically jumps to the Address Bar (Awesomebar). I want the typing to sta… (read more)

When I click on the search box in the middle of the New Tab page and start typing, the focus automatically jumps to the Address Bar (Awesomebar). I want the typing to stay within the central search field.

In about:config, I have set browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar to false. However, this did not fix the problem — the input is still being redirected to the top address bar.

Asked by fokus.sin 4 weeks ago

Answered by TyDraniu 4 weeks ago

  • Solved

Firefox New Tab page

Hi everyone, I'm asking for help following the latest update (Firefox 143.0.1): the corners of the top site preview boxes have changed, as shown in the first screenshot. … (read more)

Hi everyone, I'm asking for help following the latest update (Firefox 143.0.1): the corners of the top site preview boxes have changed, as shown in the first screenshot. I was wondering if it's possible to permanently restore them to the same state as in the second screenshot, perhaps via userContent.css.

Asked by Alby7 5 months ago

Answered by Agent virtuel 5 months ago

  • Locked
  • Archived

Pocket close down and impact on "Thought-provoking stories" on the firefox new tab page

hi the element i really like / liked about Pocket were the curated stories that firefox publishes on its new tab page. yes i used the "save to pocket" option but one can … (read more)

hi

the element i really like / liked about Pocket were the curated stories that firefox publishes on its new tab page.

yes i used the "save to pocket" option but one can easily enough just visit the article and bookmark in the normal way.

NOTE: i think i wasn't appreciating the offline easy-to-read aspect to pocket (because i'd just read the article online and/or save to pocket) but it's too late now!

I've seen articles on multiple websites and reddit about pocket alternatives but people seem to only talk about pocket in terms of the capacity to save-to-read-later, tagging, book marking management, etc.

Btw, i've read the mozilla pocket FAQ support page (https://support.mozilla.org/en-US/kb/pocket-recommendations-firefox-new-tab). It was updated mid march 2025 (when mozilla surely knew they were shutting down pocket) and ironically it recommends for more articles to visit pocket.

1) this FAQ really needs to be updated to reflect pocket ceasing

2) it could reflect what is happening with the "thought-provoking stories" feature within firefox browser


My questions:

1) will the "thought provoking stories" feature aka curated articles of interest continue in firefox in any capacity after pocket ceases?

i don't know given i believe they're sourced from pocket.

EDIT: i've just discovered about "pocket hits" (or "ten tabs" as reportedly it's being renamed to) email newsletter. I knew nothing about this. Might the content / curated articles replace those from pocket on the new tab page?


2) if not, can people suggest alternatives to pocket's curated articles (i'm less fussed about saving the articles because i've seen many recommendations on that)?


thanks,

Gary

Asked by gazzawazza 9 months ago

Last reply by Paul 9 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 1 month ago

  • Solved

Firefox 148.0b2 (64-Bit) Disable search function in address field

Since version 148.0b2 (64-bit), it's once again not possible to enter search terms in the search box of a new tab; instead, the browser searches in the address bar. I've … (read more)

Since version 148.0b2 (64-bit), it's once again not possible to enter search terms in the search box of a new tab; instead, the browser searches in the address bar. I've had all the settings I found in the forums configured correctly for over five years, and they haven't changed. - browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar = False. Despite this, the search still occurs in the address bar. Now I'm back to the awful search in the address bar. How can I fix this? Please fix this bug as soon as possible.

Original: Set der Version 148.0b2 (64-Bit) ist es wieder nicht möglich die Suche im neuen Tap, im Suchfenster einzugeben, sonder es wird wieder im Adressfeld gesucht. Ich habe alle Einstellungen, die ich in den Foren gefunden habe schon über 5 Jahre so eingestelle, sie sind auch nicht geändert. - browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar = False. Trotzdem wird die Suche im Adressfeld geführt.

Jetzt geht es aber wieder mit der Schrecklichen suchen in der Adresszeile los. Wie kann ich dies ändern? Bitte diesen Fehler (Bug) schnellst möglich beheben.

Asked by KSMBond 2 months ago

Answered by Paul 2 months ago

  • Solved

Remove search from address bar,

Why isn't there a simple means to remove/prevent searches for the address bar, using config doesn't work. I've used Firefox for over twenty years, this annoyance will end… (read more)

Why isn't there a simple means to remove/prevent searches for the address bar, using config doesn't work.

I've used Firefox for over twenty years, this annoyance will end that and force a move to Brave.

Asked by wilf2 2 months ago

Answered by Denys 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 2 weeks ago

Answered by Denys 2 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 2 weeks ago

Answered by Denys 2 weeks 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 2 weeks ago

Answered by Denys 2 weeks ago

  • Solved
  • Archived

New tab = home page

I have change my home page to DuckDuckGo, but when I click on a new tab, "+" I get Firefox. I tried blank and it is indeed blank, so how do I set new tab so it opens Duck… (read more)

I have change my home page to DuckDuckGo, but when I click on a new tab, "+" I get Firefox. I tried blank and it is indeed blank, so how do I set new tab so it opens DuckDuckGo? (Read all help articles.)

Asked by computerdown 9 months ago

Answered by Denys 9 months ago