Showing questions tagged: Show all questions
  • Solved
  • Archived

crashed pc

Windows 10 pc can not start,I have gone through automatic repair and diagnostics steps,but am now on advamced options and think I need to Reset it.This will lose Firefox.… (read more)

Windows 10 pc can not start,I have gone through automatic repair and diagnostics steps,but am now on advamced options and think I need to Reset it.This will lose Firefox.When I install it again will I be able to sign into my Firefox account to retrieve bookmarks and passwords?I am very nervous about this,don't even know how to install Firefox,as someone gave me the computer and it was already in there. I am a tech dinosaur!Thank you in advance for any help.Lesley

Asked by ginnynewton 2 years ago

Answered by ginnynewton 2 years ago

  • Archived

Desperately Need Help: How to stop Firefox from editing PDF files?

Greetings everyone, I've been using Firefox as my PDF ebook reader on my Windows 10 PC because it Firefox wasn't able to make changes to PDF files. However, it seems tha… (read more)

Greetings everyone,

I've been using Firefox as my PDF ebook reader on my Windows 10 PC because it Firefox wasn't able to make changes to PDF files. However, it seems that Firefox is now capable of editing PDF files and this has me incredibly worried... :'(

How can I make it so that Firefox isn't able to make changes to PDF ebook files I open?

Thank you for any help!

Asked by Helpless_Quest 2 years ago

Last reply by cor-el 2 years ago

  • Archived

Settings Flaw

Under Settings, Firefox will not allow me to check the box to "Open previous windows and tabs. WHY? It has always worked before. Did the recent iOS update do this? … (read more)

Under Settings, Firefox will not allow me to check the box to "Open previous windows and tabs. WHY? It has always worked before. Did the recent iOS update do this?

Asked by dwjxcpt 1 year ago

Last reply by dwjxcpt 1 year ago

  • Archived

Firefox 106.0.5 crashes at launch on Windows 11

Firefox crashes with the same issue as before (https://support.mozilla.org/hu/questions/1395270), but with two minor differences. I'm now using the latest version of Expl… (read more)

Firefox crashes with the same issue as before (https://support.mozilla.org/hu/questions/1395270), but with two minor differences. I'm now using the latest version of ExplorerPatcher and Firefox works fine in safe mode. I tried disabling all the add-ons, themes and extensions in while in safe mode and then launch Firefox, but it didn't work. The developer made the issues and discussion sections read only on the project's GitHub page, so I'm unable to contact them. Here are the logs about the most recent crashes:

Asked by Savan Weylyn 2 years ago

Last reply by cor-el 2 years ago

  • Solved
  • Archived

Hide Tab bar if there is only one tab

Hello! I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows): tab:only-of-type, tab:only-of-type + #tabs-newtab-button { … (read more)

Hello!

I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows):

tab:only-of-type, tab:only-of-type + #tabs-newtab-button {

   display: none !important;

}

#tabbrowser-tabs, #tabbrowser-arrowscrollbox, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
   min-height: 0 !important;

}

Since one of the recent Firefox updates, this code does no longer work. Maybe because there is a new element in the tab bar: A drop-down list at the right.

Any idea how to make the above code work again?

Peter

Asked by peter596 2 years ago

Answered by cor-el 1 year ago