Отображение вопросов с тегом: Показать все вопросы
  • Архивировано

The previous New Tab layout setting (browser.newtabpage.activity-stream.newtabLayouts.variant-a) is gone in FF 141!

In a few previous updates, FF keeps messing around with the New Tab layout, ruining its previous good look. I learned to revert it back to its former setting by disabling… (читать ещё)

In a few previous updates, FF keeps messing around with the New Tab layout, ruining its previous good look. I learned to revert it back to its former setting by disabling browser.newtabpage.activity-stream.newtabLayouts.variant-a and also browser.newtabpage.activity-stream.newtabLayouts.variant-b in about:config.

Now in Firefox 141, browser.newtabpage.activity-stream.newtabLayouts.variant-a has completely disappeared, no more allowing the poor user to get the look he wants.

Why? Am I missing something? What is the use of making the product worse or less user friendly?

Задан Alex 7 месяцев назад

Последний ответ от jscher2000 - Support Volunteer 7 месяцев назад

  • Решено

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… (читать ещё)

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.

Задан computerlady29048 1 месяц назад

Дан ответ Denys 4 недели назад

Why'd the settings stop working for search to stay in search?

I set the about:config settings when I got the new computer early last year. It's been working fine. Suddenly, searches are popping up again to the urlbar. browser.newtab… (читать ещё)

I set the about:config settings when I got the new computer early last year. It's been working fine. Suddenly, searches are popping up again to the urlbar.

browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar is still set to false. Keyword.enabled is still set to false.

I see a couple of site references to browser.fixup.alternate.enabled, but it doesn't exist.

How do I get FF back to proper search in the search bar?

Задан ithinktfiam 1 месяц назад

Последний ответ от TyDraniu 2 недели назад

Since update to 147.0, new tab is empty (about:newtab shows empty page)

Since update yesterday, new tab is empty. Whatever I do, open new tab, open new window, go to `about:newtab` manually, it does not load anything. The view is totally blan… (читать ещё)

Since update yesterday, new tab is empty. Whatever I do, open new tab, open new window, go to `about:newtab` manually, it does not load anything. The view is totally blank. I can navigate to other pages fine as it should though. Only New Tab view is broken. Diagnostic mode does not work. I don't have plugins that would affect New Tab anyways.

Задан ccl013 1 месяц назад

Последний ответ от ccl013 3 недели назад

  • Решено
  • Закрыто

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 … (читать ещё)

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.

Задан marcellaolejniczak 1 месяц назад

Дан ответ Denys 4 недели назад

  • Решено

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… (читать ещё)

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?

Задан jf 5 месяцев назад

Дан ответ Paul 5 месяцев назад

  • Решено

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 … (читать ещё)

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?

Задан kataro28 5 месяцев назад

Дан ответ kataro28 5 месяцев назад

  • Решено

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… (читать ещё)

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.

Задан rosgaajanla 5 месяцев назад

Дан ответ rosgaajanla 4 месяца назад

  • Решено
  • Архивировано

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… (читать ещё)

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?

Задан firefox2506 1 год назад

Дан ответ jscher2000 - Support Volunteer 1 год назад

  • Решено

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… (читать ещё)

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

Задан sabha24 4 месяца назад

Дан ответ Agent virtuel 4 месяца назад

disable search engine

This is the 3rd time I have had to post this. I am getting very frustrated. I DO NOT want the search engine within my address bar. Nothing anyone from you "community" he… (читать ещё)

This is the 3rd time I have had to post this. I am getting very frustrated. I DO NOT want the search engine within my address bar. Nothing anyone from you "community" helped to disable the search engine in my address bar. Opera, Edge, Chrome, the user can disable the search engine in the address bar. Why is Firefox so different? And difficult?

Задан marcellaolejniczak 1 месяц назад

Последний ответ от TyDraniu 2 недели назад

  • Закрыто
  • Архивировано

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 … (читать ещё)

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

Задан gazzawazza 9 месяцев назад

Последний ответ от Paul 9 месяцев назад

  • Решено

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. … (читать ещё)

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.

Задан Alby7 5 месяцев назад

Дан ответ Agent virtuel 5 месяцев назад

Sad about changes that don't allow my custom home page

I have been an avid (make that RABID) Firefox user and advocate for more than a decade. I recently had to wipe my hard drive and am still going through the painful proces… (читать ещё)

I have been an avid (make that RABID) Firefox user and advocate for more than a decade. I recently had to wipe my hard drive and am still going through the painful process of putting things back the way I like them.

Firefox is (was?) my preferred and default browser. I use other browsers only when forced to for work or when Firefox doesn't function with certain apps.

Now, the new version of Firefox does not allow me to set my own home page. I have a choice of Firefox or blank for new tabs. Yes, I can click on the Home icon to get to my preferred home page... but that's another step. Why?

It's only one day in, but honestly, I'm seriously thinking about moving to another browser that doesn't require me to MANUALLY click a home icon to get where I want. WTF?

Whatever you say, you've made it super difficult for this loyal user.

(

Задан Penelope Poole 5 месяцев назад

Последний ответ от Paul 5 месяцев назад

  • Решено
  • Закрыто

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… (читать ещё)

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.

Задан fokus.sin 3 недели назад

Дан ответ TyDraniu 3 недели назад

  • Решено

Search redirect to address bar

Previous solution: switch browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar to false does not work anymore. Please help. Regards, Victor … (читать ещё)

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

Please help.

Regards, Victor

Задан morvik 1 месяц назад

Дан ответ Denys 4 недели назад