• Solved
  • Archived

Lost Tabs Please Help!

Please help, I just screwed up so bad I accidentally pressed the red "close" button on Firefox on my Mac instead of the yellow "minimise" button and lost a bunch of tabs … (read more)

Please help, I just screwed up so bad I accidentally pressed the red "close" button on Firefox on my Mac instead of the yellow "minimise" button and lost a bunch of tabs I need (they were from a while back so not in history)

There is no option to "restore previous session" or "reopen tabs" is there any way whatsoever to recover my lost tabs I am freaking out big time there was some really important stuff in there that I hadn't bookmarked yet like an absolute IDIOT!!! My session had stayed active through computer being shut down and restarted and Firefox updates but pressing the red "close" button has seemingly nuked it. Is there a way to go into folders and find the tabs? Anything please help :(

Any help appreciated, I'm desperate.

Asked by stickybeak7 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

XULRunner: Error: Platform version '95.0.1' is not compatible with minVersion >= 95.0 maxVersion <= 95.0

Hello. I have two profiles, for separating work and personal tabs/bookmarks/etc. I wanted to update Firefox from 95.0 to 95.0.1 but in both profiles I saw "Firefox is be… (read more)

Hello.

I have two profiles, for separating work and personal tabs/bookmarks/etc. I wanted to update Firefox from 95.0 to 95.0.1 but in both profiles I saw "Firefox is being updated by another instance" in the About Firefox dialog when both were running. So I closed one of them and the other offered me the usual button to update immediately. I did it, restarted that Firefox instance/profile, which restarted normally, but now the second one does not open. Instead, I get the error transcribed above in the subject (see attached screenshot).

So my question is: please, how do I regain access to my second profile without losing that profile's data?

Asked by a.r 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Open ALL FF tabs on one sync'd computer to another sync'd computer

This "half-answer" summarizes my frustration. FWIW, both computers are late-model MacBook Pro - call them Mac1 and Mac2. Both have Sync set up. I have about 40 tabs open … (read more)

This "half-answer" summarizes my frustration. FWIW, both computers are late-model MacBook Pro - call them Mac1 and Mac2. Both have Sync set up. I have about 40 tabs open in 3 FF windows on Mac1. I need to open all 40 tabs (which can all be in one window if that's easier) on Mac2.

On Mac 2, I can see the list of open tabs from Mac1 when I click the account name (after clicking the "hamburger patties"). If I click on one of them, that tab is opened on the current tab... terrific - BUT, I don't want to repeat this 40 times!!

Is there no way to select ALL tabs, or export all open tabs to a file - or something that makes a little more sense than repeating a task 40 times?

Asked by tmp003 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

does not show any restore previous session options

I have followed all the instructions so that when I start Firefox it opens all previous tabs but it doesn´t! It doesn´t even show a Restore option in settings or history… (read more)

I have followed all the instructions so that when I start Firefox it opens all previous tabs but it doesn´t! It doesn´t even show a Restore option in settings or history no matter how I try to find it... it is very annoying! I am using a Mac book air .... why does it not work the same as it downs in Windows OS ?

Asked by annabelthai 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Secure Connection Failed - PR_END_OF_FILE_ERROR

Immediately on update to 96.0 this afternoon, multiple sites failed to load - Google(Maps, News etc), Yahoo, Flightradar24 etc - others partially loaded - then sat there … (read more)

Immediately on update to 96.0 this afternoon, multiple sites failed to load - Google(Maps, News etc), Yahoo, Flightradar24 etc - others partially loaded - then sat there blank. Explanation of errors is NOT clear -

Is it possible to revert to previous version? Everything seems to work fine when using EDGE!

Asked by randb08 1 year ago

Answered by FredMcD 1 year ago

  • Solved
  • Archived

Disable certificate verification

I can't seem to disable the certificate verification on Mozilla Firefox. As you can see on the screenshot, the error code is SEC_ERROR_UNKNOWN_ISSUER. I tried multiple s… (read more)

I can't seem to disable the certificate verification on Mozilla Firefox. As you can see on the screenshot, the error code is SEC_ERROR_UNKNOWN_ISSUER.

I tried multiple solutions, including :

- https://smallbusiness.chron.com/disable-firefox-rejecting-certificates-59249.html - The three solutions from https://stackoverflow.com/questions/20088/is-there-a-way-to-make-firefox-ignore-invalid-ssl-certificates - https://support.mozilla.org/en-US/questions/1234483 - All of the solutions from https://browserhow.com/how-to-fix-mozilla-firefox-ssl-certificate-error/ - https://itectec.com/superuser/how-to-make-firefox-ignore-all-ssl-certification-errors/

and so on.

Is there a way to disable this for only one website, or at least for all website ? I got a web interface which is self signed (if I understand everything correctly) where we can bypass the certificate "error" but it would be great if I just could configure Firefox to skip it entirely for this interface (as I'm certain it's not insecure and even if it was I'd still use it because I can't use anything else for now.

I know Chrome has a command line which do exactly what I want (--ignore-certificate-errors) but Firefox is a must go for me so I'd prefer to find an option on this browser.

Thank you for your time.

Asked by r.roch 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

userChrome.css not working

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozill… (read more)

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozilla.org/t/make-addressbar-text-extension-name-of-the-extension-shorter-or-hide/28026/3

The instructions I followed are listed below:

"Users can apply custom style rules to modify Firefox’s toolbar area by creating a userChrome.css file. This takes about 10 minutes so when you have time to take it slowly and carefully:

(1) Set up your chrome folder and userChrome.css file following the five six steps in this article:

https://www.userchrome.org/how-create-userchrome-css.html 45

I have a boring video there if you like demonstrations.

(2) This is the code to paste into the file. You can edit the file using Notepad or a better editor. Make sure to keep it in a plain text format with a .css file extension (not .css.txt).

See improved rule down in: Make addressbar text "Extension (Name Of The Extension)" shorter or hide

/*
   Hide Extension Name in the identity area unless
   hovered for half a second (updated for Fx80)
*/
#identity-box.extensionPage #identity-icon-labels,
#identity-box.extensionPage #identity-icon-label {
  visibility: collapse !important;
  transition: visibility 250ms ease-in-out;
}
#identity-box.extensionPage:hover #identity-icon-labels,
#identity-box.extensionPage:hover #identity-icon-label {
  visibility: visible !important;
  transition: visibility 250ms ease-in-out 500ms;
}

