Showing questions tagged: Show all questions
  • Archived

Can no longer log in to Ally Invest account

I'm running version 102 of Firefox on Windows 11 Home version 21H2 OS build 22000.739 and can no longer log into my investment account at ally.com. Right after I key in m… (read more)

I'm running version 102 of Firefox on Windows 11 Home version 21H2 OS build 22000.739 and can no longer log into my investment account at ally.com. Right after I key in my username and password, I get the following error. I can use Microsoft Edge and Brave browsers to successfully log in to my account but I only use Firefox.

The last time I successfully signed into my Ally Invest account using Firefox was probably a few weeks ago but I'm not sure of the date. I have attached a picture of the error I receive from Ally.

Thanks,

Gary Siwicki

Asked by gsiwicki 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Lost all syncronisation data after resinstall PC

After my PC had a blue screen, I reinstalled Windows. Since I use Firefox Snc, I relied on it. Unfortunately, I had to realize that after reinstalling and successfully lo… (read more)

After my PC had a blue screen, I reinstalled Windows. Since I use Firefox Snc, I relied on it. Unfortunately, I had to realize that after reinstalling and successfully logging in to fIrefox sync, all my data is gone. He says that he has successfully syncronized, but all bookmarks are missing as well as the settings.

Asked by klausriebe 1 year ago

Last reply by Paul 1 year ago

  • Archived

Random Unusual Freezing, Yet Not Unresponsive

Hello, I've recently encountered a curious issue with my Firefox browser (Firefox version 102.0, Windows 11 Insider Preview 10.0.25145.1011). At seemingly random times i… (read more)

Hello,

I've recently encountered a curious issue with my Firefox browser (Firefox version 102.0, Windows 11 Insider Preview 10.0.25145.1011). At seemingly random times it will freeze for between two and five minutes (roughly). UI elements become completely unresponsive and the cursor does not update when moving over the browser window. The window will not minimize. Yet, Windows Task Manager does not report the application as being unresponsive. While never a common problem, any freezes in the past would eventually cause the Windows Task Manager to identify it as unresponsive.

I have disabled "recommended performance settings" and hardware acceleration to no avail. Everything seems perfectly normal immediately before and after the freezes, and I've yet to identify how I can trigger them. I do not recall having made any changes to my browser before the freezes started occurring, though multiple Windows updates have taken place since then. If I'm too impatient to wait I will end the Firefox processes via Windows Task Manager and restart it so I can return to my tabs without having cookies deleted. I have 13 plugins mainly covering privacy/security concerns. Is there some sort of debug tool I can engage to see what's occupying Firefox while it's frozen? I've just found the Firefox Task Manager, and will see if it can offer any additional information during/after the freezes.

Thanks, Logan

Asked by Logan 1 year ago

Last reply by Asa Dotzler 1 year ago

  • Archived

Please put the cursor on the line where we will write our article name.

God, your programmers or other workers make these instructions so darn complex! I was a programmer and I now hate trying to find how to make a recommendation to you. Some… (read more)

God, your programmers or other workers make these instructions so darn complex! I was a programmer and I now hate trying to find how to make a recommendation to you. Somebody went a bit berserk writing these supposed help pages.

You need that programmer to put a cursor at the beginning of the line where we type our description of the article to be saved. And that programmer has a lot of energy, so please allow us to search for the word that WE write as the description. For $4.99 a month, I expect both of these small software changes. We save so many articles and really need to be able to search for whatever code we write as the description of the saved article.

God only knows if this is going to the correct department. This website is a maze of information.

Asked by justglass 1 year ago

Last reply by Paul 1 year ago

  • Archived

Wiped out all of my personal info

I turned on my computer like any other normal day this morning, except when I launched firefox it was like it was freshly installed, all my passwords, usernames, cookies,… (read more)

I turned on my computer like any other normal day this morning, except when I launched firefox it was like it was freshly installed, all my passwords, usernames, cookies, saved bookmarks, work related history material is all GONE it's like I just installed firefox for the first time. A lot of these passwords I dont know off the top of my head so I'm going to have to ask my business partners for ALL the passwords... Why did firefox do this? What is the problem??

Asked by hugo.tovar.jr 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Archived

How to completely remove tabs bar using userChrome.css

I have been seaching for the solution for the whole day, and i found the closest one. It Does remove tabs, windows buttoms, but the background bar still remains, and i do… (read more)

I have been seaching for the solution for the whole day, and i found the closest one. It Does remove tabs, windows buttoms, but the background bar still remains, and i dont need it this way. So thats the code i used to make it >>>>>

  1. main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar .titlebar-spacer {
       border-inline-end: none;

}

  1. main-window:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
 opacity: 0;
 pointer-events: none;

} /* This makes the bar shorter vertically but removes the 3 window buttons */

  1. main-window #TabsToolbar {
 visibility: collapse !important;

} /* For full screen mode */

  1. TabsToolbar[inFullscreen]{
 display: none !important; 

}

On the screenshot you can see what remains on tabs' bar place I need my browser to end just above the URL string, so there wont be empty space in the top of the monitor. Can you help me find solution for this problem, please?

Asked by CobaltC17 1 year ago

Last reply by cor-el 1 year ago