Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

upgrade version problem

I'm currently running V. 89 on a Windows-7 machine. The system runs a GE-Force 700 series video card. I just recently added more RAM to my system (currently 4 GB) and the… (funda kabanzi)

I'm currently running V. 89 on a Windows-7 machine. The system runs a GE-Force 700 series video card. I just recently added more RAM to my system (currently 4 GB) and the OS is running all the latest W-7 updates. I want to upgrade to the latest FireFox version (112), but am having problems with it. When I go to run V. 112 on YouTube, there is an annoying hesitation whenever a video is running and I go to move the mouse around the page with the video stopping for 1/4 second and then restarting with each mouse movement. I disabled hardware acceleration, but the problem still won't go away. I don't see it on other sites, just YouTube. It's so annoying that I uninstalled V. 112 and re-installed V. 89. Any suggestions? Thanks.

Asked by joeferrara 3 emasontweni adlule

Last reply by joeferrara 3 emasontweni adlule

How to untrust specific certificate in firefox?

For example: 1. Certificate "CA.A" is trusted by firefox by default. 2. Certificate "CA.B" is issued by certificate "CA.A", but not stored in firefox by default. 3. Websi… (funda kabanzi)

For example: 1. Certificate "CA.A" is trusted by firefox by default. 2. Certificate "CA.B" is issued by certificate "CA.A", but not stored in firefox by default. 3. Website "WWW.C" use a certificate "CA.C" which is issued by certificate "CA.B" 4. After I visit "WWW.C", firefox will report it is a secure connection and will add "CA.B" to "Certificate Manager".

Now I want to untrust "CA.B" and all certificate issued by it.

In firefox old release(like firefox 45), there is an "Import" option in "Certificate Manager"->"Servers", I can import "CA.B" to untrust the certificate. In firefox new release(like firefox 112), there is no "Import" option in "Certificate Manager"->"Servers", so I can not untrust "CA.B". I have also try to untrust the certificate in "Certificate Manager"->"Authorities"-"Edit Trust", but uncheck the checkbox can't untrust the certificate and firefox still report it is a secure connection when I visit "WWW.C".

Asked by asmreg 1 inyanga edlule

Last reply by asmreg 1 inyanga edlule

problem joining chat GPT

I am trying ti make an account for chat GPT and get this response; This challenge page was accidentally cached by an intermediary and is no longer available. Please he… (funda kabanzi)

I am trying ti make an account for chat GPT and get this response;

This challenge page was accidentally cached by an intermediary and is no longer available.

Please help!

Asked by Cam macdonald 1 inyanga edlule

Last reply by Dropa 1 inyanga edlule

  • Kusonjululiwe

browser history/bookmarks search option missing on android

There is no option for me to search through my browser history of bookmarks by selecting search and entering text. The search option does not exist in my browser. I'm su… (funda kabanzi)

There is no option for me to search through my browser history of bookmarks by selecting search and entering text. The search option does not exist in my browser.

I'm sure I have the latest version and I find no way to solve this.

08Mar2023 Device: Xiaomi Poco X3 Pro Location: Switzerland

Asked by khaled.fleming 2 izinyanga ezidlule

Answered by khaled.fleming 2 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

What content is required in userChrome.css to move the tabs bar under all other bars?

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does N… (funda kabanzi)

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does NOT move the Tabs Bar below the Bookmarks Bar. The Bookmarks Bar appears to be overwritten and blank, and occupies space below the Menu Bar, Navigation Bar, and Tabs Bar. This empty space separates the three bars which are implemented and the content of the currently-selected tab below it.

Currently, my userChrome.css file is a copy posted by Cor-el (?):


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

/* TABS: below nav-bar - fixed for 108+ */

/* ROOT -variables */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;
  
  --tab-min-height: 25px !important; /*override density*/
  --tab-min-width:  80px !important; /*override default*/
}

/* TABS: below nav-bar  */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
  -moz-box-ordinal-group: 10 !important;
}

#TabsToolbar {
  -moz-box-ordinal-group: 1000 !important;
}

/* TABS: position */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100vw !important;
}

/* for 107 and lower - disable this rule in 108 and newer *//*
#tabbrowser-tabs {
  width: 100vremovew !important;
} */

/* navigator-toolbox: PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  position: relative !important;
}

/* TABS: HEIGHT */
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox,
#tabbrowser-tabs .tabbrowser-tab {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#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 - hide  */
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* window controls in full screen - hide*/
#TabsToolbar #window-controls {display: none !important;}

/* caption buttons on tab bar - hide */
*|*:root[tabsintitlebar]:not([inFullscreen="true"])
 #toolbar-menubar[autohide="true"] ~ #TabsToolbar
 .titlebar-buttonbox-container {display: none !important;}

________________________________________________________________________________________________

Evidently, the text editor for this website does several things to the above original text that, frankly, seem unnecessary and undesirable. The .CSS file is just an unformatted text file, so what is the problem with simply copying its contents and pasting it in to the body of this post?

