- Løst
Streaming trouble
After the latest update from Firefox, I'm unable to open steam videos in Hulu
After the latest update from Firefox, I'm unable to open steam videos in Hulu
My Firefox install apparently did a background update that did not complete, I get an error 'XULRunner / Error: Platform version '129.0' is not compatible...' I did not … (læs mere)
My Firefox install apparently did a background update that did not complete, I get an error 'XULRunner / Error: Platform version '129.0' is not compatible...'
I did not (do not) have a profile I had logged into for that installation, but did have many passwords saved that I'd like to still be able to use if at all possible.
I have installed another instance of Firefox that is working (on platform 129.0), and am using Windows 11. I also turned off automatic updates in hopes of preventing this in the future.
The previous profile still exists in AppData/Roaming, but I don't know how/if I can connect it to the new installation I now have.
Is it possible to either fix the incomplete update or connect my old profile to this new instance so I don't have to reset all my passwords?
Thanks!
When I play any video on https://www.bilibili.com/ this chinese website After finish the video,The Firefox get white screen and crash And this happen every single time, T… (læs mere)
When I play any video on https://www.bilibili.com/ this chinese website After finish the video,The Firefox get white screen and crash And this happen every single time, There is nothing I can do The crash log is here: bp-c489f92a-e918-43ba-ab0b-589210240812
.............................................
Hi, my firefox has been creashing every 5-10 mins even in troubleshoot mode. Please help. Here is a list of the crash IDs for tonight: bp-23147b5e-75aa-4e42-8777-a999… (læs mere)
Hi,
my firefox has been creashing every 5-10 mins even in troubleshoot mode. Please help. Here is a list of the crash IDs for tonight:
bp-23147b5e-75aa-4e42-8777-a99900240801 2024-08-01, 1:40 p.m. View bp-1c79a3b1-b7a7-4b45-a910-6296b0240727 2024-07-26, 11:46 p.m. View bp-9a46ad2e-d8e8-4217-80c6-7bf720240719 2024-07-18, 11:03 p.m. View bp-d742c571-926d-4cd3-966a-b31750240417 2024-04-16, 9:52 p.m. View bp-788dfd10-fc1c-4567-8552-1752d0240812 2024-08-11, 10:53 p.m. View bp-3b748a7d-b519-41af-8bf3-e491e0240812 2024-08-11, 10:53 p.m. View bp-e0535305-f625-43e4-8dc1-aa6b30240812 2024-08-11, 10:53 p.m. View bp-fcb76f76-a488-438c-9352-af3c90240812 2024-08-11, 10:53 p.m. View bp-b8ce4d6e-3904-4fcc-8d58-e02240240812 2024-08-11, 10:53 p.m. View bp-48288fb6-9fac-4cc2-9251-ef2970240812 2024-08-11, 10:53 p.m. View bp-14bdf94a-89a0-47fe-837c-97e7a0240812 2024-08-11, 10:53 p.m. View bp-31dd271c-8d80-49ff-bd2d-e85790240812 2024-08-11, 10:53 p.m. View bp-ce1040ff-6256-4523-8514-cd4350240812 2024-08-11, 10:53 p.m. View bp-463d670c-55e4-4e31-be04-feb800240812
Hi all, I have a docker container which is running Ubuntu 20.04 and the lightweight desktop GUI. I need Firefox up and running in order to access the application for whic… (læs mere)
Hi all, I have a docker container which is running Ubuntu 20.04 and the lightweight desktop GUI. I need Firefox up and running in order to access the application for which was the intended use of this container. However the lightweight desktop apparently doesn't have some of the services running like systemd and snap. There is a binary named "Firefox" already installed at /usr/bin/firefox but I've tried "systemctl start firefox" but that didn't work. Any ideas on how to get Firefox up and running? Thanks Norm
I have been experiencing a problem with Cloudflare specifically on one site (character.ai) and when the verify you are human pops up. It takes me in a seemingly infinite … (læs mere)
I have been experiencing a problem with Cloudflare specifically on one site (character.ai) and when the verify you are human pops up. It takes me in a seemingly infinite loop. On the Cloudflare community site they say it could be because of things like adblock but even without any adblock or anything of the sort on it does the same thing. Sadly Cloudflare community doesn't support being used on Firefox. So maybe they don't support being used on Firefox in general? I have contacted the actual websites support but they don't seem to even read submitted inquiries because I never hear anything back from them except the automated message they received it. It is now preventing me from using certain things in general which as before it wasn't that big of a deal but recently they changed the site layout and still allowed you to use the old layout but the verification blocks you from using the old layout. The first one is one from a couple of weeks ago when it only effected me trying to open things in a separate tab and the second one is the newer one which prevents me from accessing the old layout. I'm not sure what to do about it since nothing I specifically could do to solve it has helped. I have opted into sharing data under troubleshooting IDK how well that'll help.
Hello, this is josh, I have a dedicated website for my business and I use Firefox Brower. The problem i'm facing right now is the website isn't loading properly in the Fi… (læs mere)
Hello, this is josh, I have a dedicated website for my business and I use Firefox Brower. The problem i'm facing right now is the website isn't loading properly in the Firefox. Website isn't showing image and proper site. However, when i try to open the site in the other browser, it looks fine. what should I do, you please guide me.
Hi @all, I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (tha… (læs mere)
Hi @all,
I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (that I also had before with Windows 10) and Windows 11 my multirow bookmarks toolbar doesn´t work anymore. Before the reinstallation it worked with the following code:
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/multi-row_bookmarks.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */ /* Makes bookmarks toolbar span multiple rows */ #PersonalToolbar{ --multirow-bmb-n-rows: 3; /* Control how many rows are shown before scrolling */ --multirow-bmb-row-margin: 2px; /* Control how much spacing is between rows */ max-height: none !important; } #PlacesToolbar > hbox{ display: block; width: 100vw; } #PlacesToolbarItems{ display: flex; flex-wrap: wrap; /* --uc-bm-padding is defined in autohide_bookmarks_toolbar.css */ max-height: calc(var(--multirow-bmb-n-rows) * (5px + 1em + (2 * (var(--multirow-bmb-row-margin) + var(--uc-bm-padding,2px))))) !important; overflow-y:auto; scrollbar-color: var(--lwt-accent-color) var(--toolbar-bgcolor) ; scrollbar-width: thin; } /* Hide the all-bookmarks button */ #PlacesChevron{ display: none } /* Add some spacing between rows */ #PlacesToolbarItems > .bookmark-item{ margin: var(--multirow-bmb-row-margin) 3px !important; }
I already tried some other codes that I found in the internet but none of them worked.
I have this code in the file userChrome.css, this file is in a chrome folder and this folder is in my profile folder.
Can anybody tell me what I have to do to make the multirow bookmarks toolbar working again?
Best regards heusmich
After updating a W10 laptop from 115 to 116 of FF the user started having problems with getting to different websites (sites they worked on/with regularly). The problem i… (læs mere)
After updating a W10 laptop from 115 to 116 of FF the user started having problems with getting to different websites (sites they worked on/with regularly). The problem is the cert DB. The doc I found says that it is cert8.db. Actually it is now cert9.DB.
What I had to do was go to task manager and kill a task that was holding the cert9.db file. Then I could rename it (cert9.old.db). Then restarted their laptop and FF came up and started fixing the cert file (as expected). This seems to have fixed their problem.
Hi, Is this new feature? Once I click on link with middle mouse button, that tab is opened and switched to it. Previous firefox versions only opened tab and thats it. It… (læs mere)
Hi,
Is this new feature? Once I click on link with middle mouse button, that tab is opened and switched to it. Previous firefox versions only opened tab and thats it. It is very frustrating. I want open multiple tabs and then view those tabs. Now I have to, suppose I have 5 links listed in webpage:
I middle mouse 1st link Then I have to return to my previous page I middle mouse 2nd link Then I have to return to my previous page I middle mouse 3rd link Then I have to return to my previous page I middle mouse 4th link Then I have to return to my previous page I middle mouse 5th link Then I have to return to my previous page
If it is new DEFAULT, then please make ant option to switch back in about:config, thanks!
I expect the back button to return to the previous page visited, but too often the button either doesn't respond at all or a right click is required to view the page hist… (læs mere)
I expect the back button to return to the previous page visited, but too often the button either doesn't respond at all or a right click is required to view the page history. Is there something I need to do get the original function of the back button that I thought was universal in most browsers?
like the subject says the video on disney plus is very choppy/blurry/not 4k like it should be can u guys look into it? the video is blocky and blurry on firefox but not o… (læs mere)
like the subject says the video on disney plus is very choppy/blurry/not 4k like it should be can u guys look into it? the video is blocky and blurry on firefox but not on chrome for some reason and id like to fix it soon
Hello, I have a firefox Account "accountA" which has the primary eMail-Address "mailA". I had an other Account "accountB" with primary eMail-Address "mailB" and secondar… (læs mere)
Hello,
I have a firefox Account "accountA" which has the primary eMail-Address "mailA". I had an other Account "accountB" with primary eMail-Address "mailB" and secondary eMail-Address "mailC". Sadly I lost access to "accountB" and it's primary Mail-Address "mailB" (which is ok) but want to change the Mail from "accountA" to "mailC".
However, this is not possible since "mailC" is locked to "accountB" which I can no longer access (since I need the primary Mail Address. This meens I can never again use "mailC" for my Firefox account, which is now my primary Mail-Address. Is there should be a way to disconnect a Mail-Address from an account, if one has ownership of this Mail-Address?
Sincerly Robin
I just installed Firefox on a new Windows 11 desktop computer. I ported my profiles over and it appears everything came over EXCEPT: - Themes aren't working. I've tried… (læs mere)
I just installed Firefox on a new Windows 11 desktop computer. I ported my profiles over and it appears everything came over EXCEPT: - Themes aren't working. I've tried switching them and they still don't display. The menu bar is black w/white letters; the toolbar is gray with white icons/letters. - My extension icons are there...sort of. If I hover over them I can see the tool tip but the icon doesn't appear on the toolbar which is light gray in color. I can live without the themes if I have to. Not so much the invisible extension icons. Any suggestions as to how I can get them to appear as they do on my Windows 10 desktop? Screen cap below. Cursor is hovered over the Undo Close Tab extension icon but where's the icon? Any suggestions as to how to troubleshoot this will be appreciated!!
Firefox is, without a doubt, the best browser I have ever used, and I mean it. It's privacy oriented, great GUI, and is overall customizable. But, there are definitely so… (læs mere)
Firefox is, without a doubt, the best browser I have ever used, and I mean it. It's privacy oriented, great GUI, and is overall customizable. But, there are definitely some things which need improvement ASAP, such as the following: When I mouse over the top of my screen, Firefox semi-exits full screen mode and displays the toolbar. It is extremely annoying. Please make this an option somewhere; for me, even a hacky fix will do. Please, just help me get rid of it. Thanks :)
Whenever I click my mouse somewhere blank on a webpage firefox will always select some text/image despite being nowhere close to it. This does not happen to me on chrome.… (læs mere)
Whenever I click my mouse somewhere blank on a webpage firefox will always select some text/image despite being nowhere close to it. This does not happen to me on chrome.
For a long time Ive been reading my newspaper in the browser but recently I noticed that the resolution has been changed text is blurry and images unclear. If I download … (læs mere)
For a long time Ive been reading my newspaper in the browser but recently I noticed that the resolution has been changed text is blurry and images unclear. If I download the file and read it with ADOBE PDF Reader it is as normal, sharp. I guess there is a setting that has change with one of the resent updates but I cant find it :(
I cant say when the resolution changed but it was round New Year / Christmas ....
I have auto update on.
Hope you can help me
Carl
Firstly, I have a brain injury. I am easily overwhelmed by information and am slow to understand - especially anything to do with I.T. Recently, I began successfully ac… (læs mere)
Firstly, I have a brain injury. I am easily overwhelmed by information and am slow to understand - especially anything to do with I.T.
Recently, I began successfully accessing the internet / Firefox via my Wifi Repeater. As of two or three days ago. I keep being asked to "log in to access the Internet", but even after I do it (successfully, as far as my repeater is concerned) I'm no further forward; I keep being asked to log in.
Thanks to my repeater I have a strong signal when in my garden office. But after a month, Firefox has suddenly stopped allowing me to use it. I am back at Square 1, before I purchased the thing.
I need need to work from my office. Please help resume my Repeater's access.
Kind regards,
Sean
I have been trying all afternoon and no matter how fast I am, I am getting this message. Document Expired This document is no longer available. The requested document … (læs mere)
I have been trying all afternoon and no matter how fast I am, I am getting this message.
Document Expired
This document is no longer available.
The requested document is not available in Firefox’s cache.
As a security precaution, Firefox does not automatically re-request sensitive documents. Click Try Again to re-request the document from the website.
When I click Try Again, I get logged out of the website I am on. What am I doing wrong? Is there a way to extend the time so I am able to reasonably enter the data into the form and not have it time out. I was able to the enter this information in the past without a problem.
The website is https://www.mysynchrony.com/ and I select one of my accounts and I am trying to add a bank account and I am unable to do so. Please help.