(3) Firefox should read the file at its next startup and apply it to every extension page you load."

Edit: So, yeah, I need help getting this tag off. I'm new to Firefox so it could be something obvious I'm missing. I have also tried CTRL+SHIFT+R to reload the page for changes and also closed and reopened my Firefox entirely.

Thanks in advance.

Asked by MaxwellQ 2 years ago

Answered by Wesley Branton 2 years ago

  • Solved
  • Archived

XULRunner Error: Could not determine any profile running in backgroundtask mode!

I recently installed new pc with fresh Firefox Developer Edition. Then I transfered the profile folder from old pc to the new pc. All bookmarks, addons, etc is there. Jus… (read more)

I recently installed new pc with fresh Firefox Developer Edition. Then I transfered the profile folder from old pc to the new pc. All bookmarks, addons, etc is there. Just the XULRunner popup appears only on the new pc. I uninstalled firefox on the new pc again and reinstalled it with profile cleaning. After profile cleaning firefox got faster and addons got removed. But the XULRunner popup keeps appearing. When I go to taskscheduler and trigger the "Firefox Developer Edition Background Update CA9422711AE1A81C" again, the XULRunner popup appears. Removing this taskscheduler and Firefox keeps readding it and the XULRunner popup are back. Any idea how I can get rid of the XULRunner popup?

Asked by simonbergi9 10 months ago

Answered by simonbergi9 10 months 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 11 months ago

Answered by cor-el 7 months ago

  • Solved
  • Archived

Prevent websites from opening new tabs

I just reinstalled my operative system, and with that my Firefox settings got reset. I know there is an entry in about:config to prevent ads from opening new tabs and pop… (read more)

I just reinstalled my operative system, and with that my Firefox settings got reset. I know there is an entry in about:config to prevent ads from opening new tabs and pop ups without authorization, even from legit websites like the login pop-up windows when doing a sign in in Google, in those cases to allow the windows it's needed to click on the lock icon next to the URL bar and allow it from there. The problem is that I don't remember the name of that setting and I have spend an hour looking for it on Google.

