Εμφάνιση ερωτήσεων με ετικέτες: Εμφάνιση όλων των ερωτήσεων
  • Επιλύθηκε

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.… (διαβάστε περισσότερα)

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.

Ερώτηση από Greg Stanford 3 μήνες πριν

Απάντηση από Greg Stanford 2 μήνες πριν

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.

Ερώτηση από russellofthedesert 3 μήνες πριν

Τελευταία απάντηση από russellofthedesert 2 μήνες πριν

  • Επιλύθηκε

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?

Ερώτηση από orders7946 2 μήνες πριν

Απάντηση από jonzn4SUSE 2 μήνες πριν

  • Επιλύθηκε

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… (διαβάστε περισσότερα)

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.

Ερώτηση από JanArrah 2 μήνες πριν

Απάντηση από William Tucker 2 μήνες πριν

  • Επιλύθηκε

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

Ερώτηση από Avi Shabat 3 μήνες πριν

Απάντηση από jscher2000 - Support Volunteer 3 μήνες πριν

  • Επιλύθηκε

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.

Ερώτηση από I i 4 μήνες πριν

Απάντηση από NoahSUMO 3 μήνες πριν

  • Επιλύθηκε

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 ar… (διαβάστε περισσότερα)

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!

Ερώτηση από pavlicart 4 μήνες πριν

Απάντηση από pavlicart 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/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 3 μήνες πριν

Απάντηση από jscher2000 - Support Volunteer 3 μήνες πριν

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 … (διαβάστε περισσότερα)

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.

Ερώτηση από thaws1981 4 μήνες πριν

Τελευταία απάντηση από Catemaco 3 μήνες πριν

  • Επιλύθηκε

Certificate Error only on Firefox only on one computer

Firefox is giving me an error on https://stemgateway.nasa.gov but the site is perfectly accessible using MS Edge and using Firefox on another computer. I uninstalled and … (διαβάστε περισσότερα)

Firefox is giving me an error on https://stemgateway.nasa.gov but the site is perfectly accessible using MS Edge and using Firefox on another computer. I uninstalled and reinstalled Firefox, changed the proxy settings to not use a proxy, tested a VPN, and changed DNS servers. Below is a picture of the error and of the certificate which seems to be present in Firefox already.

Ερώτηση από jruan 5 μήνες πριν

Απάντηση από jruan 5 μήνες πριν

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 proble… (διαβάστε περισσότερα)

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.

Ερώτηση από VSlayer 2 μήνες πριν

Τελευταία απάντηση από VSlayer 2 εβδομάδες πριν

  • Επιλύθηκε

opening a website

https://read.amazon.com/kindle-library is now not allowing me to go onto the website. I've tried talking to Amazon customer support but they can't find a problem on their… (διαβάστε περισσότερα)

https://read.amazon.com/kindle-library is now not allowing me to go onto the website. I've tried talking to Amazon customer support but they can't find a problem on their end. It says:

The connection has timed out

The server at read.amazon.com is taking too long to respond.

   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 haven't had a problem with the website before and every other website I have tried works fine. It's just that one. I have added it to my exceptions list for add ons but it didn't fix it.

Ερώτηση από paige.a.erwin 3 μήνες πριν

Απάντηση από paige.a.erwin 3 μήνες πριν

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 … (διαβάστε περισσότερα)

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.

Ερώτηση από lythacore 4 μήνες πριν

Τελευταία απάντηση από Nora 1 μήνα πριν

  • Αρχειοθετήθηκε

I cant print out any email. Neither can I find the options submenu when I click the 3 bar icon in the top left

I cant print out any email. Neither can I find the options submenu when I click the 3 bar icon in the top left

Ερώτηση από Paul 6 μήνες πριν

Τελευταία απάντηση από James (On Leave) 6 μήνες πριν

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.

Ερώτηση από VeryBadHellie 5 μήνες πριν

Τελευταία απάντηση από jscher2000 - Support Volunteer 1 μήνα πριν

  • Επιλύθηκε

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… (διαβάστε περισσότερα)

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

Ερώτηση από redmanfamily2 4 μήνες πριν

Απάντηση από redmanfamily2 4 μήνες πριν

  • Επιλύθηκε

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.

Ερώτηση από sites1 5 μήνες πριν

Απάντηση από sites1 3 μήνες πριν

  • Επιλύθηκε

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:

Ερώτηση από eugenefaber 4 μήνες πριν

Απάντηση από jscher2000 - Support Volunteer 4 μήνες πριν

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.

Ερώτηση από janswers 4 μήνες πριν

Τελευταία απάντηση από dave447 3 μήνες πριν