Which is also to say that I do NOT have a clue as to what any line in the file is meant to do, what effect it has, why it is even in the file at all, or why it is written in the way that it is. So DO NOT tell me that I "CAN" create a Cascading Style Sheet on my own when I cannot even modify one that has been provided.

On the face of it, something is missing from the above CSS text. What change needs to be made to the above content so that the Bookmark Bar will appear between the Navigation Bar and the Tabs Bar??

Thank-you very much for your time and attention to this request for assistance.

Asked by Blacklisted 1 unyaka odlule

Answered by DB-1 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

moving tabs back to below menu bar

Firefox updated and now my tabs are above the address bar, I hate it. I have went through all the information I could and created a new chrome folder, downloaded the css … (funda kabanzi)

Firefox updated and now my tabs are above the address bar, I hate it. I have went through all the information I could and created a new chrome folder, downloaded the css and changed user preferences but it sets the tabs to the bottom of the screen not just below the address bar. I think I need a different set of code for the css but cant find a copy. Does anyone know what to do?

Asked by sharkeyandgeorge 1 unyaka odlule

Answered by sharkeyandgeorge 1 unyaka odlule

Sync not working since had to reinstall Windows

In the past, logging in to my Firefox account has caused new installs to just sync with my previous settings, bookmarks etc, but my computer had a... spaz & I had to … (funda kabanzi)

In the past, logging in to my Firefox account has caused new installs to just sync with my previous settings, bookmarks etc, but my computer had a... spaz & I had to do a new install of Windows 10, and Firefox will not sync. I've tried hitting 'sync now'...

Asked by Anya 5 izinyanga ezidlule

Last reply by jonzn4SUSE 5 izinyanga ezidlule

  • Okugcinwe kunqolobane

If you are unable to load any pages, check your computer’s network connection.

i am trying to watch xvideos.com but it keep saying Unable to connect Firefox can’t establish a connection to the server at xvideos.com. The site could be temporari… (funda kabanzi)

i am trying to watch xvideos.com but it keep saying Unable to connect

Firefox can’t establish a connection to the server at xvideos.com.

   The site could be temporarily unavailable or too busy. Try again in a few moments.
   If you are unable to load any pages, check your computer’s network connection.
   If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

Asked by kelvonharris71 6 izinyanga ezidlule

Last reply by Dropa 6 izinyanga ezidlule

  • Okugcinwe kunqolobane

Can't recover account, all bookmarks and passwords lost

Hi there, I just switched operating systems from Linux Lite to Linux Mint, and when I went to sign in to Firefox my email address wasn't recognized as having an account … (funda kabanzi)

Hi there,

I just switched operating systems from Linux Lite to Linux Mint, and when I went to sign in to Firefox my email address wasn't recognized as having an account - there was no option to send a recovery email or anything, only to create a new account. I tried my other email addresses and the same thing. So I ended up creating a brand new account with my email address, but now I've lost 100's of precious bookmarks and passwords that were saved in Firefox.

Any ideas?

Thanks,

Adrian

Asked by adrianhouse 8 izinyanga ezidlule

Last reply by adrianhouse 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Can't Bookmark Tab/Tabs

Running Firefox 89.0, Win10. I usually bookmark all tabs in a window to a named folder under Bookmarks Menu, for example Folder1, Folder2, Folder3, etc. Recently, the d… (funda kabanzi)

Running Firefox 89.0, Win10. I usually bookmark all tabs in a window to a named folder under Bookmarks Menu, for example Folder1, Folder2, Folder3, etc. Recently, the dialog was stuck to a previous folder, lets say Folder2, as the default, instead of the normal default of "Bookmarks Menu". If I bookmark Folder4, it will want to put it under Folder2 as a subfolder, unless I manually change it to Bookmarks Menu, but the next time the default will go back to Folder2. After trying to manually set the default back to Bookmarks Menu, without success, I tried renaming Folder2, thinking the default will go back to Bookmarks Menu. This didn't work, Firefox chose the new Folder2 name automatically. So next I opened all the tabs in Folder2, deleted the Folder2 in the bookmarks manager, thinking that if Firefox couldn't find Folder2, it would fallback to the old default of Bookmarks Menu. Now when I try to bookmark anything, the save dialog is blank and the only thing I can click is the cancel button. How do I fix this? I have hundreds of tabs open, since the session manager I used to use is no longer supported, I was in the process of saving windows into bookmark folders. I'm worried that restarting Firefox will lose some of recent changes to my open windows/tabs state since the last time Firefox "autosaved?" my session

Thanks

Asked by ednigma42 10 izinyanga ezidlule

Answered by cor-el 10 izinyanga ezidlule

  • Okugcinwe kunqolobane

How to increase the font size in the right click context menu? (2)

Greetings... I would like to increase the font size in right click menu box in FF 89.0 (64-bit) (see attached png) I found a similar 2018 query here at: https://supp… (funda kabanzi)

