Google

My Google tab won't open anymore in Firefox. I have the latest version. It asks me to restore but nothing happens. I can open google on all other browsers. Safari, Chrome… (διαβάστε περισσότερα)

My Google tab won't open anymore in Firefox. I have the latest version. It asks me to restore but nothing happens. I can open google on all other browsers. Safari, Chrome etc. but not Firefox.

Ερώτηση από Neil Boyd 1 ημέρα πριν

Stop recommending non-existent websites

I love Firefox, but I'm almost ready to leave. Every time I want to navigate to "shop.bahaiwebsites.com", autocomplete enters "shop.bytique.com", which doesn't exist. How… (διαβάστε περισσότερα)

I love Firefox, but I'm almost ready to leave. Every time I want to navigate to "shop.bahaiwebsites.com", autocomplete enters "shop.bytique.com", which doesn't exist. How do I stop this autosuggest? Thank you.

Ερώτηση από RandyWest 1 ημέρα πριν

Accute sign does not work as first character of a line

Hey, guys. I have a problem when i type ´ + E or ´ + A, it should produces É and Á but it is deleted instantaneously. In firefox search bar it works as expect, but in sky… (διαβάστε περισσότερα)

Hey, guys. I have a problem when i type ´ + E or ´ + A, it should produces É and Á but it is deleted instantaneously. In firefox search bar it works as expect, but in skype or whatsapp it doesnt. My keybord is abnt2

Ερώτηση από vfbsilva 2 ημέρες πριν

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

Problem with HTMLCanvasElement.toBlob(), "image/webp", & anchor (<a>) using download attribute

I have a local HTML/Javascript document I use for compressing local image files. It relies on HTMLCanvasElement.toBlob() to achieve the compression in the usual way; a p… (διαβάστε περισσότερα)

I have a local HTML/Javascript document I use for compressing local image files. It relies on HTMLCanvasElement.toBlob() to achieve the compression in the usual way; a pertinent excerpt:

                   const output = document.getElementById("outputDiv");
                   const blobURL = URL.createObjectURL(file);
                   const img = new Image();
                   img.src = blobURL;
                   // ...
                   img.onload = function () {
                       URL.revokeObjectURL(this.src);
                       const canvas = document.createElement("canvas");
                       canvas.width = img.width;
                       canvas.height = img.height;
                       const ctx = canvas.getContext("2d");
                       ctx.drawImage(img, 0, 0, img.width, img.height);
                       canvas.toBlob(
                           (blob) => {
                               const anchor = document.createElement("a");
                               anchor.download = getNewFileName(file.name); /* uses extension .webm for .webm, .jpg for everything else */
                               anchor.href = URL.createObjectURL(blob);
                               anchor.textContent = "DOWNLOAD";
                               output.append(anchor);
                           },
                           mime,  /* set earlier based on file extension: .webm -> "image/webm", everything else -> "image/jpeg"
                           quality / 100    /* (user-specified) */
                       );
                   };

