eBay Logging In Problems

I have had zero problems logging in to eBay. That is, until, August 14, 2025. Now, I am getting an error stating that their server is down. I have cleaned my cache, co… (read more)

I have had zero problems logging in to eBay. That is, until, August 14, 2025. Now, I am getting an error stating that their server is down. I have cleaned my cache, cookies, turned off all of my Ad Blocking extensions, and I am still experiencing problems. Now, I have absolutely no problems logging into eBay via Microsoft Edge. As for security softer, all I am using is Windows Defender. What is going on? Please assist. I look forward to hearing from you and time is of the essence. Thank you.

Asked by kirkbramlett75 1 day ago

Last reply by jonzn4SUSE 16 hours ago

Walmart Cookies on Private page showing up on regular pages no matter what I do

I am old-school security conscious & have been using FF since its inception. Really. Clear my cache & delete browsing cookies on a regular basis. I use a private … (read more)

I am old-school security conscious & have been using FF since its inception. Really. Clear my cache & delete browsing cookies on a regular basis. I use a private window for shopping and q&a info gathering. Recently I saw Walmart.com showing up in my cookies and couldn't figure out how/why as I *only* look at Walmart in a private window. Today I realized Walmart has managed to bypass the private window options and place cookies anyway! To say I'm furious about this is an understatement. I have adjusted my settings to "Strict" but it's still able to bypass the private window and is staying on my computer. I am updated to the most recent FF version; running MacOs Sonoma 14.7.7 which was just recently updated; I'm not going past this one for now but that really shouldn't be the issue. This is most definitely a FF issue and one that needs to be rectified not just because it's Walmart but because if they can do it so can others soon enough. This cannot stand.

Asked by lindawasson9to5 1 day ago

Last reply by jscher2000 - Support Volunteer 17 hours ago

Bookmarks are now being placed in "Booksmarks" in the "Open Application Menu Tab"

Greetings Ya'll, Firefox Bookmarks are no longer being initially placed in "Other Bookmarks, they are now being placed in the "Bookmarks" that is under the "Open Applica… (read more)

Greetings Ya'll, Firefox Bookmarks are no longer being initially placed in "Other Bookmarks, they are now being placed in the "Bookmarks" that is under the "Open Application Menu" Tab.

I've found that the "New Bookmarks" can be "Dragged" as a copy to "Bookmarks", from the "Bookmarks" located in the menu, for they will stay there unless I delete them

I can not move the "Bookmarks" back to "Other Bookmarks"

Would I lose My Bookmarks, If I "Refresh" Firefox, as suggested in the "Troubleshooting Section? If there is a chance of this happening then that would Absolutely Be Catastrophic!!

Asked by David DeBord 6 days ago

Last reply by jscher2000 - Support Volunteer 17 hours ago

Firefox tabs crashing constantly

Since a few weeks I have been encountering an issue where tabs in Firefox would frequently crash. I do have various add-ons installed, however I haven't installed any new… (read more)

Since a few weeks I have been encountering an issue where tabs in Firefox would frequently crash. I do have various add-ons installed, however I haven't installed any new ones around the time the issue has been occurring. I've been unable to track down which add-on or if any add-on might be causing this.

Trying to search for this issue all I could come up with is that it might be an issue of a faulty CPU. I have an i9-13900KF which has been known to be part of the Intel generation with serious flaws. However I already installed a BIOS update and applied Intel's recommended settings to undervolt the CPU to prevent any issues. This was well before the Firefox tab crashing issue happened. So I'm not sure if it can really be the issue of a faulty CPU, but I've also had issues of other programs randomly crashing recently (like Discord or Steam).

