Zobrazenie otázok označených:

Where can I find Firefox Relay Dashboard in settings on my computer.

I suspect Firefox Relay is not allowing me to sign into a site on the internet. Following instructions I put the Relay Dashboard in my Firefox Settings or so I thought. … (ďalšie informácie)

I suspect Firefox Relay is not allowing me to sign into a site on the internet. Following instructions I put the Relay Dashboard in my Firefox Settings or so I thought. How do I locate it?

Uzamknuté Archivované 1 244

Disabling "Open previous windows and tabs" has no effect

The setting works...in the way that if i quit Firefox, it'll not continue from the tabs and windows, but if i reboot my pc and open Firefox, I find myself the same place … (ďalšie informácie)

The setting works...in the way that if i quit Firefox, it'll not continue from the tabs and windows, but if i reboot my pc and open Firefox, I find myself the same place i stopped...even though i have that setting disabled. I found someone else with same issue on reddit and i did the same restarting the browser and refreshing and all....all to no effect.

Uzamknuté Archivované 1 81

Address bar in Firefox 140 doesn't let me select search engines using up and down arrows

Before upgrading to Firefox 140, I would always quickly switch between my default DuckDuckGo and alternative search options, like Wikipedia, using the up and down arrows.… (ďalšie informácie)

Before upgrading to Firefox 140, I would always quickly switch between my default DuckDuckGo and alternative search options, like Wikipedia, using the up and down arrows. I would just type the search term in the address bar and then tap the down key a couple of times before pressing enter if I wanted to use a different search engine.

The new address bar no longer seems to offer this option. I see I can still select alternative search engines using the mouse, but pressing the down key no longer lets me select them.

Is it possible to re-enable this way of quickly switching between search engines using the keyboard?

Vyriešené Archivované 3 515

Not getting ai answers on firefox desktop

Whenever i search something on google, firefox desktop (all fine on android) is failing to display the ai(gemini) answer no matter what questions i ask. Same happens in t… (ďalšie informácie)

Whenever i search something on google, firefox desktop (all fine on android) is failing to display the ai(gemini) answer no matter what questions i ask.

Same happens in the "AI Mode" option that is available in google's recent update.

And, I,m logged in.

This started since a week, everything was working fine before that.

Adding the images below.

Vyriešené Archivované 4 1275

raindrop.io Broken on Firefox 140

I am using the Raindrop (raindrop.io) bookmark manager. It has been working fine on Firefox for years. However, with my recent update to Firefox 140, it is broken. Specif… (ďalšie informácie)

I am using the Raindrop (raindrop.io) bookmark manager. It has been working fine on Firefox for years. However, with my recent update to Firefox 140, it is broken. Specifically, I can no longer use the highlighting function. It works fine on Chrome, but not on Firefox. I've seen several similar reports on Reddit's Firefox forum (r/firefox).

What to do? I don't want to have to switch to Chrome. Suggestions appreciated.

Vyriešené Archivované 5 72

Images from canvas black or transparent: img.src = canvas.toDataURL(); // FF: 'image/jpeg'=black. Png,webp,default=transparent.

I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution. The behavior is the same whether the served i… (ďalšie informácie)

I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution.

The behavior is the same whether the served image is jpg or webp. A Servlet delivers the image data, here in webp:

          response.setHeader("Content-Type", "image/webp");

On page, I use a canvas thus => see '// FIREFOX'

     var canvas = document.createElement( 'canvas' );
     canvas.width = width;
     canvas.height = avail_height;
     var context = canvas.getContext( '2d' );
     context.drawImage( imgsrc, 0, 0, width, avail_height);
     context.lineWidth = 150;
     // FIREFOX: canvas.toDataURL('image/jpeg')=black, png,webp,default=transparent
     img.src = canvas.toDataURL('image/jpeg');
     img.onmousedown = disableDragging; // for FF
     img.style.opacity = "1.0";
     console.log('setImg ok');

Inspecting a black jpeg:

        data:image/jpeg;base64,...

Thanks!

Vyriešené Archivované 7 595

Home Button goes away

My toolbar is visible when I click on the 'Open a new tab' plus sign at the top. But if I go to a site, either from a search or from bookmarks, the toolbar disappears. I … (ďalšie informácie)

