Zobrazenie otázok označených: Zobraziť všetky otázky
  • Vyriešené
  • Archivované

HTML backup (bookmarks)

Am I understanding this correctly? HTML backup (bookmarks) doesn't support tags and annotations, but JSON backup does, and JSON backup doesn't preserve the website favi… (ďalšie informácie)

Am I understanding this correctly?

HTML backup (bookmarks) doesn't support tags and annotations, but JSON backup does, and JSON backup doesn't preserve the website favicons, but HTML backup does?  

So, what I can do, is restore my (saved) bookmarks using JSON backup, then restore the HTML backup, this would get my tags and annotations, and the website favicons back? But the downside, I will need to remove duplicates?

Otázku položil(a) Teagan Pred 7 mesiacmi

Na otázku odpovedal(a) cor-el Pred 7 mesiacmi

  • Vyriešené
  • Archivované

Can't open any website

So, my browser is disabled. I can open it, but if I type anything in the adress bar (the home menu with recomendations and the search tab doesn't pop up) it will process … (ďalšie informácie)

So, my browser is disabled. I can open it, but if I type anything in the adress bar (the home menu with recomendations and the search tab doesn't pop up) it will process the information, but then stop and gives me a blank screen. I send an image of it. For example if I type https://www.google.com the tab will go white and I can't do anything about it. In the apliccation menu, the only thing I can do is to go into troobleshooting mode by clicking the Help tab. Everything else (except for the new tab or window tool) is disabled. I beleive it is coused by the fact I can't open any website and those tabs are links. Please write back.

Otázku položil(a) antoni.grzegorowski Pred 1 rokom

Na otázku odpovedal(a) cor-el Pred 1 rokom

  • Uzamknuté

Where is the video area in Firefox Version 122?

I was told to click on the video area to solve a problem with text displaying The solution seemed quite simple But I cannot see any video area on Firefox Version 122 I lo… (ďalšie informácie)

I was told to click on the video area to solve a problem with text displaying The solution seemed quite simple But I cannot see any video area on Firefox Version 122 I looked at all the View drop-downs including Toolbars, Sidebar, Zoom, Page Style I tried clicking everywhere but nothing worked Can anyone tell me where it is? or how to get it to display?

I have Windows 10 64-bit professional operating system

Otázku položil(a) tmyoung Pred 3 mesiacmi

Posledná odpoveď od James Pred 3 mesiacmi

  • Vyriešené
  • Archivované

Can't allow to screen share in any site Firefox 115.0.2

No matter what I try, I can't allow any sites to present my screen or a window, I can't find an option in settings neither in the option to allow in the tab. The "allow" … (ďalšie informácie)

No matter what I try, I can't allow any sites to present my screen or a window, I can't find an option in settings neither in the option to allow in the tab. The "allow" button is simply not available at all. How do I solve that? The problem happens in all sites that I've tried: focusmate, cofocus, discord, google meet, etc

Otázku položil(a) denieltonrd Pred 9 mesiacmi

Na otázku odpovedal(a) jonzn4SUSE Pred 9 mesiacmi

  • Vyriešené
  • Archivované

ending playing video crashes firefox

Hey, since 2 months firefox started crashing when a video comes to the end. I tried it in troubleshoot mode skipped to min 10:45/10:50 and played. after this 5 sec it jus… (ďalšie informácie)

Hey, since 2 months firefox started crashing when a video comes to the end. I tried it in troubleshoot mode skipped to min 10:45/10:50 and played. after this 5 sec it just crashed. I noticed it on youtube but tried it on other players and it also happened. Today I also started a video on a other website and it crashed but not when starting youtube videos.

Here my last 5 crash reports: bp-8fdedc8b-c8bc-404f-9e3e-8f2fd0230813 bp-b15becdb-456b-4a22-971c-2c0c20230813 bp-9754361a-f67b-445a-9163-c88a20230813 bp-cffc46ae-9ae5-4678-a323-7b60b0230813 bp-a863679a-577e-45f4-9f4e-002bc0230810

Best regards, Michal

Otázku položil(a) m1k0_38 Pred 9 mesiacmi

Na otázku odpovedal(a) zeroknight Pred 9 mesiacmi

  • Vyriešené
  • Archivované

Replacing Firefox 78 for OS 10 El Capitan

Hello, I've followed Firefox's invitation to install and update the browser on my Mac. Unfortunately the new version is not compatible with OS 10 El Capitan, my operating… (ďalšie informácie)

Hello, I've followed Firefox's invitation to install and update the browser on my Mac. Unfortunately the new version is not compatible with OS 10 El Capitan, my operating system, so now I can't use Firefox at all. How I do get the old version back?

Thank you, Lars

Otázku položil(a) larsdrinkrow Pred 2 rokmi

Na otázku odpovedal(a) jscher2000 - Support Volunteer Pred 2 rokmi

  • Vyriešené
  • Archivované

Sugestions

No idea who is gonna respond on this but hope someone can help.. when im trying to serch things up ive tryed before i dont get the surgestions in the order i would like… (ďalšie informácie)

No idea who is gonna respond on this but hope someone can help..

when im trying to serch things up ive tryed before i dont get the surgestions in the order i would like...


on the image i want the cirkled website link to come first

i know the trick were u bookpark and make the shotcut but do i really need to do that with every god damn website

ty for any help u can give

Otázku položil(a) fenst12 Pred 1 rokom

Na otázku odpovedal(a) cor-el Pred 1 rokom

  • Vyriešené
  • Archivované

Installing root CA certificates

I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use. The environment is launched from AWS and consists of a… (ďalšie informácie)

I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use.

The environment is launched from AWS and consists of an Ubuntu 18 desktop and a Ubuntu Server running Apache. The desktop is able to successfully load the website, but with a cert error that the certificate isn't trusted.

When the Ubuntu Desktop launches, it has a fresh install of Firefox, and therefore all the directories in the users home folder are not yet setup for Firefox, including the database where the root CAs are stored.

I'm am able to add the Root CA certificate into the Firefox cert database AFTER the machine fully boots and I run Firefox for the first time. I'm using the 'certutil' package to do this. After I load Firefox, then add the root CA certificate using certutil, I'm able to load the website without error.

I need to add this certificate to the database with the startup shell script for the machine.

Any help is greatly appreciated. Here's the commands I'm using:

  1. copy the CA cert into firefox

export ffcerts=`ls /home/testuser/.mozilla/firefox/ | grep default-release` sudo certutil -A -n "testcert" -t "TC,," -i /home/testuser/certificates/testcertCA.pem -d sql:/home/testuser/.mozilla/firefox/$ffcerts

These commands work perfectly after Firefox is run for the first time. I've even tried adding 'Firefox' (with several different switches) into my startup script without success.

Otázku položil(a) goriest-02-stacker Pred 1 rokom

Na otázku odpovedal(a) goriest-02-stacker Pred 1 rokom

  • Vyriešené
  • Archivované

I keep having to sign in when opening Google search page

and not only that, when I click on sign in - it shows me a work email address that I rarely use - not my Firefox account / main email. I have to click NEXT then change em… (ďalšie informácie)

and not only that, when I click on sign in - it shows me a work email address that I rarely use - not my Firefox account / main email. I have to click NEXT then change email address from the drop down menu. I followed the setting attached. but it's still does it. I close Google tab, then go back and im signed out again! It's extremely annoying. How on earth can I fix this?

My tech info: Macbook Air Mac OS 12.2.1


Rebecca

Otázku položil(a) rebknell Pred 2 rokmi

Na otázku odpovedal(a) jonzn4SUSE Pred 2 rokmi

  • Vyriešené

Sync Problem

Yesterday, I ran a format on my computer with Firefox in installed on it. When I tried to recover my settings, history and bookmarks later using sync after logging in to … (ďalšie informácie)

Yesterday, I ran a format on my computer with Firefox in installed on it. When I tried to recover my settings, history and bookmarks later using sync after logging in to my account nothing happened. Can you please help me recover my data? Thanks in advance.

Otázku položil(a) spider.adeeb Pred 2 mesiacmi

Na otázku odpovedal(a) jonzn4SUSE Pred 2 mesiacmi