Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Facebook no longer works on Firefox!

  • 3 回覆
  • 1 有這個問題
  • 10 次檢視
  • 最近回覆由 cor-el

more options

Hi All! For a a few weeks when I loaded Facebook via FF I got the message 'your browser is no longer supported by facebook'. Yesterday it just stopped working but defaulted to a basic facebook screen bit with all the info missing left and right, basically just the messages. Be grateful if there is a fix for this please! Many thanks,

Duncan

Hi All! For a a few weeks when I loaded Facebook via FF I got the message 'your browser is no longer supported by facebook'. Yesterday it just stopped working but defaulted to a basic facebook screen bit with all the info missing left and right, basically just the messages. Be grateful if there is a fix for this please! Many thanks, Duncan

所有回覆 (3)

more options

You can check the Web Console (Tools -> Web Developer) for messages about blocked content and about the presence of mixed or unsafe content.

You can check the Network Monitor to see if content is blocked or otherwise fails to load.

If necessary use "Ctrl+F5" or "Ctrl+Shift+R" (Mac: Command+Shift+R) to reload the page and bypass the cache to generate a fresh log.


Boot the computer in Windows Safe mode with network support to see if that has effect in case security software is causing problems.


You can remove all data stored in Firefox for a specific domain via "Forget About This Site" in the right-click context menu of an history entry ("History -> Show All History" or "View -> Sidebar -> History").

Using "Forget About This Site" will remove all data stored in Firefox for this domain like history and cookies and passwords and exceptions and cache, so be cautious. If you have a password or other data for that domain that you do not want to lose then make sure to backup this data or make a note.

You can't recover from this 'forget' unless you have a backup of involved files.

If you revisit a 'forgotten' website then data for that website will be saved once again.

You can try to login to Facebook in a New Private Window.

more options

You can check for issues with location storage (indexedDB).

more options

This could be a problem with local storage and possibly running this command in the Web Console to clear storage as posted in bug 1569296 might fix it.

  • localStorage.clear()

(please do not comment in bug reports
https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
)