Here's the quirky thing, though: when I'm compressing, say, a .jpeg file (or a .png), clicking on the download link opens a save-file dialog, but when using a .webm file, it opens the compressed image in a new tab! True, I can always then save the image from there (the resulting file is in Firefox's temp folder), but I don't understand the difference in behavior -- and indeed, in at least one other browser I tried (the latest Vivaldi) the download happens as expected regardless of input file type. In all cases the anchor hrefs look like, e.g., "blob:null/724ab85e-53ba-4890-9868-7f1ba27d4278".

Any idea why this is happening? I highly doubt it's the intended behavior.

Browser: Firefox 132.0.2 for Windows. Environment: Windows 10 Home 22H2 version 10.0.19045.

Ερώτηση από E.C. Marm 3 ημέρες πριν

Τελευταία απάντηση από E.C. Marm 2 ημέρες πριν

Excel online via Sharepoint: Spreadsheet zoom controls not showing in lower right corner

FF v132.0.2 (64-bit). We utilize Sharepoint/Microsoft 365, and since switching to Firefox, the zoom controls normally located in the lower righthand corner for Excel spre… (διαβάστε περισσότερα)

FF v132.0.2 (64-bit). We utilize Sharepoint/Microsoft 365, and since switching to Firefox, the zoom controls normally located in the lower righthand corner for Excel spreadsheets is just gone. This is with extensions disabled, even tried Private View. Chrome properly shows it.

Screenshots attached showing Firefox/Chrome. That basically eliminates our ability to use FireFox if that's the case since there's no other way to do it.

Ερώτηση από DGDomtar 2 ημέρες πριν

Different page size across different platforms: laptop vs. PC?

I'm logged in to my Firefox account, I visit (for example) ESPN.com on my PC. I adjust the size to fit my PC screen, then when I visit the same site on my laptop the webs… (διαβάστε περισσότερα)

I'm logged in to my Firefox account, I visit (for example) ESPN.com on my PC. I adjust the size to fit my PC screen, then when I visit the same site on my laptop the website doesn't look right so I have to size down, but then when I visit on my PC I have to size up again etc etc etc.

I want to individualize the size of webpages, how do I do that?

Ερώτηση από batboy42 1 εβδομάδα πριν

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

Cannot move cursor by word using Option key in URL Search bar anymore.

I beleive in the recent versions of Firefox, shortcut keys have been added/changed such that holding the Option key while in the URL Search bar activates other functions … (διαβάστε περισσότερα)

I beleive in the recent versions of Firefox, shortcut keys have been added/changed such that holding the Option key while in the URL Search bar activates other functions (Switching search engines: Option + Up/Down Arrow) and completely disables my ability to move left or right through the URL by word.

Is there any way I can disable this shortcut key combination?

Ερώτηση από Richard 2 ημέρες πριν

Firefox forcing me to double click everything.

once in a while firefox forces me to double click everything. This does not apply to the top of the window: tabs, URL bar, bookmarks toolbar, extensions all work fine. Bu… (διαβάστε περισσότερα)

once in a while firefox forces me to double click everything. This does not apply to the top of the window: tabs, URL bar, bookmarks toolbar, extensions all work fine. But everything in the webpage requires a double click. This includes selecting text. A restart makes it go away.

The only extensions I had in use when this happened were uBlock origin, proton pass, and SponsorBlock. Switching into troubleshoot mode fixed it, but after switching back into normal mode it was still fixed, so I can't say that the extensions cause the issue.

I would have just commented on [this related thread](https://support.mozilla.org/en-US/questions/1038784), but it's archived. I never understood the point of archiving a thread. From now until the end of time when people find that thread when googling their issue, there's no way to give them new information. At least in a github issue it can still include a link to other threads that have mentioned it.

I am running firefox 132.0.2 (aarch64) on macos 15.0 (24A335).

Ερώτηση από simonleary 3 ημέρες πριν

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

Sky Message.

I am having problems with log into my Sky email account as each time I log into the (Yahoo mail) I get the following message come up as show in the image below. message… (διαβάστε περισσότερα)

I am having problems with log into my Sky email account as each time I log into the (Yahoo mail) I get the following message come up as show in the image below.

message	"Control character in cookie value or attribute."

I am able to access my Sky email by other browser "Google Chrome) Any advice on how to correct the issue.

Thank You.

Ερώτηση από Red Terry 3 ημέρες πριν

Any solution coming for Youtube video slow loading?

The issue with the slow loading of Youtube videos has been going on for quite some time. It can take 10-30 seconds for a video to completely load. It's not an issue with … (διαβάστε περισσότερα)

The issue with the slow loading of Youtube videos has been going on for quite some time. It can take 10-30 seconds for a video to completely load. It's not an issue with my PC as everyone I know has the same problem plus it has been documented many times. I hate having to use Chrome to access Youtube videos but I have no choice at this time. Please come up with a solution for this issue.

Ερώτηση από rw330i 5 ημέρες πριν

Τελευταία απάντηση από rw330i 4 ημέρες πριν

NetworkError when attempting to fetch resource.

Receiving this error from www.hertz.com (only) when using Firefox 132.0.2 on Win10. Other browsers (Chrome, Edge) do not exhibit this problem. I have tried both "Private"… (διαβάστε περισσότερα)

Receiving this error from www.hertz.com (only) when using Firefox 132.0.2 on Win10. Other browsers (Chrome, Edge) do not exhibit this problem. I have tried both "Private" and non Private modes in Firefox with no difference. Any thoughts or suggestions are greatly appreciated.

Ερώτηση από lalaustex 6 ημέρες πριν

Τελευταία απάντηση από lalaustex 4 ημέρες πριν

youtube video audio raising to 50% by itself

The youtube videos' audio level is set to 2% at my browser. Couple of weeks ago, the audio starts with 2% but after 1-2 seconds the video plays, audio raises up to exactl… (διαβάστε περισσότερα)

The youtube videos' audio level is set to 2% at my browser. Couple of weeks ago, the audio starts with 2% but after 1-2 seconds the video plays, audio raises up to exactly 50% by itself. I have to lower it everytime manually whenever I open a new video.

Ερώτηση από BlueFear 5 ημέρες πριν

Twitch screen problem

i just want to know why i got that ( in french) échec du chargement du module on twitch because on chrome that show everything fine but i dont want to use chrome because … (διαβάστε περισσότερα)

i just want to know why i got that ( in french) échec du chargement du module on twitch because on chrome that show everything fine but i dont want to use chrome because mozilla is always been better for me. So take a look at the images.

Thank you and keep doing the good job you doing.

Ερώτηση από Hugo Castonguay 5 ημέρες πριν

Problem with pages.

The browser is not loading pages correctly, there are some strange glitches.

Ερώτηση από tommyolivier96 5 ημέρες πριν

Starting from Firefox 132, HTTP sites cannot be loaded

Starting from Firefox 132, HTTP sites cannot be loaded at all. This is tested on a brand new installation of Firefox 132 without any profiles on Windows 11. … (διαβάστε περισσότερα)

Starting from Firefox 132, HTTP sites cannot be loaded at all.

This is tested on a brand new installation of Firefox 132 without any profiles on Windows 11.

Ερώτηση από hamidoo 1 εβδομάδα πριν

Τελευταία απάντηση από hamidoo 6 ημέρες πριν