Asked by ttfh3500 1 year ago

Answered by ttfh3500 1 year ago

  • Solved
  • Archived

Left Swipe/Previous Page - Can I disable?

I find when I am browsing on Firefox and swipe down on my Macbook trackpad, the browser often interprets even a slightly leftward slant as a command to go back a page. I… (read more)

I find when I am browsing on Firefox and swipe down on my Macbook trackpad, the browser often interprets even a slightly leftward slant as a command to go back a page. Is there a way to disable the swipe left/previous page function or to make it less sensitive?

Firefox 94.0.2 on Macbook Air 13-inch Early 2015 with MacOS 11.6.1

Thanks!

Asked by doug.earl.mail 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

How to stop firefox from forcing a new tab for "new" web pages?

Apologies if this is a bit limited, during typing it I ran into the issue I'm about to describe which navigated me away from this page and lost all the progress of my pos… (read more)

Apologies if this is a bit limited, during typing it I ran into the issue I'm about to describe which navigated me away from this page and lost all the progress of my post as I was wrapping up :')

The issue I'm having right now is Firefox forcibly opening pages it thinks are a new site in new tabs, despite the site itself not requesting new tabs or windows. Specifically this is happening with sites between different "iterations" of itself while still being the same and having fully integrated layouts and UI.

For example: Most pages on the site have an update "https://www1" prefix, but some pages have the old "https://" only. Firefox keeps opening new tabs when navigating between these different pages despite them being the same website. I know the pages themselves are not sending new tab requests because this doesn't happen in Chrome.

So far, my "solution" has been to go through about:config to adjust the browser.link.open_newwindow value to 1 instead of 3, which forces all links to stay within the same window. This unfortunately causes a whole host of other issues though.

