Ibonisa imibuzo ethegiweyo: Bonisa yonke imibuzo

Download History won't save between sessions even after reinstalling

Hello, Firefox won't save my download history between sessions, history is set to remember. I tried doing the refresh on the installer and even reinstalling firefox and d… (funda okungaphezulu)

Hello, Firefox won't save my download history between sessions, history is set to remember. I tried doing the refresh on the installer and even reinstalling firefox and deleting all mozilla folders in %localappdata% and %appdata% before reinstalling. it just forgets all downloads once I close firefox.



Video Link

Asked by Daroka 1 kusuku oludlulileyo

Last reply by George Kitsoukakis 14 kwimizuzu edlulileyo

Firefox not loading pages correctly

Good morning, Firefox is not loading webpages correctly this morning. From Gmail not displaying or opening individual emails, Amazon not opening, to Youtube and several … (funda okungaphezulu)

Good morning,

Firefox is not loading webpages correctly this morning. From Gmail not displaying or opening individual emails, Amazon not opening, to Youtube and several other sites not loading or displaying correctly. I had no issues at 9 PM PDT yesterday.

No changes to the computer, and everything is up to date.

I have successfully opened the above mentioned sites and others on MS Edge this morning.

Thanks!

Asked by 4bcorp 2 kwiintsuku ezidlulileyo

Last reply by Paul 2 kwiintsuku ezidlulileyo

Scanned PDF files open in a new window in Firefox

Hello. I have a question. When I scan a PDF file in Firefox, it opens in a new window. Why? I don't mind it opening in a new tab, so I would prefer it to open in a tab. … (funda okungaphezulu)

Hello. I have a question. When I scan a PDF file in Firefox, it opens in a new window. Why? I don't mind it opening in a new tab, so I would prefer it to open in a tab.

Asked by sweet0670 40 kwimizuzu edlulileyo

Shortcuts

I have various shortcuts saved on the shortcut page comes up after logging in. Its set to 2 rows.. I use it every day. Used it this morning and working perfectly. Been o… (funda okungaphezulu)

I have various shortcuts saved on the shortcut page comes up after logging in. Its set to 2 rows.. I use it every day. Used it this morning and working perfectly. Been out and when I came back the page is totally blank. I've tried sytem restore to 5th October but makes no difference. I use Windows 10 and read that Firefox are continuing to support Windows 10 I'm visually impaired and use a desktop PC with a large screen. I'm not PC techically knowledgeable. How do I restore my shortcuts or how do I re create them?

Asked by Stockdalecarina1 14 kwiiyure ezidlulileyo

Last reply by Kiki 44 kwimizuzu edlulileyo

Tab Size & New Tab Button Missing

Hi Had to do a refresh tonight and it messed up all my settings so have been fixing things. Got my tabs back on the bottom again but the tab button size is just a smidge… (funda okungaphezulu)

Hi

Had to do a refresh tonight and it messed up all my settings so have been fixing things. Got my tabs back on the bottom again but the tab button size is just a smidge small below is my code is there a way in it to make the tab buttons or the hearder area just a smidge bigger?

Also before pasting the code my second question is about the new tab icon + that should be in the tab bar but it is missing. I seem to remember finding a way to reactivate that but can't seem to lay my fingers on the process. How can I get it back as it is missing and prefer using it over other methods!

Thanks and here is the code I have currently working it moved the tabs to the bottom but as I said they are a smidge small is there a way to either make the buttons bigger or perhaps the font just needs to be little large size.

Thanks


/* @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

/* TABS: on bottom */

  1. navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
  2. TabsToolbar {-moz-box-ordinal-group:1000!important}
  1. TabsToolbar {
display: block !important; /*required for 71+*/
position: absolute !important;
bottom: 0 !important;
width: 100vw !important;

}

  1. tabbrowser-tabs {
 width: 100vw !important;

}

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

/* TABS: height */

root {
--tab-toolbar-navbar-overlap: 0px !important;
--tab-min-height: 30px !important; /* adjust to suit your needs */

}

root #tabbrowser-tabs {
--tab-min-height: 30px !important; /* needs to be the same as above under :root */
--tab-min-width: 80px !important;

}

  1. TabsToolbar {
height: var(--tab-min-height) !important;
margin-bottom: 1px !important;
box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important;

}

  1. tabbrowser-tabs,
  2. tabbrowser-tabs > .tabbrowser-arrowscrollbox,

.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {

 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !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;

}