My toolbar is visible when I click on the 'Open a new tab' plus sign at the top. But if I go to a site, either from a search or from bookmarks, the toolbar disappears.

I just (yesterday) had to delete profile, delete bookmarks, delete Firefox, install Firefox, in order to get it where it would save bookmarks again. The toolbar, prior to that, did NOT disappear when I went to a new site.

Please help.

Vyriešené Archivované 1 423

Strange download from Firefox today - xRqj7qhl.html - Sixe: zero bytes - Kind: HTMLtext

I received this download from Firefox today, July 22, 2025: xRqj7qhl.html - Size: zero bytes - Kind: HTML text . I've never experienced this before. Is it legitimate? Th… (ďalšie informácie)

I received this download from Firefox today, July 22, 2025: xRqj7qhl.html - Size: zero bytes - Kind: HTML text . I've never experienced this before. Is it legitimate? Thanks

Vyriešené Archivované 4 1511

youtub not loading says no internat connection on windows11

im using firefox on windows11. youtube does not load and says no internet connection but other websites work fine. i tried syncing time udating the browser and checking D… (ďalšie informácie)

im using firefox on windows11. youtube does not load and says no internet connection but other websites work fine. i tried syncing time udating the browser and checking DNS. Still not fixed. What else can i do

Vyriešené Archivované 2 171

How do I force firefox to always ask me where to save a bookmark without having to double click each time?

Per title. If I go to bookmarks->bookmark this tab OR clicking the star icon in the address field I always want it to pop up and ask me where to save it, without havi… (ďalšie informácie)

Per title. If I go to bookmarks->bookmark this tab OR clicking the star icon in the address field I always want it to pop up and ask me where to save it, without having to remember to double click the star icon, or go edit bookmarks menu to move it.

This seems like a poor design, at least for me when more than 90% of the time I don't want it to be in the last used folder. I have been adding bookmarks for decades and it has always asked me where to save them, so muscle memory forgets to go back and edit the bookmark I just saved, and then later on I have to go back and change them all because they are never in the right folder.

I understand if I double click the star in the url it will allow me to change it, but when I'm busy I don't remember to click it again, or double click it, then my bookmark is lost and I have to go searching for it and edit it and it's a hassle.

Is there an about:config setting I've missed to re-enable this basic feature to reduce all the clicking?

I've tried browser.bookmarks.editDialog.showForNewBookmarks both false and true without any change to the behavior.

Uzamknuté Archivované 3 333

Something is wrong when trying to create a youtube channel using NVDA.

Hi, I was asked if I could contact you by google disability. I'm having a huge problem creating a channel on youtube with a live.co.uk account when using NVDA. I press b … (ďalšie informácie)

Hi, I was asked if I could contact you by google disability.

I'm having a huge problem creating a channel on youtube with a live.co.uk account when using NVDA.

I press b until I hear account menu button button submenu, pres enter or space, then arrow down to create channel and press enter. Nothing seams to happen.

Google disability has shown me a couple of video or audio files proving that it can be done, they've even said that they tried creating an account with an outlook account, what live.co.uk is called now from my understanding.

SO I'm really confused as to why they can do it and I can't.

I can't show you with OBS because it messes with my screen readers speech so if you have another way I can show you; please let me know.

I've already tried the following, suggested by disability support: 1. uninstalling and reinstalling firefox.

2. making sure addons are disabled, the only one I left enabled was a volume booster but I doubt that would be the issue.

3. Setting NVDA back to factory settings and disabling all addons.

This has been confusing me on and off for up to a year now.

Vyriešené Archivované 1 126

Firefox main process repeatedly consume large amount of memory

Since recently 1~2 version, my Firefox keeps consume large amount of memory and release it repeatedly Even I restart Firefox and do nothing, it will start doing this agai… (ďalšie informácie)

Since recently 1~2 version, my Firefox keeps consume large amount of memory and release it repeatedly

Even I restart Firefox and do nothing, it will start doing this again

I use about:processes and about:memory to capture this seems the main process's "tab.query" causing this, please check

PS: sometime it will consume till system max (64GB) and cause my OS out of memory. PS2: that wave-like memory usage is cause by Firefox

Vyriešené Archivované 9 487