The tab crash can occur on any website, for example Youtube, Duckduckgo, Protonmail, etc. The crash reason always is either "EXCEPTION_ACCESS_VIOLATION_READ" or just "EXCEPTION_ACCESS_VIOLATION". The crash also most of the time (but not always) occurs when loading the page itself or a video / live stream on it. But not when browsing an already loaded page (for example this forum post page I'm writing right now).

Here are some of the crash reports I've submitted:

EXCEPTION_ACCESS_VIOLATION_READ: https://crash-stats.mozilla.org/report/index/60309ae8-8cad-43ac-8b9b-172b10250815 https://crash-stats.mozilla.org/report/index/fecef0ab-d874-4cb5-990b-e49650250815

Rather rare "EXCEPTION_ACCESS_VIOLATION": https://crash-stats.mozilla.org/report/index/114b26fa-4e10-442c-bbd5-406630250812


Could someone help me narrow down this issue? Can it really be a faulty CPU and I need to trade mine in?

Asked by RedPandaRaider 17 hours ago

Containers

I have recently installed the containers extension and have been having a bit of trouble with one site (the others are fine), which seems to originate from the manner in … (read more)

I have recently installed the containers extension and have been having a bit of trouble with one site (the others are fine), which seems to originate from the manner in which the site is structured. As it references new pages, they are often in a different URL. For example, you start in login.site.com, which then tries to load dashboard.site.com, but it fails authentication on dashboard.site.com because it opens in a different container. Which then tries to open the login.site.com page again, which displays the login page, but showing it tying to complete the original authentication. I have tried to add each step along the way, but without success. Is there a way to overcome this?

Asked by Alan 2 days ago

Last reply by Alan 17 hours ago

  • حُلّت

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: //im… (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.

Asked by phobrain 2 days ago

Answered by Paul 2 days ago

Can sites detect Marionette mode?

I have Marionette mode enabled to be able to remote control my Firefox, but I have trouble with some sites who believe I'm not human. If I enable Marionette, then go to… (read more)

I have Marionette mode enabled to be able to remote control my Firefox, but I have trouble with some sites who believe I'm not human.

If I enable Marionette, then go to this site, I can't get past the Human verification.

https://www.perplexity.ai/shopping

Can sites detect that I'm using Marionette?

Asked by jhunterwu 17 hours ago

Permission request messages for Firefox extensions

I keep getting a triangle deal on Firefox that indicates I need to add the "permission request for Firefox extensions" from Mozilla. Is this something I need to install … (read more)

I keep getting a triangle deal on Firefox that indicates I need to add the "permission request for Firefox extensions" from Mozilla. Is this something I need to install or just information regarding extensions. From reading about this it doesn't appear to be safe because it can access and change nearly everything? Please respond Thanks, Larry at [email address]

Asked by LDC 23 hours ago

Last reply by Paul 18 hours ago

after the last update Siriusxm won't display properly on my laptop to select how to log in, ie password or text 2-step. Works in Chrome, not Firefox.

How do I update Firefox to perform like it used to before the last update. Firefox on my laptop cuts off the right side of the selection box so I can't select 2nd step, … (read more)

How do I update Firefox to perform like it used to before the last update. Firefox on my laptop cuts off the right side of the selection box so I can't select 2nd step, text, email, or password and continue doesn't show. It works in Chrome, not in Firefox.

Asked by Nan 19 hours ago

Firefox does not reopen all tabs on update (closes some tabs)

Just updated to FF 141.0.3. The browser had advised me to restart to finish the update. So I did. But in doing so, not all my tabs were recovered. Most were, but like 3 … (read more)

Just updated to FF 141.0.3. The browser had advised me to restart to finish the update. So I did. But in doing so, not all my tabs were recovered.

Most were, but like 3 were not.

Asked by rafe.sher 3 days ago

Last reply by rafe.sher 19 hours ago

signing in to previous email

My wife and I have email accounts with proton on our previous computer with Windows 10 The new one has windows 11. She can sign in to her email -no problem. I'm told "… (read more)

My wife and I have email accounts with proton on our previous computer with Windows 10 The new one has windows 11. She can sign in to her email -no problem. I'm told "incorreet credential"! But same one used for years, and still works on "old computer" Many companies use that email. How do T get to it on the new one?

Asked by krisBbest 20 hours ago

  • حُلّت

reddit blocks Firefox

macOS 15.6 Firefox 141.0.3 - my preferred browser I've seen a number of posts regarding this problem since the Firefox 141 update. I've tried a number of suggestions, al… (read more)

macOS 15.6 Firefox 141.0.3 - my preferred browser

I've seen a number of posts regarding this problem since the Firefox 141 update. I've tried a number of suggestions, although my problem seems slightly different.

I can apparently login to reddit OK but when I try to access a subreddit thread, a warning comes up - see image.

I have cleared Firefox site data, cookies, cached files, etc - problem remains.

I have restarted Firefox in Troubleshooting mode - problem remains, so not an extension.

However, https://old.reddit.com has no problems with Firefox, lets me access threads, etc and comment.

No problems accessing reddit with Safari or DuckDuckGo browser.

Asked by UKLarry 1 day ago

Answered by Paul 20 hours ago

Return to basic original format when i open browser or new tab

I was trying to customise my browser settings, decided I didnt like any of the changes,and wish to get back to where when I open firefox it shows shortcuts to my most rec… (read more)

I was trying to customise my browser settings, decided I didnt like any of the changes,and wish to get back to where when I open firefox it shows shortcuts to my most recent, or most used places. How do I return to that setting?

Thanks.

Asked by larry.hirshberg 21 hours ago

Voice recognition

I installed a voice recognition feature on my Replit-built app, and when I activated the app, I received the error message: 'Your browser does not support voice recogniti… (read more)

I installed a voice recognition feature on my Replit-built app, and when I activated the app, I received the error message: 'Your browser does not support voice recognition. Is there any version of Firefox that supports voice recognition?

Asked by Philip Alleyne 21 hours ago