顯示下列標籤的問題:

Firefox not working on multiple sites including google docs/sheets

It looks like some sites are not working properly, two examples I can give are google sheets&docs, in the attached image you can see my sheets are not being shown, no… (閱讀更多)

It looks like some sites are not working properly, two examples I can give are google sheets&docs, in the attached image you can see my sheets are not being shown, note that if I directly access a sheet's link it does open.

The second example is some websites with media players just load infinitely (YouTube works).

Also added network tab non 200 status code requests images.

Things I've tried:

  • Disabled "network.dns.disablePrefetch".
  • Tried troubleshoot mode(meaning those requests that were blocked by ublock are not the problem).
  • Deleted history including cookies.
  • Private Browsing.
  • User Agent masking
  • Reinstalling
已解決 封存 10 317

No video support and MIME type found

After the recent bunch of windows updates i started noticing youtube loading much slower and other websites acting strange. Just now i tried to look at a link https://ste… (閱讀更多)

After the recent bunch of windows updates i started noticing youtube loading much slower and other websites acting strange. Just now i tried to look at a link https://steamusercontent-a.akamaihd.net/ugc/47948470127416586/912CDEE3AD8B94CF3122B7338E89E24C9B6EC29D/

I get "No video support and MIME type found". I have uninstall/reinstalled, checked codex, disabled addons and downloaded Microsoft windows media pack, then restarted the computer.

Nothing seems to work. But i had to reinstall Firefox again because all my tabs would crash after the last reinstall.

封存 10 81

All of my addons are disabled and won't re-enable!

All of my addons are disabled and won't re-enable! They all say "addon name" could not be verified for use in Nightly and has been disabled. See attachment clipboard00.j… (閱讀更多)

All of my addons are disabled and won't re-enable!

They all say "addon name" could not be verified for use in Nightly and has been disabled. See attachment clipboard00.jpg

If I try to install an addon from the recommended extensions settings (for example "return youtube dislike ") I get a message bubble stating "The Addon downloaded from this site could not be installed because it appears to be corrupt. {OK!}" See attachment clipboard01.jpg

The message above about addons appearing to be corrupt happens if I go to any of my current addon pages and try to redownload them.

已解決 封存 10 1546

Website Support

https://www.pge.com/ https://my.dmv.ca.gov/ Websites such as the Sites above are not working in Firefox or other Open Source Browsers. I am being forced to use Chromium i… (閱讀更多)

https://www.pge.com/ https://my.dmv.ca.gov/

Websites such as the Sites above are not working in Firefox or other Open Source Browsers. I am being forced to use Chromium in this case to complete payments and add items to the DMV Cart and complete a payment for example. I do not want to have to do this. I do not want to be forced to use a Closed Source Browser such as Microsoft Edge or Google Chrome or Apple Safari. Or, Even the Open Source version of Google Chrome Chromium. Companies like PGE are deciding to drop support for Firefox as the State not enough users use Firefox. They are forcing the market to use a Non Open Source Browser. This is a Problem. This is not good for Competition and the Internet as a whole. Not good for me as I am a Linux User. The PG&E website does not even load when using Firefox. The DMV site loads but does not allow one to complete any Payments for Example. At this time one can only view Information on the DMV website.

封存 10 153

explain it to me like I am 5 years old. Updated firefox, still can't get addons to work.

very frustrated, and pissed at how programmers always screw things up that are working just fine by upgrading crap. Now, I have suddenly had all of my addons quit working… (閱讀更多)

very frustrated, and pissed at how programmers always screw things up that are working just fine by upgrading crap. Now, I have suddenly had all of my addons quit working, was forced to update my firefox. Nothing changed, and it still shows that I am using version 105, instead of the all-new, better and fancier, singing and dancing crap that is being forced upon me.

封存 10 180

Can't access router gateway since last week

Hi. Can't access router gateway since last week Gives error: Error code: SEC_ERROR_REUSED_ISSUER_AND_SERIAL Gateway is http only, I can access it fine via Edge and Safari… (閱讀更多)

Hi.

