顯示下列標籤的問題: 顯示所有問題
  • 已解決
  • 封存

New tab image

I used to have an image (dark, stormy sky) in my new tabs, that appeared as a background to my grid of websites (8 columns x 4 rows). Suddenly, I haven't seen it today - … (閱讀更多)

I used to have an image (dark, stormy sky) in my new tabs, that appeared as a background to my grid of websites (8 columns x 4 rows). Suddenly, I haven't seen it today - just noticed that it's just black. Can't seem to find where to access the different images. Would like the path to find it, or learn if it's no longer available or if I can make my own. Thanks.

appookta 於 10 個月前 詢問

appookta 於 10 個月前 解答

  • 已解決
  • 封存

Two Mac Systems, Two Different Firefox Experiences

I have two Mac systems, a 2018 Intel Mac Mini, and an M1 2020 MacBook Pro, both running Sonoma 14.7.6. On the Mac Mini, Firefox opens to the familar "Recommended Stories"… (閱讀更多)

I have two Mac systems, a 2018 Intel Mac Mini, and an M1 2020 MacBook Pro, both running Sonoma 14.7.6. On the Mac Mini, Firefox opens to the familar "Recommended Stories". On the MacBook Pro Firefox opens to a long list of items I'm not the least bit interested in. How do I get the MacBook Pro back to nothing but the "Recommended Stories"? I don't want/need NHL, NFL, NBA,Television, MLB, Pro Soccer, Education, Food, Health, Parenting, etc., etc., etc.

Homer712 於 6 個月前 詢問

Konstantina Papadea 於 5 個月前 解答

  • 已解決
  • 封存

Blank page

Instead of taking me to a blank search page clicking on the plus symbol takes me to the home page of BBC News. I find this very annoying. How do I stop it happening? … (閱讀更多)

Instead of taking me to a blank search page clicking on the plus symbol takes me to the home page of BBC News. I find this very annoying. How do I stop it happening?

Jeff Morgan 於 6 個月前 詢問

Konstantina Papadea 於 6 個月前 解答

  • 已解決
  • 封存

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… (閱讀更多)

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.)

computerdown 於 7 個月前 詢問

Denys 於 7 個月前 解答

  • 已解決
  • 封存

Shortcut Tabs

‘My shortcut tabs (2 lines) have quit appearing when I click on '+'. How do I restore without trying to remember them all?’

Bill 於 6 個月前 詢問

Denys 於 6 個月前 解答

  • 已解決
  • 封存

Amazon shortcut is messed up

Firefox has shortcuts at the top of any new tab opened. These are usually your most visited pages. For most shortcuts, if you click the three dots you get a menu of: Pin … (閱讀更多)

Firefox has shortcuts at the top of any new tab opened. These are usually your most visited pages. For most shortcuts, if you click the three dots you get a menu of: Pin Edit Open in a New Window Open in a New Private Window Dismiss Delete From History

This is the menu you get for almost all shortcuts EXCEPT for Amazon. For the Amazon shortcut you get: Pin Dismiss

That's it. No opportunity to edit it. And if you click on the shortcut, it doesn't take you to Amazon.com, instead it opens "Amazon.com Search" in the address bar. I don't want Search, I want to go to the Amazon home page but the shortcut doesn't take me to the Amazon homepage like it used to. Why is this broken now?

KT 於 6 個月前 詢問

KT 於 6 個月前 解答

  • 已解決
  • 封存

Background image change

I cannot change the background image when my Firefox app opens on my MS Windows laptop. During set-up, the system had me select an image, but I want to change it as I fin… (閱讀更多)

I cannot change the background image when my Firefox app opens on my MS Windows laptop. During set-up, the system had me select an image, but I want to change it as I find it distracting. Thanks!

Noah Henson 於 7 個月前 詢問

jscher2000 - Support Volunteer 於 7 個月前 解答

  • 被鎖定
  • 封存

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 ca… (閱讀更多)

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 於 7 個月前 詢問

Paul 最近回覆於 7 個月前

  • 已解決
  • 封存

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/a… (閱讀更多)

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 於 10 個月前 詢問

jscher2000 - Support Volunteer 於 10 個月前 解答

  • 已解決
  • 封存

Disable creating a new tab when Middle clicking on tab bar area

This has been asked before here, but it seems currently there is no solution: Firefox's default behavior when using the mouse middle-click on an empty area of the tab ba… (閱讀更多)

This has been asked before here, but it seems currently there is no solution:

Firefox's default behavior when using the mouse middle-click on an empty area of the tab bar area will create a new tab; I don't want this behavior. How can I disable it?

On the posts I found here, they mention using UserChrome.css, I enabled it and tried, doesn't work. custom styles are enabled but not disabling this feature.

I use DisplayFusion on my multi-monitor setup since years, and middle-clicking a window title bar or Chrome tab bar or Firefox tab bar will move the current window to a second monitor.

Currently with Firefox, middle-clicking the tab bar will move the window to the second monitor AND open a new tab. I use it a lot with YouTube, so when I move a playing video to the second monitor, I get an empty tab with audio in the background.

I recently moved from Chrome to Firefox, but this is driving me crazy.

R.K. 於 12 個月前 詢問

R.K. 於 12 個月前 解答