/* Colored bookmark sidebar, toolbar, menu button containers */

 /* Standard folder */
 #bookmarks-view treechildren::-moz-tree-image(container),
 #PlacesToolbarItems toolbarbutton[container="true"] .toolbarbutton-icon,
 #PlacesToolbarItems menu[container="true"] .menu-iconic-left,
 #BMB_bookmarksPopup menu[container="true"] .menu-iconic-icon {
   fill: gold !important;
 }
 /* Live Bookmark (RSS Feed) */
 #bookmarks-view treechildren::-moz-tree-image(container, livemark),
 #PlacesToolbarItems toolbarbutton[container="true"][livemark="true"] .toolbarbutton-icon,
 #PlacesToolbarItems menu[container="true"][livemark="true"] .menu-iconic-left,
 #BMB_bookmarksPopup menu[container="true"][livemark="true"] .menu-iconic-icon {
   fill: orange !important;
 }
 /* Smart bookmark folder */
 #bookmarks-view treechildren::-moz-tree-image(container, query),
 #PlacesToolbarItems toolbarbutton[container="true"][query="true"] .toolbarbutton-icon,
 #PlacesToolbarItems menu[container="true"][query="true"] .menu-iconic-left,
 #BMB_bookmarksPopup menu[container="true"][query="true"] .menu-iconic-icon {
   fill: dimtan !important;
 }
 /* These "containers" are SVG in the sidebar, not yet on the menu */
 #bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu) {
   fill: tan !important;
 }
 #bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar) {
   fill: tan !important;
 }
 #bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) {
   fill: tan !important;
 }

Asked by scottish2 1 kwiyure edlulileyo

¿Alguien sabe cómo mejorar el rendimiento de Firefox al seguir resultados deportivos en vivo?

Hola Estoy probando Firefox para seguir resultados de fútbol en vivo y noté que a veces algunas páginas tardan un poco más en actualizar los marcadores. Por ejemplo, en… (funda okungaphezulu)

Hola Estoy probando Firefox para seguir resultados de fútbol en vivo y noté que a veces algunas páginas tardan un poco más en actualizar los marcadores.

Por ejemplo, en sitios como Jeinz Macias, que muestran partidos y resultados en tiempo real, el navegador funciona bien, pero me gustaría optimizarlo aún más.

¿Existe alguna configuración o extensión recomendada para mejorar la velocidad de carga o la actualización automática de páginas en Firefox? ⚽ Agradecería mucho sus consejos o experiencias con esto

Asked by adam211 2 kwiiyure ezidlulileyo

Shortcuts on homepage disappeared

I opened Firefox this morning and all of my pinned shortcuts have disappeared. Shortcuts are enabled in the settings. I checked the browser.newtabpage.pinned pref on the … (funda okungaphezulu)

I opened Firefox this morning and all of my pinned shortcuts have disappeared. Shortcuts are enabled in the settings. I checked the browser.newtabpage.pinned pref on the about:config and all of my pinned shortcuts are still there, but they're not appearing on the actual page itself. Are there any other settings that I'm not aware of?

Asked by kataro28 4 kwiiyure ezidlulileyo

Last reply by kataro28 2 kwiiyure ezidlulileyo

Windows 11 Tabs Separate on Nvidia Updates

Every time I update my drivers for Nvidia it of course reloads the screens. This causes all the tabs in Firefox to become separated on the Windows 11 taskbar. In other … (funda okungaphezulu)

Every time I update my drivers for Nvidia it of course reloads the screens. This causes all the tabs in Firefox to become separated on the Windows 11 taskbar. In other words, it looks like I have a new firefox window open for each tab (which I'm assuming is how it works but it's hidden most of the time).

It's not a HUGE deal per se, but it is kind of annoying. I have to close then reopen Firefox.

Asked by J L 2 kwiiyure ezidlulileyo

strange font

hi in a new win 10 instal most text incl Fire Fox text is made up of letters [font] that are made of thin and thick lines [in the same letter] i dont know if its a stra… (funda okungaphezulu)

hi in a new win 10 instal most text incl Fire Fox text is made up of letters [font] that are made of thin and thick lines [in the same letter]

i dont know if its a strange font or another problem, i have copied all "font" setting from my other pc where i dont have the problem.

also i cant get spell check to work here dsespite turning it on

its very distracting, would be very gratefull for any suggestones if any one can 

help thanks

Asked by bill 3 kwiintsuku ezidlulileyo

Last reply by bill 3 kwiiyure ezidlulileyo

Unable to locate extensions folder

Hello, I wanted to create a script that doesn't allow me to disable a certain extension. For that I thought to locate the file in which the states of extensions are put. … (funda okungaphezulu)

Hello, I wanted to create a script that doesn't allow me to disable a certain extension. For that I thought to locate the file in which the states of extensions are put. I searched online, and the answer appears to be that such file is available in extensions folder in my profile. However, I am unable to find extensions folder under my profile.

I would appreciate the help.

Asked by Abdullah 5 kwiiyure ezidlulileyo

Shortcuts Row(s) Disappeared

When v143 was released something happened to the shortcuts row(s). Regardless of refreshing efforts, rolling back versions, and searching the forums, there's no way to co… (funda okungaphezulu)

