Fragen mit folgendem Schlagwort anzeigen:

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… (Lesen Sie mehr)

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.

Archiviert 10 110

Firefox won't display a page embedded in another site

So I understand this: https://support.mozilla.org/en-US/kb/xframe-neterror-page and the reason it exists, but I need to find a way to turn it off because it's literally b… (Lesen Sie mehr)

So I understand this: https://support.mozilla.org/en-US/kb/xframe-neterror-page and the reason it exists, but I need to find a way to turn it off because it's literally blocking me from accessing the Library of Congress webpage inside the same browser for my job. It's not a malicious site, but I can't figure out how to tell Firefox to stop blocking it as if it was a malicious site.

Help.

Gelöst Archiviert 10 1915

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… (Lesen Sie mehr)

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.

Gelöst Archiviert 10 1352

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… (Lesen Sie mehr)

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.

Archiviert 10 56

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… (Lesen Sie mehr)

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.

Archiviert 10 125

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… (Lesen Sie mehr)

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
Gelöst Archiviert 10 217

Toolbar shows up in fullscreen when I keep my cursor on the top of the screen.

I tried to do the fix using userChrome.css but it just didn't work. Am I doing something wrong? Also the fullscreen animation fix using the about:config settings doesn't … (Lesen Sie mehr)

I tried to do the fix using userChrome.css but it just didn't work. Am I doing something wrong?

Also the fullscreen animation fix using the about:config settings doesn't work either.

Thanks in advance :3

Gelöst Archiviert 10 355

Bookmarks disappeared over night?

I reinstalled windows yesterday. When I installed firefox and signed it, everything was fine. However, this morning, it seems to have removed 80% of my bookmarks. When I … (Lesen Sie mehr)

I reinstalled windows yesterday. When I installed firefox and signed it, everything was fine. However, this morning, it seems to have removed 80% of my bookmarks. When I try to restore from the bookmarks yesterday, it just gives me the ones that I have this morning. I had tons and tons of resource bookmarks for my work that would be almost impossible to re-find in some cases due to the current state of search engines. Is there any way to salvage them? It seems like sync believes they never existed, but it DID sync them yesterday??? Please help.

Archiviert 9 119

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… (Lesen Sie mehr)

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?

Gelöst Archiviert 9 374

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… (Lesen Sie mehr)

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:

Gelöst Archiviert 9 102

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… (Lesen Sie mehr)

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.

Gelöst Archiviert 9 230

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… (Lesen Sie mehr)

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.

Archiviert 9 132

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… (Lesen Sie mehr)

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!

Gelöst Archiviert 9 143

unable to print a google sheet document, download the document to a .pdf or e-mail the document

I'm not sure if this is a FireFox issue or a google glitch, but here goes. Please give me direction on how to correct the above mentioned problems. Thanks in advance for … (Lesen Sie mehr)

I'm not sure if this is a FireFox issue or a google glitch, but here goes. Please give me direction on how to correct the above mentioned problems.

Thanks in advance for your time.

 Mary
Gelöst Archiviert 9 168

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… (Lesen Sie mehr)

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.

Archiviert 9 168

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… (Lesen Sie mehr)

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.

Gelöst Archiviert 9 283

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 … (Lesen Sie mehr)

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.

Archiviert 9 79

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… (Lesen Sie mehr)

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

Gelöst Archiviert 9 2779