How to retrieve passwords and bookmarks

I had to reinstall windows and it wipe Firefox.i didn't know my password so I resetted it. Problem is it wiped all my data. Didn't know changing passwords for forefox wou… (read more)

I had to reinstall windows and it wipe Firefox.i didn't know my password so I resetted it. Problem is it wiped all my data. Didn't know changing passwords for forefox would so this. Anyway I can get them back?

Asked by Brandon 3 hours ago

Last reply by Paul 3 hours ago

Disabling update nag screen

I've got a really old MacBook Pro that's still running 10.13, and Firefox has started displaying a nag screen telling me that this version is no longer supported, and to … (read more)

I've got a really old MacBook Pro that's still running 10.13, and Firefox has started displaying a nag screen telling me that this version is no longer supported, and to install a newer version of MacOS.

Is there something in the advanced settings that will stop it nagging me? I now know it's not going to get any more updates, there's no need to keep telling me every 20 minutes...

(Note to the devs: a "don't remind me again" checkbox would be nice for things like this!)

Asked by julian.templeman 1 day ago

Last reply by James 12 hours ago

Mozilla vs Dementia & Alzheimers - where is the User Interface that remains exactly the same for 25 years?

The fundamental nature of dementia and Alzheimers is that the victim cannot remember new information. But for some time they can recall information and processes which w… (read more)

The fundamental nature of dementia and Alzheimers is that the victim cannot remember new information. But for some time they can recall information and processes which were learned previously.

After some years, they will be unable to utilize any of the technology they depend upon - they will not be able to turn on their device to make a phone call. They won't be able to locate the menu they need to utilize. Because all that changes CONSTANTLY. They will become helpless sooner than necessary. They will strain their families and the taxpayer sooner than necessary.

The only solution is for software makers to roll out, every 5 or 6 years, a "stable version" where the user interface will not change one iota for 25 years. Of course, they must still make internal updates for security and changes in the Internet Protocol layer system. The portions of the code that deal with the user must be modular to be plugged into newer hardware and communication protocols.

When someone is diagnosed with memory impairment, they will have time to learn the latest Stable Version.

This is a very fundamental change to business as usual, but there is no other solution other than continuing to balloon the cost of elder car.

In the old days this would be a call for an RFP...

Asked by FireFoxSucks 5 hours ago

Last reply by Paul 5 hours ago

Finding what address to add to cookie exceptions

I want to enable cookies for outlook and google, the rest I dont want. I have attempted to look at the cookie's url for outlook and add that to the exception list, but o… (read more)

I want to enable cookies for outlook and google, the rest I dont want.

I have attempted to look at the cookie's url for outlook and add that to the exception list, but outlook still harasses me with its annoying 2fa

How do I find the actual address to put in the exceptions list to stop this issue?

Asked by ALoepker 9 hours ago

Last reply by cor-el 7 hours ago

OneDrive workbook problem

So I have an Excel workbook in my onedrive from MS, It was working fine on my firefox browser in my Ubuntu OS, last week it started to delete my cell's information whenev… (read more)

So I have an Excel workbook in my onedrive from MS, It was working fine on my firefox browser in my Ubuntu OS, last week it started to delete my cell's information whenever I pressed the enter, tab or arrow keys, I contacted the MS support and they get me to opened the same file on a chrome browser and worked fine... I still want to use my firefox browser but this problem is very annoying, please help me sort it out!!!

Asked by ricardocrbb 11 hours ago

Last reply by jonzn4SUSE 8 hours ago

Firefox Private cannot be opened since the start of 2024

When I open Firefox and want to go to Private. I go to the three lines at the top right of the Firefox page. I go down to Private. Then after selecting it, YET ANOTHER… (read more)

When I open Firefox and want to go to Private. I go to the three lines at the top right of the Firefox page. I go down to Private. Then after selecting it, YET ANOTHER REGULAR FIREFOX PAGE OPENS. I NEVER had this problem until the start of 2024.

Please help as I used to have FIREFOX PRIVATE as my go to browser. Now, I use others and they do not work with some pages.

Please help as it is frustrating to keep getting a new Regular page.

Asked by L Wille 10 hours ago

Last reply by cor-el 9 hours ago

Importing Bookmarks from Chrome via html

I followed instructions for adding bookmarks from html file. Got to "import from html" . I can see the html file I want to access, but when I push "open" nothing happen… (read more)

I followed instructions for adding bookmarks from html file. Got to "import from html" . I can see the html file I want to access, but when I push "open" nothing happens.

Asked by bceccoli 10 hours ago

Last reply by cor-el 9 hours ago

userChrome.css - Help With Customizing Tabs (part 2)

Hi All, I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be ve… (read more)

Hi All,

I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be vertically centered. Right now, the text is dropping too close to the bottom of the tab.

Had this looking very nice in FF 88 with the same code, as you can see in the attached images, but it seems to render differently in FF 115 ESR and FF 125.