Can't access router gateway since last week

Gives error: Error code: SEC_ERROR_REUSED_ISSUER_AND_SERIAL

Gateway is http only, I can access it fine via Edge and Safari iOS

I tried disabling https-only though it used to work fine before with a saved exception.

Made sure Win10 firewall allows Firefox for private/public

Followed the help link and deleted the previous certificate from the certificate manager, but I can't find anything relevant under the servers tab

I'm at a loss. Many thanks in advance.

已解決 封存 10 225

Battery usage

I have a new macbook air running Sequoia 15.3.2, firefox is up to date, my battery which should technically last about 12 hours and I only get 5. Ran through everything … (閱讀更多)

I have a new macbook air running Sequoia 15.3.2, firefox is up to date, my battery which should technically last about 12 hours and I only get 5. Ran through everything with Apple and they said it is a Firefox issues. I don't have any extensions, add on etc. Thoughts?

已解決 封存 10 855

Can no longer access my local server nor router via Firefox

I can no longer access my local TrueNAS server nor router via Firefox. My current version is 133.0.3. Safari has no trouble. Firefox gives no warning, no Advanced button… (閱讀更多)

I can no longer access my local TrueNAS server nor router via Firefox. My current version is 133.0.3. Safari has no trouble. Firefox gives no warning, no Advanced button, no option to bypass security. All I get is: "Unable to connect An error occurred during a connection to 192.168.0.102.

   The site could be temporarily unavailable or too busy. Try again in a few moments.
   If you are unable to load any pages, check your computer’s network connection.
   If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web."

I have tried so many settings, troubleshootings, workarounds, I can't begin to list them. It happens in troubleshooting mode. I have created SSL certificates on the server many different ways to no avail. I'm thinking I will have to abandon Firefox with it's obscure, no-way-through security. But I wanted to ask for help first. Please help.

已解決 封存 9 244

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?

已解決 封存 9 551

Download location not respected

I have set E:\ as my default download location. However in some cases Firefox does not respect my choice and silently downloads stuff to C:\Users\Name\Downloads. I really… (閱讀更多)

I have set E:\ as my default download location. However in some cases Firefox does not respect my choice and silently downloads stuff to C:\Users\Name\Downloads. I really hate this. One example, a pdf downloaded from here https://scribd.vpdfs.com/. Please fix it. Thx.

封存 9 162

Videos on mouseover dont play

Hallo everyone, after many hours of Google search and trying many changes in the "about:config" section im done with things to try so my last chance is here. The problem … (閱讀更多)

Hallo everyone,

after many hours of Google search and trying many changes in the "about:config" section im done with things to try so my last chance is here.

The problem i have is that videos dont play if i mouseover the firefox window or tab i.E. on the windows taskbar. The video will only start to play if i click on the window/tab and that window/tab is the "active" one im looking at.

It worked fine before but some firefox update f***ed this up (and yes the official firefox updates are the only thing that changed), no i dont know which update it was because i didnt recognize the problem right away.

The autoplay option is set to allow media and audio.

The weird thing is that when i open a video in the vlc player and do the mouseover, everything works just fine. So my conclusion is that some setting was messed up on the new firefox version.

Some data of my pc, everything is updated: - Windows 11 Pro - CPU is AMD Ryzen 7 5800X3D 3,4GHz - GPU is AMD Radeon RX 7900XT - RAM is 32GB DDR4 CL16 - Internet is wired connection with 250K speed - Firefox Version is 137.0.1

Sorry for my bad english and thank you in advance.

封存 9 81

Video Won't Play in Browser

This issue just appeared. Video will not play in Firefox. Windows10 PC, up to date with latest versions, as is Firefox. There is no error message or code. Just the spinni… (閱讀更多)

This issue just appeared. Video will not play in Firefox. Windows10 PC, up to date with latest versions, as is Firefox. There is no error message or code. Just the spinning wheel. I see other people are having the same issue but I haven't seen a solution. Any ideas or help appreciated.

封存 9 171

FF on Mac: Control+Enter used to complete the address bar entry with .com

This does not work anymore and I get an edit drop down with copy, paste etc It works on Chrome and Safari. I checked the config for "browser.fixup.alternate.suffix" and i… (閱讀更多)

This does not work anymore and I get an edit drop down with copy, paste etc It works on Chrome and Safari. I checked the config for "browser.fixup.alternate.suffix" and it is set to .com.

已解決 封存 9 289

ATT.NET is blocking my access to ATT/Yahoo email from my ATT.net account using Firefox but not using Chrome?

ATT.NET is blocking my access to ATT/Yahoo email from my ATT.net account using Firefox ''but not using Chrome?'' I have stopped all tracking and cookie blocking "Somethin… (閱讀更多)

ATT.NET is blocking my access to ATT/Yahoo email from my ATT.net account using Firefox ''but not using Chrome?'' I have stopped all tracking and cookie blocking

"Something's gone wrong We may be having trouble with your connection. Connecting your device to Wi-Fi could help fix the issue or try again later. If you were using an app, close this page. Otherwise, start over."

已解決 封存 9 2475

Firefox crashes after about 15 seconds

On May 1st, when I launched Firefox(afternoon some time on US East coast) it ran an update to 138.0.1. When it was done, it did not launch. So I clicked the icon on my de… (閱讀更多)

On May 1st, when I launched Firefox(afternoon some time on US East coast) it ran an update to 138.0.1. When it was done, it did not launch. So I clicked the icon on my desktop and it came up, but then closed out after about 15 seconds. When I reopened it, it asked to continue in troubleshooting mode or refresh. I tried both. No luck. I restarted and even uninstall and reinstalled the latest version as well as tried installing 137.

I have tried with virus/malware protection/firewall off. I have restarted. My page file is default. I tried renaming the firefox.exe to something else. I tried creating an new firefox profile(firefox.exe -p) but that crashes too.

I installed the latest version of Firefox Nightly and it stays open just fine. But when I launch the regular firefox, they both close.

I also installed the Firefox app from the Windows store and it behaves the same as the one from the mozilla website.

封存 9 162

Problem With Firefox

Attachment is a screenshot shows task manger shows there are 64 open files open, when I have only 4 windows open. What would causing this? Over night Firefox closes and c… (閱讀更多)

Attachment is a screenshot shows task manger shows there are 64 open files open, when I have only 4 windows open. What would causing this?

Over night Firefox closes and close all my open windows. I need the windows remain open.

Thank you for sharing your wisdom with me.

封存 9 72

Google cuts off my searched phrases if they contain certain symbols (+, &, #)

Hello! For a while now I've had an issue browsing with Google using Firefox. As stated in the subject line, Google would cut off parts of my search if certain symbols are… (閱讀更多)

Hello!

For a while now I've had an issue browsing with Google using Firefox. As stated in the subject line, Google would cut off parts of my search if certain symbols are used within it.

For example: "1+1" becomes "1 1" "R&B" becomes "R" "#100" sends me back to google main page "number #100" becomes "number"

There might be other symbols that cause issues, but these are the three I keep running into. I tested another browser and this issue doesn't happen in it, meaning it must be an issue with Firefox.

I have already tried clearing cookies and cache, and it did not resolve the problem.

I would appreciate help with this!

已解決 封存 9 127

Cannot log into my Quickbooks account.

Since Friday i cannot log into my Quickbooks account using Firefox. All other browers work fine when trying to log in. My default browser is Firefox. SO this is totall… (閱讀更多)

Since Friday i cannot log into my Quickbooks account using Firefox. All other browers work fine when trying to log in. My default browser is Firefox. SO this is totally frustrating.

The error message i receive is:XML Parsing Error: no root element found Location: https://accounts.intuit.com/app/sign-in?app_group=QBO&asset_alias=Intuit.accounting.core.qbowebapp&iux_tests=49561:8:119104&state={%22queryParams%22:{%22locale%22:%22en-us%22}}&app_environment=prod&locale=en-us Line Number 1, Column 1:

已解決 封存 9 54