Greetings... I would like to increase the font size in right click menu box in FF 89.0 (64-bit) (see attached png)

I found a similar 2018 query here at: https://support.mozilla.org/en-US/questions/1241117#answer-1174375

and based on that exchange I added the following to userChrome.css file

/* FONT SIZE IN RIGHT CLICK MENU BOXES 5/1/22 */

  1. mainPopupSet menuitem,
  2. mainPopupSet menu { font-size: 16pt !important; }

/* */

I closed and reopened FF. This change has no effect on the menu font no matter what font-size value I enter. Have I done something wrong?

Asked by rarebooks 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Firefox 89.0 crashes instantly when opening: https://globe.adsbexchange.com/

Hi, For a long time, Firefox has been crashing when I try to open the ADS-B website for tracking aircraft. This problem is intermittent. ADS-B is a huge aviation safet… (funda kabanzi)

Hi,

For a long time, Firefox has been crashing when I try to open the ADS-B website for tracking aircraft.

This problem is intermittent.

ADS-B is a huge aviation safety improvement.

Because tracking of military aircraft is often prevented, I attributed the crashing to a crash signal from military aircraft departing the nearby airport.

There are privacy concerns that have led to a new system for ADS-B.

There is also an unrelated FAA-offered blocking feature for radar tracking which allows aircraft owners to block radar data from being viewed by the general public.

Today I learned that it is impossible to paste anything to the Mozzila Crash Reporter block.

I haven't found a way to see any relevant crash report info in the Activity Monitor feature.

I haven't updated Firefox to the newest yet because the last time I upgraded I found that the appearance of the tab bar had been changed, and it took too long for me to return to the desired previous appearance.

It is often not easy to go back to a previous Firefox edition.

I understand the need to solve problems via upgrades, especially security problems, but now our late 2013 Macbook Pro Retina is stopped at OS 13.6, and perhaps also stopped at Firefox 99.0.1?

Perhaps security fixes will soon be impossible.

Thanks for your consideration.

Rich Wright

Asked by harbor693 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Videos in Firefox android browser not playing while on call?

Hi, Whenever I'm on a phone call I cannot watch a video on Firefox for android, it just plays for a second and stops. Using YouTube or media gallery work fine. Any soluti… (funda kabanzi)

Hi, Whenever I'm on a phone call I cannot watch a video on Firefox for android, it just plays for a second and stops. Using YouTube or media gallery work fine. Any solution? Thanks.

Asked by erburn616 1 unyaka odlule

Last reply by Paul 1 unyaka odlule

  • Okugcinwe kunqolobane

How to resolve this error “Can't decode H.264 stream because its resolution is out of the maximum limitation”

system:win7 x64 version:firefox89 error:Can't decode H.264 stream because its resolution is out of the maximum limitation source :https://www.bilibili.com/video/BV1qu411… (funda kabanzi)

system:win7 x64 version:firefox89 error:Can't decode H.264 stream because its resolution is out of the maximum limitation source :https://www.bilibili.com/video/BV1qu411d7ot


Watching the video of this website,browser report an error”This error message will be blank when privacy.resistFingerprinting = true. If it is really necessary, please add it to the whitelist in MediaError::GetMessage: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - mozilla::MediaResult __cdecl mozilla::WMFVideoMFTManager::ValidateVideoInfo(void): Can't decode H.264 stream because its resolution is out of the maximum limitation“。

How can I resolve this error?

Asked by 2082997155 1 unyaka odlule

Last reply by 2082997155 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Updating Firefox on a Chromebook

I downloaded Firefox on my Chromebook using the instructions found here: https://support.mozilla.org/en-US/kb/run-firefox-chromeos However, I have not been able to update… (funda kabanzi)

I downloaded Firefox on my Chromebook using the instructions found here: https://support.mozilla.org/en-US/kb/run-firefox-chromeos However, I have not been able to update it since. It says updates are disabled in Firefox itself, and I have not been able to fine what files I need to update via Terminal to get the most current version. (I have been able to update other files through Terminal). Can someone please point me in the direction of how to update Firefox if installed in the manner described in the link?

Asked by weshamner 1 unyaka odlule

Answered by weshamner 1 unyaka odlule

  • Okugcinwe kunqolobane

How links are opened

hi, can someone suggest how i can fix this. I use private browsing window for most things and when PC opens links i need them to be in private mode. But they all are op… (funda kabanzi)

hi,

can someone suggest how i can fix this. I use private browsing window for most things and when PC opens links i need them to be in private mode. But they all are opened in non-private browsing and load browser full of trash cookies even before they receive permission to do so (EU regulation). Causing me to delete these trash cookies every time.

So How can i set to all links from outside Firefox are opened in Firefox private browsing window?, or How can i set that before page loads in Firefox there is pop-up that ask if i need this opened before it is loaded?

Asked by user4325 1 unyaka odlule

Last reply by Charlie 1 unyaka odlule