When v143 was released something happened to the shortcuts row(s). Regardless of refreshing efforts, rolling back versions, and searching the forums, there's no way to consistently get the shortcuts back. Sometimes they appear with a new browser instance, sometimes they don't. They don't appear with new tabs, and they don't stay when they do appear with a new browser. Grrrr. Please restore the shortcuts!

Asked by joehiker7549 5 kwiiyure ezidlulileyo

White bar at top of screen whenever a video is fullscreened

Hi, I am having this problem where I am watching a video and there is a very annoying white line at the top of the screen, I have already tried the trick to turn off the … (funda okungaphezulu)

Hi, I am having this problem where I am watching a video and there is a very annoying white line at the top of the screen, I have already tried the trick to turn off the titlebar but its still there. My version is updated all the way as well, what do I do now?

Asked by AydenKahn 6 kwiiyure ezidlulileyo

webAuthn

Does Firefox support webAuthn passkeys stored by the browser? I have an app that I am working on and I would like to be able to use this feature. If Firefox cannot store… (funda okungaphezulu)

Does Firefox support webAuthn passkeys stored by the browser? I have an app that I am working on and I would like to be able to use this feature.

If Firefox cannot store passkeys can you explain why this has not been added?

Asked by Vince Jennings 6 kwiiyure ezidlulileyo

  • Esonjuliweyo

64 & 32 bit versions appearing on pc

I've noticed that I've got both the 32 bit (../Program Files (86)/..) and 64 bit versions (../Program Files/..) of Firefox installed on my pc. I didn't install both and b… (funda okungaphezulu)

I've noticed that I've got both the 32 bit (../Program Files (86)/..) and 64 bit versions (../Program Files/..) of Firefox installed on my pc. I didn't install both and both appear to be the current version. Is this normal behaviour? Only one instance appears in add/remove programs, but if I go to default apps, Firefox appears twice (presumably the 32 & 64 bit versions). If this is not normal, does anyone have a suggestion as to how to remove the 32 bit version without damaging the 64 bit one?

Asked by Me 2 kwiintsuku ezidlulileyo

Answered by Me 8 kwiiyure ezidlulileyo

Close app with last tab close.

Firefox used to close completely when I close the last tab. The last update broke that behavior. How can I get it back the way it was? This new behavior is sick!!! … (funda okungaphezulu)

Firefox used to close completely when I close the last tab. The last update broke that behavior. How can I get it back the way it was? This new behavior is sick!!!

Asked by Randy Walker 8 kwiiyure ezidlulileyo

Last reply by Randy Walker 8 kwiiyure ezidlulileyo

Firefox built-in PDF viewer stuck in light mode when privacy.resistFingerprinting is enabled

Hi everyone, After enabling `privacy.resistFingerprinting = true` in `about:config`, I noticed that Firefox’s built-in PDF viewer (`pdf.js`) is always displayed in **lig… (funda okungaphezulu)

Hi everyone,

After enabling `privacy.resistFingerprinting = true` in `about:config`, I noticed that Firefox’s built-in PDF viewer (`pdf.js`) is always displayed in **light mode**, even though my system and browser themes are both dark.

I understand that RFP forces `prefers-color-scheme: light` to prevent fingerprinting, but this also affects internal components like the PDF reader. Unfortunately, the PDF viewer doesn’t provide a manual dark mode toggle.

Is there any **official or safe workaround** that allows keeping RFP enabled while still having the PDF viewer use dark colors?

Thanks!

Asked by Xinyue Wang 9 kwiiyure ezidlulileyo

Last reply by Paul 9 kwiiyure ezidlulileyo

Site storage settings

I used to be able to clear all data with no problem, but now it's holding to Gmail login data (I think that's the problem, anyway). I clear all data after each browsing s… (funda okungaphezulu)

I used to be able to clear all data with no problem, but now it's holding to Gmail login data (I think that's the problem, anyway). I clear all data after each browsing session and have been doing so for a long time, but it's not working anymore. But it is working on my husband's laptop and we're on the same version of Windows (11) and have the same settings. Can someone please assist in figuring out what's happening behind the scenes? Thank you!

Asked by kandm1p5 9 kwiiyure ezidlulileyo

FF 140.3.1esr (32-bit) - Get PR_CONNECT_RESET_ERROR but Chrome works ok at the same site

Hi, I have 2 machines (Win10 and Win11) with FF 140.3.1esr (32-bit) installed which demonstrates the same failure when I enter one site's url: PR_CONNECT_RESET_ERROR C… (funda okungaphezulu)

Hi,

I have 2 machines (Win10 and Win11) with FF 140.3.1esr (32-bit) installed which demonstrates the same failure when I enter one site's url:

PR_CONNECT_RESET_ERROR

Chrome at the same machines goes at this url w/o any failures. Any ideas what to change on "about:config" in FF to allow it opening this url w/o such error?

Asked by senglory 10 kwiiyure ezidlulileyo