Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Okugcinwe kunqolobane

recover the saved password

Hi Team I have saved password in FF but unfortunately I have removed the saved password from one device .But it has removed from all my devices . Is there any chance to… (funda kabanzi)

Hi Team

I have saved password in FF but unfortunately I have removed the saved password from one device .But it has removed from all my devices . Is there any chance to restore the data for me .

Asked by chinmoya2u 1 unyaka odlule

Last reply by abdulrazzaqsharif723 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Library should open new tab when click item in library

I am very happy with the upgraded Firefox library. It works great except for one feature. Maybe there is a setting for it that I have missed. When I click on an item i… (funda kabanzi)

I am very happy with the upgraded Firefox library. It works great except for one feature. Maybe there is a setting for it that I have missed.

When I click on an item in my library to open it, it opens it over top of the right-most tab that I have open. That means I always have to be careful to have a blank tab open, otherwise I lose the last item I was viewing. Is there a setting, or can you add a setting, to have the library open links in a new tab, or if one prefers in the existing tab? I want to be able to open in new tabs.

Asked by eberger5 1 unyaka odlule

Answered by zeroknight 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Updating FF, using Mac 10.12.6: Will ESR happen automatically?

I have Mac 10.12.6 on an "early 2009" 27" iMac. I'm waiting for the new 27/32inch iMac until I upgrade hardware and operating system. The release notes with FF V115 say… (funda kabanzi)

I have Mac 10.12.6 on an "early 2009" 27" iMac. I'm waiting for the new 27/32inch iMac until I upgrade hardware and operating system. The release notes with FF V115 say in part " Users on those operating systems will be migrated to the ESR 115 version of Firefox."

I want to clarify that when I update to FF 116, FF will automatically install the ESR version, or will I need to do this manually? Also, will this update take a long time, like FF will be installing a totally new (ESR) version, rather than "just" the usual update?

Asked by ChrisG 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Okugcinwe kunqolobane

Tabs bar

Hi, I use sript "hide tabs bar with only one tab" but empty tabs bar is still visible. Can someone help me? Script: /:root[sizemode="normal"] #nav-bar{ --uc-window-drag… (funda kabanzi)

Hi, I use sript "hide tabs bar with only one tab" but empty tabs bar is still visible. Can someone help me?

Script:

/:root[sizemode="normal"] #nav-bar{ --uc-window-drag-space-width: 20px }

  1. titlebar{ -moz-appearance: none !important; }
  2. tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox, #tabbrowser-arrowscrollbox{ min-height: 0 !important; }
root:not([customizing]) #tabbrowser-tabs .tabs-newtab-button,
root:not([customizing]) #tabs-newtab-button,
root:not([customizing]) #TabsToolbar-customization-target > .toolbarbutton-1,
root:not([customizing]) #TabsToolbar .titlebar-button{
 -moz-appearance: none !important;
 height: 43px;
 padding-top: 0px !important;
 padding-bottom: 0px !important;
 -moz-box-align: stretch;
 margin: 0 !important;

}

root:not([customizing]) #TabsToolbar-customization-target > .toolbarbutton-1 > .toolbarbutton-icon{
 padding-block: 0px !important;
 max-height: 28px;
 height: 20px !important

}

  1. tabs-newtab-button, #alltabs-button, #tabbrowser-tabs .tabbrowser-tab:only-of-type{
 visibility: collapse !important;

}






/* TABS: bottom - Firefox 65 and later - updated for 89+ */ /* https://searchfox.org/mozilla-release/source/browser/themes/shared/tabs.inc.css */ /* https://github.com/Aris-t2/CustomCSSforFx/blob/master/classic/css/tabs/tabs_below_navigation_toolbar_fx89.css */ /* https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox */

/* ROOT - VARS */ /* you can adjust the CSS variables until it looks correct */

  • |*:root {
 --tab-toolbar-navbar-overlap: 0px !important;
 --tab-min-height: 25px !important;
 --tab-min-width:  60px !important;
 --tab-adjust:  0px; /* adjust tab bar - only for 68-73 */
 --tab-caption: 5px; /* caption buttons on tab bar */

}

/* TAB BAR - below nav-bar */

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

}

  1. tabbrowser-tabs {
 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;

}

/* TabsToolbar with menubar and titlebar hidden - rules for Firefox 65-73 */

  • |*:root[tabsintitlebar]:not([inFullscreen="true"]):not([sizemode="maximized"]) #toolbar-menubar[autohide="true"] ~
#TabsToolbar{
 bottom: var(--tab-adjust); /*ADJUST*/

}

/* TABS: height */

  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;

}

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

}