Below is some code I used to style the tabs, but the problem exists without this code as well.

I've also included some "tabs on bottom" code I'm using as well at the very bottom.

Would sure like to get those Classic Toolbar Buttons working again too (shown in the second image), but that will be a later request :)

Any help is appreciated.

Thanks!

/* Highlight non-selected tabs on mouseover */ .tabbrowser-tab:not([selected]):hover .tab-content {

  background-color: #dbe3eb !important;

}

  1. TabsToolbar {
 -moz-box-ordinal-group: 3 !important;
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 height: 25px !important;
 background-image: url("bkmr_back.gif") !important;
 border-top: 1px solid #afc0d2 !important;
 border-bottom: 1px solid #8698aa !important;

}

/* Background color of selected tab */ .tab-background[selected="true"] {

   background-attachment: none!important;
   background-image: none!important;
   background-color: #eef5fc !important;

}

/* Background color of non-selected tab */ tab-background:not([selected]) {

   color: #000000 !important;
   background-color: #c7d3e0 !important;

}

/* Border color & bold text for selected tab */

  1. TabsToolbar .tabbrowser-tab[selected] {
   font-weight: 700 !important;
   color: #000 !important;
   border-top: 1px solid #8698aa !important;
   border-left: 1px solid #8698aa !important;
   border-right: 1px solid #8698aa !important;

}

/* Border color & normal text for non-selected tab */

  1. TabsToolbar .tabbrowser-tab:not([selected]) {
   font-weight: 600 !important;
   color: #000 !important;
   border-top: 1px solid #afc0d2 !important;
   border-left: 1px solid #afc0d2 !important;
   border-right: 1px solid #afc0d2 !important;

}

/* -------------- TABS ON BOTTOM --------------- */ /* TABS: below nav-bar - updated for 89+ | 108+ | 113+ */

  • |*:root {
 --tab-toolbar-navbar-overlap: 0px !important;
 --tab-min-height: 25px !important; /* adjust */
 --tab-min-width:  80px !important; /* adjust */

}

  1. navigator-toolbox #TabsToolbar {
 position: absolute !important;
 bottom: 0;
 /* height: 27px !important; */
 height: 28px !important;
 width: 100vw !important;

}

/* navigator-toolbox - padding */

  • |*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
 position: relative !important; /*89+*/
 padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*adjust*/
 background-color: var(--toolbar-bgcolor) !important;

}

/* TABS: HEIGHT */

  1. tabbrowser-tabs,
  2. tabbrowser-arrowscrollbox,
  3. tabbrowser-tabs .tabbrowser-tab {
 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

.tab-stack {

 height: var(--tab-min-height) !important;

}

  1. TabsToolbar {
 height: var(--tab-min-height) !important;
 margin-bottom: 0px !important;
 /* box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*optional*/
 /* background-color: var(--toolbar-bgcolor) !important; */
 color: var(--toolbar-color) !important;

}

/* drag space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {

 width: 40px;

}

/* Override vertical shifts when moving a tab */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}

/* hide indicators and caption buttons */

  1. TabsToolbar .private-browsing-indicator {display: none !important;}
  2. TabsToolbar .accessibility-indicator {display: none !important;}
  3. TabsToolbar .titlebar-buttonbox-container {display: none !important;}
  4. TabsToolbar #window-controls {display: none !important;}

/* -------------- TABS ON BOTTOM --------------- */

Asked by Slouch 12 hours ago

Last reply by cor-el 10 hours ago

Previous session not restored in profile

I've set up a second profile to keep my personal and work browsing separate. When I reopen my non-default profile, it doesn't restore the previous session's tabs. I have … (read more)

I've set up a second profile to keep my personal and work browsing separate. When I reopen my non-default profile, it doesn't restore the previous session's tabs. I have "open previous windows and tabs" checked under Settings > General > startup in both profiles. Please advise.

Asked by oOo 11 hours ago

Last reply by jscher2000 - Support Volunteer 11 hours ago

Tried installing Keeppassxc--not sure if correst name

Hello, One of my email accounts Yahoo or Gmail appears to have been hacked. I received two phishing emails this week --3 if you count the last one who said she was call… (read more)

Hello,

 One of my email accounts Yahoo or Gmail appears to have been hacked. I received two phishing emails this week --3 if you count the last one who said she was calling on behalf of Medicare/Social Security and All members could get a preloaded card for several hundred dollars. I knew there was a plan to help certain folks, but it was not available to everybody. I asked her for the name of the plan and she hung up. the webpage she sent me to first or told me to go there where I could talk to a licensed agent. Do people who answer the phone have a license like insurance salespeople? Anyway, they had copied the govt. the site is right up the US sea.

Okay, just an example so I decided to try that KeeopassXC program you were offering but I could never get it to complete.