Because its an override, it also means any links opened from an external program (like discord) forcibly open in the last active tab, navigating away from the page. This is obnoxious and annoying in and of itself because it means to save the tabs I already have open I need to manually open a new tab in FF before clicking any link, which I never remember to do. (Goodbye post progress (': )

If that weren't bad enough, when trying to hit the back button to get to the previous page FF ends up in some sort of weird redirection loop "between" pages, where the last page will disappear but FF won't navigate to the link it was trying to open either, so its just a blank infinitely loading page with the URL of the link that was opened. The only way to stop this from happening is to navigate back 2 pages, losing the current page, before it starts the redirect loop. If the loop starts before this happens, the tab locks up and needs to be hard-refreshed with f5 or completely closed due to the weird lag it causes.

Literally all I want Firefox to do here is not assume a new tab needs to be opened just because the URL "seems" different to it. Is there ANY way to get this behavior?

Asked by 7 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

How, or can, I stop the download manager from opening up automatically?

I'm a little surprised they've taken away the option of choice when it comes to downloading files. But what's most annoying, is the manager opens u and drops down blockin… (read more)

I'm a little surprised they've taken away the option of choice when it comes to downloading files. But what's most annoying, is the manager opens u and drops down blocking my view of the page, much less that it makes ms stop and think about what I am about to download.

I do not understand the purpose of this. The old way was safer, cleaner and less annoying. How can, or am I able to get that "choice" back?

When searching for a fix I have seen that that there is/was a similar feature in the Edge browser but it can be undone. I feel Firefox users deserve that option.

Thank you.

Thank you.

Asked by springheel 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Remove Search function in Address Bar

Hello. After reading numerous posts addressing similar issues & having no success, I've decided to post a question of my own. I am running the current version of fire… (read more)

Hello. After reading numerous posts addressing similar issues & having no success, I've decided to post a question of my own. I am running the current version of firefox, 94.0.2. I use the Search Bar religiously for searches to sites like google, wikipedia, youtube, amazon, and ebay. I NEVER use the address bar for searches. I have attempted to disable all functionality associated with searching via the address bar. When I go to the address bar, it is because I have a specifc url I know I want to type with a specific destination in mind. Occasionally, I have a need to just go to the home page of one of my search sites, most often it's amazon.com. Recently (not sure which version of firefox) I've found when I go to the Address Bar & type amazon.com, I cannot just go to amazon.com, instead the address bar turns into a search bar. How do I disable this? Its driving me mad! I swear I've disabled every option I can within about:config related to urlb. Please Help. I don't want to switch to Chrome, but I'm tired of my settings getting messed up every time mozilla pushes a new version.

Asked by andrewpatricksmith 1 year ago

Answered by andrewpatricksmith 1 year ago

  • Solved
  • Archived

Spell Check

British English Spell Check as you type is no longer reliable, sometimes it works but most times it doesn't. Can't seem to get to the bottom of the problem, all settings… (read more)

British English Spell Check as you type is no longer reliable, sometimes it works but most times it doesn't. Can't seem to get to the bottom of the problem, all settings are correct but still doesn't work properly.

Asked by Diddy_Pickle_Wicks 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

Firefox not asking where to download files

I have always had my browser set to ask me where to save anything I'm downloading, as you can see by the attached screenshot. However, every single file I have downloaded… (read more)

I have always had my browser set to ask me where to save anything I'm downloading, as you can see by the attached screenshot. However, every single file I have downloaded for the past 2-3 days has first gone into my Downloads folder instead, forcing me to re-download the file in order to get it into the correct folder. If this was for personal usage, I wouldn't care, but having to continually download business files is getting old very very quickly. Firefox has been my default browser for the better part of two decades. I really don't want to switch to Chrome or Safari just because Firefox won't let a power user customize their usage experience.

Asked by cmjross1 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

TLS 1.0, 1.1 exceptions for private (home) network

How do I create a TLS 1.0, 1.1 exception in Firefox 100.0+ for my legacy devices (NAS), that no longer get firmware updates from the manufacture, that are on my private n… (read more)

How do I create a TLS 1.0, 1.1 exception in Firefox 100.0+ for my legacy devices (NAS), that no longer get firmware updates from the manufacture, that are on my private network and thier configuration is done through a web browser?

 I have been using Firefox browser for a long time, since it was called Mozilla browser.  An answer such as "I'm out of luck." means I will have to look for a new browser.  I prefer not to do that.  I trust the Mozilla brand and like you products and recommend them to my friends and customers.

Asked by data0042 1 year ago

Answered by James 1 year ago

  • Solved
  • Archived

Impossible to install Firefox, error: VCRUNTIME140_1.dll

Hi, I can't install Firefox and I don't know what's going on here. Yesterday I installed the latest version of Firefox and it worked fine. Then, I turned off the laptop … (read more)

Hi, I can't install Firefox and I don't know what's going on here.

Yesterday I installed the latest version of Firefox and it worked fine. Then, I turned off the laptop and the next day when I was going to use Firefox, it didn't load any pages. Edge was working fine, Chrome was working fine, but Firefox was not working. Trying to fix the problem, I decided to uninstall Firefox and installing it again. In order to clean even more the previous installation, I even manually deleted the C:\Program Files\Mozilla Firefox folder to remove all possible traces. I restarted the laptop and downloaded again the Firefox installer. I don't know how, but the installer detected that I had already installed Firefox before. I unchecked restart Firefox and hit the button to continue with the installation. After this, was impossible to install Firefox again. I got a message saying that the installation cannot continue because the VCRUNTIME140_1.dll was not found. The message said that this problem can be fixed by reinstalling the program, but that is not true, everytime I try to reinstall it, I get again the VCRUNTIME140_1.dll error.

After this, the installation stops and the Firefox icon appears on the desktop, but it doesn't install properly the software and when I open it, I cannot browse the Internet.

Do you know what's going on here and how to solve this?

Cheers

Asked by Jesus Sanchez 1 year ago

Answered by jonzn4SUSE 1 year ago

  • Solved
  • Archived

How do I stop that annoying url popping up at the bottom of my screen?

When I am watching a TV stream on my PC; when I hover on (some) pictures or videos, a supremely annoying pop-up url appears at the bottom of my screen. I have some learni… (read more)

When I am watching a TV stream on my PC; when I hover on (some) pictures or videos, a supremely annoying pop-up url appears at the bottom of my screen. I have some learning problems and can not figure out the 'userChrome.css' method. I can not work with long streams of multiple overlapping instruction. I am not tech savvy. I do not understand 'layers' and stuff like that. I can do the 'about:config' thing, if anyone knows whether or not if I can fix it from there, I would be eternally grateful. Thanks.

Asked by mckendrick 1 year ago

Answered by -elison- 1 year ago