/* indicators *//*

  • |*:root[privatebrowsingmode=temporary] .private-browsing-indicator {
 position: absolute !important;
 display: block !important;
 right: 0px !important;
 bottom: 0px !important;
 width: 14px !important;
 pointer-events: none !important;

}

  • /

.private-browsing-indicator {display: none !important;} .accessibility-indicator {display: none !important;}

/* Indicators - HIDE *//*

  • |*:root:not([accessibilitymode]) .accessibility-indicator {display: none !important}
  • |*:root:not([privatebrowsingmode=temporary]) .private-browsing-indicator {display: none !important}
  • /

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

 width: 20px !important;

}

/* 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 window-controls and caption buttons on Tab Bar */

  1. TabsToolbar #window-controls {display: none !important;}
  2. TabsToolbar .titlebar-buttonbox-container {display: none !important;}

Asked by PshemQ 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

missing theme preview pics etc.

hi, something happened to my themes. i can no longer see the preview/thumbnail of them, also the authors link is gone. i've been trying everything for hours, but couldn't… (funda kabanzi)

hi, something happened to my themes. i can no longer see the preview/thumbnail of them, also the authors link is gone. i've been trying everything for hours, but couldn't find anything in about:config that worked. any help would be great, thanks!

Asked by davidw87 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Videos won't play in firefox

Every day. Videos won't play. sometimes one restart of firefox will fix it. sometimes multiple restarts are required before it'll work. The loading bar at the bottom of t… (funda kabanzi)

Every day. Videos won't play. sometimes one restart of firefox will fix it. sometimes multiple restarts are required before it'll work. The loading bar at the bottom of the video (on the seek bar) indicates the video is loading but it won't play. There have been times where I have disabled every single add-on and it would not work. Add-ons do not seem to be the cause. I have tried it in a private browser window with no joy. I have refreshed firefox, I have uninstalled and reinstalled it. I have tried disabling my antivirus. I have tested videos on websites in other browsers with no issue. The issue seems to be with the video player itself. overlays seem unaffected, I can use the seek bar and it shows the captions. I have tested different websites including Youtube, Vimeo and Steam. I tried many tens of times to get it working today to no avail. finally when I closed nearly all my tabs, the video worked (but I had also opened TOR and run avideo in that), I am not sure if this is the cause. If the cause is having multiple tabs open, this is an issue for me. I have a learning disability and likely ADHD and I have a set of tabs as my homepages so I don't forget things. If It's not the mutliple tabs, then what else can I do?

Asked by tremault 1 unyaka odlule

Last reply by tremault 1 unyaka odlule

  • Okugcinwe kunqolobane

Bookmarks tool bar gone from left side, web instructions to restore it do not work

Hello; My bookmarks disappeared from the left side of my Firefox. I have tried all the suggestions on the web but none work. How do I get my bookmarks back on the left si… (funda kabanzi)

Hello; My bookmarks disappeared from the left side of my Firefox. I have tried all the suggestions on the web but none work. How do I get my bookmarks back on the left side of FireFox? Thanks! Vik

Asked by vikw 1 unyaka odlule

Last reply by vikw 1 unyaka odlule

  • Okugcinwe kunqolobane

Firefox has the wrong location for me

Firefox seems to think I am in Hot Springs Village, Arkansas. I am actually in New York and have no connection to Hot Springs Village, Arkansas. Google Chrome on the sam… (funda kabanzi)

Firefox seems to think I am in Hot Springs Village, Arkansas. I am actually in New York and have no connection to Hot Springs Village, Arkansas.

Google Chrome on the same (Windows 11 Microsoft Surface Pro X) computer has the right location for me, as does Microsoft Edge. Checking my IP address with https://www.iplocation.net/ gives a location reasonably close to my real location and nowhere near Arkansas.

If I clear all cache in Firefox, it does go back to the right address - at the cost of a lot of annoying re-entry of routine information. But after a few days it goes back to insisting I am in Hot Springs Village, Arkansas.

Before I switch to Chrome, is there a way to fix this?

Asked by kjwinston 1 unyaka odlule

Last reply by zeroknight 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Twitter buttons disappearing, notifications page broken.

Hey, this has been going on for a few days, but when I try to use twitter on desktop, there are no retweet/like/reply buttons. This problem doesn't exist on Chrome or the… (funda kabanzi)

Hey, this has been going on for a few days, but when I try to use twitter on desktop, there are no retweet/like/reply buttons. This problem doesn't exist on Chrome or the Mobile app. I can reply to things, but that's it. I also can't browse through my notifications without the page immediately displaying the "Something went wrong. Try reloading." message. I'm not sure what's causing this or if it's just me or what.

Asked by efrainwriting 1 unyaka odlule

Answered by efrainwriting 1 unyaka odlule

  • Okugcinwe kunqolobane

Unable to watch age restricted videos on Youtube with Firefox

As of a month or so ago I have been unable to watch age restricted videos on YT. The warning prompt appears asking me to verify that I want to proceed. When clicked, it s… (funda kabanzi)

