Showing questions tagged:

Unable to enter one particular website

There is one particular website that I use quite frequently. Lately I haven't been able to log onto it without encountering a page verifying I am a human, and I can't pro… (read more)

There is one particular website that I use quite frequently. Lately I haven't been able to log onto it without encountering a page verifying I am a human, and I can't proceed (the page just loops). This has happened on other browsers too, though I fixed the problem there by disabling my adblocker. But that doesn't help here on Firefox. Any suggestions?

Solved Archived 3 81

Microsof Outlook Web Login

Hello, Not sure if posted under the right section. Recently started having an issue trying to sign in to Microsoft Outlook (formally Hotmail) Web. I don't recall any chan… (read more)

Hello,

Not sure if posted under the right section.

Recently started having an issue trying to sign in to Microsoft Outlook (formally Hotmail) Web. I don't recall any changes i made or updates.

When i try to sign in, it opens a new tab and takes me back to the sign in page. This just continues.

Tried using MS Edge and don't have the issue.

So far tried Safe Mode which disabled add-ons, which are currently Add Block plus, and New Tab Override and the issue remains. Not sure if i tried the refresh option but i think it removes the extensions which is not the end of the world.

Added a few images, one shows duplicate tabs, which will continue

Firefox version 140.0.4 (64-bit)

Any ideas whats going

Thanks

Solved Archived 3 59

Cannot run YouTube Videos

After the latest Firefox update, I could run YouTube without problems for several weeks. Now YouTube will not run. How do I fix this issue? I suspect it is due to an adb… (read more)

After the latest Firefox update, I could run YouTube without problems for several weeks. Now YouTube will not run. How do I fix this issue? I suspect it is due to an adblocker but not sure!!

Solved Archived 1 77

Using canvas/context to scale an image that displays ok before removes the image data, ok in Chome/Safari.

The app sizes two adjacent images to the same height. Maybe there's a better approach? This works, in that I see the original image displayed at the wrong size: //img.… (read more)

The app sizes two adjacent images to the same height. Maybe there's a better approach?

This works, in that I see the original image displayed at the wrong size:

   //img.src = imgsrc.src;

This sizes the image but without the data (black square for toDataURL w/ image/jpeg) in FF, but not Chrome and Safari:

   var canvas = document.createElement( 'canvas' );
   canvas.width = width;
   canvas.height = avail_height;
   var context = canvas.getContext( '2d' );
   // Tried/failed: Fill white background for JPEG export
   //context.fillStyle = '#fff';
   //context.fillRect(0, 0, canvas.width, canvas.height);
   context.drawImage( imgsrc, 0, 0, canvas.width, canvas.height);
   context.lineWidth = 150; // ??
   img.src = canvas.toDataURL('image/jpeg', 0.92);
   img.onmousedown = disableDragging; // for FF
   img.style.opacity = "1.0"

The page is the view.html one gets to via Enter on phobrain.com.

Solved Archived 8 296

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… (read more)

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!

Solved Archived 7 511

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… (read more)

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

Solved Archived 4 1412

Laptop rebooted; is there a way to recover the open tabs? I was thinking through sync history?

I had 10 or so tabs open on my laptop. I rebooted my laptop because iMessages failed, and i forgot to make a note of which tabs were open. They didn't restore upon reboot… (read more)

I had 10 or so tabs open on my laptop. I rebooted my laptop because iMessages failed, and i forgot to make a note of which tabs were open. They didn't restore upon rebooting. Is there somewhere this history gets synced? Its not in the 'recently closed tabs' because some of the tabs had been open for a while. thoughts?

Solved Archived 4 120

firefox stops responding at random times and won't close

About two weeks ago, Firefox started randomly hanging and would stop responding. It wouldn't let me close the program and I always have to restart my system to resolve th… (read more)

About two weeks ago, Firefox started randomly hanging and would stop responding. It wouldn't let me close the program and I always have to restart my system to resolve the problem. Sometimes it only takes a few minutes after restart before it hangs, other times it will be fine for hours.

I've tried multiple solutions I've found online, carefully following instructions: clearing cookies and cache, disabling all extensions, refreshing firefox, creating a new profile, deleting specific files within the Profiles folder, etc.

I've yet to make it more than four hours without the program hanging.

Any assistance or suggestions are greatly appreciated.

Solved Archived 6 145

ATT/Yahoo email

I cannot sign into my att/yahoo email while using Firefox. After calling AT&T they told me to use Microsoft Edge which I told them I would not! When trying to sign i… (read more)

I cannot sign into my att/yahoo email while using Firefox. After calling AT&T they told me to use Microsoft Edge which I told them I would not! When trying to sign in I receive the error message "It's not you, It's us" try again. It is my belief that att is trying to coerce me to change browsers so they can spy on me

Solved Archived 1 183

Where did the Home tab go on the taskbar ?

I upgraded with a new cpu and windows 11. When I open firefox, I noticed the "Home" tab missing from the upper lefthand tabbar next to the refresh. Is there a setting tha… (read more)

I upgraded with a new cpu and windows 11. When I open firefox, I noticed the "Home" tab missing from the upper lefthand tabbar next to the refresh. Is there a setting that I am missing or is it part of a update that eliminated that feature ?

Solved Archived 2 234

How do i get FF to open a bookmark in a new tab, without having to create a new tab first? Its an annoying extra step

When I click on a bookmark, FF opens it in the current tab, overwriting the site I had open. I have to add a tab, then click on the bookmark to have it in a new tab. This… (read more)

When I click on a bookmark, FF opens it in the current tab, overwriting the site I had open. I have to add a tab, then click on the bookmark to have it in a new tab. This is an annoying extra step. How to I change it? I already tried the open links in new tabs instead of windows. Makes no difference On or Off

Solved Archived 3 228

Firefox Virus

I accidentally clicked on a site that was supposed to be a game review site that I found on a Bing search. Now I get pop up ads for fake virus programs whenever I run Fi… (read more)

I accidentally clicked on a site that was supposed to be a game review site that I found on a Bing search. Now I get pop up ads for fake virus programs whenever I run Firefox.

I ran a scan with Mallware Bytes and Microsoft Defender and both scans came up clean.

I am including a screenshot of the popups.

Any ideas?

Thanks

Solved Archived 3 196

How to set the browser's tab bar to lock and stay permanently

I want the browser's tab bar to display like the homepage, instead of disappearing after opening a webpage tab bar. I don't know if I can accurately express my meaning, b… (read more)

I want the browser's tab bar to display like the homepage, instead of disappearing after opening a webpage tab bar. I don't know if I can accurately express my meaning, but I will attach two pictures

Solved Archived 1 144

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. … (read more)

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?

Locked Archived 1 205