but it did something as I can't use my password They cancel your account if you tell them the truth --better just to say I need help resetting my password. They then ask you to send them a picture ID as in Driver's License. Noway I am going to do this --so I have at least some pretty valuable info if I can't get in.

Ny first time writing here - if any response please direct suggestions to pke225x2gmail or I guess I will check here. Don't know how you put people with possible solutions to seeker of HELP.

Sincere Thanks Paul

Asked by Paul Ellis 5 days ago

Last reply by jscher2000 - Support Volunteer 11 hours ago

Changing the URLB on click behavior

I would like the address bar to show what it would show when you type a "?" just by clicking. It's a default feature in chrome, I know, mentioning a competitive browser a… (read more)

I would like the address bar to show what it would show when you type a "?" just by clicking. It's a default feature in chrome, I know, mentioning a competitive browser as an example is kind of a no no, but it's the only example I can think of.

Asked by Sod 1 day ago

Last reply by jscher2000 - Support Volunteer 11 hours ago

Lost bookmarks

A couple of months ago, I suddenly lost all my saved bookmarks, plus the ones on my toolbar. Strange thing is, all the folders and sub-folders I created are still there, … (read more)

A couple of months ago, I suddenly lost all my saved bookmarks, plus the ones on my toolbar. Strange thing is, all the folders and sub-folders I created are still there, they're just all empty.

Can I get them back somehow? I've been collecting them for years so can't replace them all!

Firefox 125.2 iMac OS x10.15

Asked by amanda52 16 hours ago

Last reply by cor-el 12 hours ago

after updating newest version of Firefox the option to restore previous windows opened does not work

after updating newest the version of Firefox the option to" restore previous windows opened " does not work. Is there a work around when I close my browser and then reop… (read more)

after updating newest the version of Firefox the option to" restore previous windows opened " does not work. Is there a work around when I close my browser and then reopen the browser so that all the tabs that I had opened before closing my browser return as if I never left?I went into my setting and have the "open previous tabs" is checked. I even restarted my browser but nothing simple seems to work. Thanks in advance

Asked by Jane Boyle 19 hours ago

Last reply by jscher2000 - Support Volunteer 12 hours ago

Hero Wars "Dominion era"

I have played "Hero Wars,Dominion Era " for years on Fire Fox...They did an "update" last week(Thursday or friday 04/25-26?24)and I haven't been able to log onto the game… (read more)

I have played "Hero Wars,Dominion Era " for years on Fire Fox...They did an "update" last week(Thursday or friday 04/25-26?24)and I haven't been able to log onto the game itself since...I can still open the Hero wars home page,I can get into my "discord" chat etc etc etc,but I cannot get into my individual game.(If it helps,my Hero wars game ID # is 10920140)...I had to start playing the game itself on Google Chrome...I am hopeing you can help find a solution as everything I do is from Fire Fox & I really don't like chrome :(...PLEASE Help me resolve this if possible! ( Nexus suggested I use "Incognito" on FireFox ( I remeber that from a few yrs back,but honestly,i haven't used or seen "incognito" since :()

Asked by Wayne Hoiensahl 13 hours ago

Last reply by Paul 13 hours ago

Browser issue with Microsoft Outlook

Hello, My name is Grey, and I'm experiencing an issue using Firefox as a browser to open my Outlook mail. For the past three days I have not been able to open any emails… (read more)

Hello,

My name is Grey, and I'm experiencing an issue using Firefox as a browser to open my Outlook mail. For the past three days I have not been able to open any emails as a network error screen appears. Using other devices and other browsers like Edge, the emails open fine, so it is not actually a network issue. This problem only occurs using Firefox, and specifically with Outlook emails. Everything else functions fine and I have not made any changes, besides the regular Firefox update. My computer is also up to date.

What can I do about this issue? I appreciate the advice,

grey

Asked by AshenLion 17 hours ago

Last reply by cor-el 13 hours ago

setting up Firefox on reset computer

I reset a computer, deleting all my files. I want to use, as I do elsewhere, Firefox as my browser. And though I signed into Firefox using my old credentials, none of my … (read more)

I reset a computer, deleting all my files. I want to use, as I do elsewhere, Firefox as my browser. And though I signed into Firefox using my old credentials, none of my bookmarks are there. How do I complete this setup?

Asked by Bobg 21 hours ago

Last reply by cor-el 13 hours ago

Firefox keeps downgrading?

I'm using Firefox 124.0.2 (64 bit) on Windows, and every few days I get the error about using an older version of Firefox, with Exit or Create New Profile options. I the… (read more)

I'm using Firefox 124.0.2 (64 bit) on Windows, and every few days I get the error about using an older version of Firefox, with Exit or Create New Profile options. I then run "firefox -allow-downgrade" from the command prompt and everything works fine... for a few days, when it happens all over again. This only started happening a couple of weeks ago, but it's getting really annoying. How do I stop it (short of using something like Waterfox or Brave).

Asked by peter.dell 1 day ago

Last reply by cor-el 13 hours ago