As of a month or so ago I have been unable to watch age restricted videos on YT. The warning prompt appears asking me to verify that I want to proceed. When clicked, it simply takes me back to the YT home page. Restricted mode is set to off and I am able to watch these videos in Internet Explorer with the same Google account. I have also ran FF in safe mode and it still takes me back to the home page.

Asked by maximus551 1 unyaka odlule

Last reply by maximus551 1 unyaka odlule

  • Okugcinwe kunqolobane

Trying to download openh264.....zip everytime I open Mozilla

Everytime I try to open Mozilla it automatically tries to download "openh264-win64-31c4d2e4a037526fd30d4e5c39f60885986cf865.zip" file, how to stop this ? TIA!! … (funda kabanzi)

Everytime I try to open Mozilla it automatically tries to download "openh264-win64-31c4d2e4a037526fd30d4e5c39f60885986cf865.zip" file, how to stop this ? TIA!!

Asked by ASH 1 unyaka odlule

Last reply by James 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Most of my add-ons are missing from my toolbar after install on new system

The only icons I can see on the right hand side of my toolbar is the NoScript icon, along with the Save to Pocket, FF Account, Extensions and hamburger buttons. I shoul… (funda kabanzi)

The only icons I can see on the right hand side of my toolbar is the NoScript icon, along with the Save to Pocket, FF Account, Extensions and hamburger buttons.

I should have about 12.

I just installed a new system, launched FF and set it up to sync with my account. Everything else appears to run fine - passwords, history, etc. The Tree Style Tab works fine too.

I have double checked the other solutions I found here, such as private viewing options, or trying to find the icons in the customize screen, but that's not the issue.

My other FF instances on other machines are still fine.

I just updated FF on this problem machine to 115.0.2 but no joy.

Asked by Adam H. 1 unyaka odlule

Answered by AliceWyman 1 unyaka odlule

  • Okugcinwe kunqolobane

print problems

when I select an email to print the first page is partial, it's not the entire email that needs to be printed. then the other pages are blank how to fix this problem&nbs… (funda kabanzi)

when I select an email to print the first page is partial, it's not the entire email that needs to be printed. then the other pages are blank

how to fix this problem ?

thanks Linda

Asked by Linda 1 unyaka odlule

Last reply by jscher2000 - Support Volunteer 1 unyaka odlule

  • Okugcinwe kunqolobane

saving webpages as pdfs without page breaks

In Firefox-Mac, I used to be able to save webpages as PDFs without page breaks as one long page (sometimes 120 inches), depending on the page. The newer version it doesn'… (funda kabanzi)

In Firefox-Mac, I used to be able to save webpages as PDFs without page breaks as one long page (sometimes 120 inches), depending on the page. The newer version it doesn't work. Now I have to use Safari (!) for this. This is a useful feature for proofreading, where page breaks often break up or omit entire sentences.

Asked by frank258 1 unyaka odlule

Last reply by frank258 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

a website wont load on normal but will on private mode

the website channel 4 wont load and videos wont play on the normal firefox. it was fine a couple of weeks ago. if i load the website in private window, it works fine wiht… (funda kabanzi)

the website channel 4 wont load and videos wont play on the normal firefox. it was fine a couple of weeks ago. if i load the website in private window, it works fine wiht no issue.

Asked by nfletcher13 1 unyaka odlule

Answered by Terry 1 unyaka odlule

  • Okugcinwe kunqolobane

ReCaptcha

In Opera recaptcha never comes up yet n Firefox it does. I do not use anything google. I hate google with a passion, yet Firefox is forcing it on us. I use www.rewardscen… (funda kabanzi)

In Opera recaptcha never comes up yet n Firefox it does. I do not use anything google. I hate google with a passion, yet Firefox is forcing it on us. I use www.rewardscentral.com.au for a few things, I log in to this website every morning. With Firefox I have to click on the recaptcha crap every single time, yet with Opera web browser I don't. I came to Firefox for a more "secure"browser, and yet you allow google crap to take over, how is this so secure? Google is the worlds biggest scammer. Please, give us a way to remove it and block it. Even for my search engine I use Startpage for better security.

Asked by donnytee3022 1 unyaka odlule

Last reply by zeroknight 1 unyaka odlule

  • Okugcinwe kunqolobane

Troubleshooting Session-Restore

I run Window 10 and love session restore in Firefox, as I usually like about 15 of my usual tabs open each session. Though Firefox restores these tabs successfully, it of… (funda kabanzi)

I run Window 10 and love session restore in Firefox, as I usually like about 15 of my usual tabs open each session. Though Firefox restores these tabs successfully, it often also restores long-closed tabs that were no longer open during my previous session, sometimes resulting in my having over a hundred tabs open which I have to manually close. How do I stop Firefox from 'restoring' tabs that were no longer open when I last powered-down my computer?

Asked by scottbrizel 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule