Missing Home Button

Since the latest Firefox update for iOS the Home button is missing from the bottom of the screen. I use this button all the time.

Asked by pbest1 4 minutit tagasi

Denied access to any site with "book" in address

I cannot access certain sites, especially those with "book" in the address. Tried almost every idea presented on line with Firefox browser on Windows 11. What is the a… (read more)

I cannot access certain sites, especially those with "book" in the address. Tried almost every idea presented on line with Firefox browser on Windows 11. What is the answer? Thanks

Asked by V 10 minutit tagasi

Taking screenshots from the "chrome" context

Does anybody know how to take screenshots from the Firefox "chrome" context like so: ```js const { GeckoDriver } = ChromeUtils.importESModule( "chrome://remote/conte… (read more)

Does anybody know how to take screenshots from the Firefox "chrome" context like so: ```js const { GeckoDriver } = ChromeUtils.importESModule(

   "chrome://remote/content/marionette/driver.sys.mjs"

); const image = await GeckoDriver.prototype.takeScreenshot(); ```

The error I get is: "Browsing context has been discarded".

I'm rewriting the text-based browser https://brow.sh and have already been successfully using the screenshotter from the Web Extensions API. And of course I know that I can take screenshots directly from Webdriver (namely GeckoDriver in the case of Firefox), but they're just too slow, having to send the screenshot to Webdriver and then back to the web extension. So there are 2 reasons I'd like screenshots from the chrome context:

1. It'd save me having to manage the Browsh web extension. Having to have both a separate build process and the dedicated signed publishing process isn't fun. 2. The current version of Browsh only renders the "content" context of the browser, which is arguably the most important part I know, but it'd be nice if Browsh could also render things like the permissions dialog, URL history suggestions, etc.

So any other ideas that could address one or both of those points would be much appreciated.

Asked by Tom BH 17 minutit tagasi

It takes firefox over 30 seconds to list files in a local location when i first click OPEN to upload a file

If I need to upload a file I click on the OPEN or BROWSE button in the website, Open File dialogue opens trying to list the location it is already looking at, and it hang… (read more)

If I need to upload a file I click on the OPEN or BROWSE button in the website, Open File dialogue opens trying to list the location it is already looking at, and it hangs for over 30 seconds before listing files. This is windows 11, but it did it when i had windows 10 too. I dont know what to do.

Asked by paulbrightley 29 minutit tagasi

Firefox keeps crashing regualrly every day

Firefox tabs keep crashing randomly and sometimes the entire thing just crashes and the browser has to be restarted completely. I' have already tried: Updating Firefox Co… (read more)

Firefox tabs keep crashing randomly and sometimes the entire thing just crashes and the browser has to be restarted completely. I' have already tried: Updating Firefox Completely reinstalling firefox after I removed all App Data of it. Updated all the drivers that were possible to update. Installed newer codecs (H265)

Nothing so far worked to solve this issue.

My system specs: Processor: Intel(R) Core(TM) i9-14900K 3.20 GHz GPU: Gigabyte Geeforce RTX3090 GAMING OC 24GB RAM: 32.0 GB System type: 64-bit operating system, x64-based processor Edition: Windows 10 Pro Version: 22H2 OS build: 19045.5965

Here's my Third partyModule information: {

 "modules": [
   {
     "name": "nvwgf2umx.dll",
     "fileVersion": "32.0.15.7688",
     "typeFlags": 1,
     "signedBy": "NVIDIA Corporation",
     "events": [
       {
         "processType": "browser",
         "processID": 18372,
         "threadID": 1800,
         "loadStatus": 0,
         "loadDurationMS": 2.3749
       },
       {
         "processType": "browser",
         "processID": 18372,
         "threadID": 1800,
         "loadStatus": 0,
         "loadDurationMS": 2.4432
       },
       {
         "processType": "rdd",
         "processID": 25176,
         "threadID": 28176,
         "loadStatus": 0,
         "loadDurationMS": 2.5114
       }
     ]
   },
   {
     "name": "nvgpucomp64.dll",
     "fileVersion": "32.0.15.7688",
     "typeFlags": 1,
     "signedBy": "NVIDIA Corporation",
     "events": [
       {
         "processType": "browser",
         "processID": 18372,
         "threadID": 1800,
         "loadStatus": 0,
         "loadDurationMS": 1.5519
       },
       {
         "processType": "browser",
         "processID": 18372,
         "threadID": 1800,
         "loadStatus": 0,
         "loadDurationMS": 1.4314
       },
       {
         "processType": "rdd",
         "processID": 25176,
         "threadID": 28176,
         "loadStatus": 0,
         "loadDurationMS": 1.931
       }
     ]
   },
   {
     "name": "nvldumdx.dll",
     "fileVersion": "32.0.15.7688",
     "typeFlags": 1,
     "signedBy": "NVIDIA Corporation",
     "events": [
       {
         "processType": "browser",
         "processID": 18372,
         "threadID": 1800,
         "loadStatus": 0,
         "loadDurationMS": 0.6125
       },
       {
         "processType": "browser",
         "processID": 18372,
         "threadID": 1800,
         "loadStatus": 0,
         "loadDurationMS": 0.5962
       },
       {
         "processType": "rdd",
         "processID": 25176,
         "threadID": 28176,
         "loadStatus": 0,
         "loadDurationMS": 0.6459
       }
     ]
   },
   {
     "name": "NvMemMapStoragex.dll",
     "typeFlags": 1,
     "signedBy": "NVIDIA Corporation",
     "events": [
       {
         "processType": "browser",
         "processID": 18372,
         "threadID": 1800,
         "loadStatus": 0,
         "loadDurationMS": 0.5504
       },
       {
         "processType": "browser",
         "processID": 18372,
         "threadID": 1800,
         "loadStatus": 0,
         "loadDurationMS": 0.5178
       },
       {
         "processType": "rdd",
         "processID": 25176,
         "threadID": 28176,
         "loadStatus": 0,
         "loadDurationMS": 0.6211
       }
     ]
   }
 ],
 "blocked": []

}

Asked by Eimantas Gučas 35 minutit tagasi

FireFox prevented this page from automatically reloading

When I log in to my account at https://my.noip.com/ and display my dashboard there is a constantly displayed banner across the top of the page that says: FireFox prevent… (read more)

When I log in to my account at https://my.noip.com/ and display my dashboard there is a constantly displayed banner across the top of the page that says:

FireFox prevented this page from automatically reloading - Allow

when I click Allow the page just reloads with the same banner

What setting can I change to get rid of this banner?

Asked by firefox2113 44 minutit tagasi

Microsoft login repeating

When using any Microsoft 365 product on the browser I keep getting a prompt to "Please sign in" although I am already signed in. I can click the Sign in button and a abou… (read more)

When using any Microsoft 365 product on the browser I keep getting a prompt to "Please sign in" although I am already signed in. I can click the Sign in button and a about:blank page pops up for a split second. Then within a half hour or so, it will pop up again. I deleted my cookies but the problem still persists. Does not happen on other browsers.

Asked by jason.pozega 5 päeva tagasi

Last reply by jason.pozega 46 minutit tagasi

everything going to trash [was: again i am crying here

why is everything going to trash in thunderer but not in Comcast.net email what do i do o i eed to reinstall it and uninstall it can not do restore point … (read more)

why is everything going to trash in thunderer but not in Comcast.net email what do i do o i eed to reinstall it and uninstall it

can not  do restore point

Asked by Mary 1 nädal tagasi

Last reply by Mary 47 minutit tagasi

Metamask Extension Is not opening

Hey, Please my metamask is no longer opening over the past few days, its just showing the loading icon in an infinite looping continues and never stops and never opens. … (read more)

Hey, Please my metamask is no longer opening over the past few days, its just showing the loading icon in an infinite looping continues and never stops and never opens. Attached the pics for the infinite loop below:

Asked by IBRAHIM ABDULKARIM 51 minutit tagasi

Video won't load on website

I went to cp24.com and the video on the right side should load the news channel live automatically but it won't load, I tried downloading a new extension but still does n… (read more)

I went to cp24.com and the video on the right side should load the news channel live automatically but it won't load, I tried downloading a new extension but still does not work, any help would be great, thanks!

Asked by chevy_s10_extreme 53 minutit tagasi

Old Firefox data folder

Hi - Firefox placed an 'Old Firefox data' folder on my desktop and I am unable to delete it. I'ver tried third party apps, logging in as administrator, command line delet… (read more)

Hi - Firefox placed an 'Old Firefox data' folder on my desktop and I am unable to delete it. I'ver tried third party apps, logging in as administrator, command line delete, uninstalling FF but am still stuck with it and my network settings are wrecked so I can't re-establish connection to the internet on that machine. Anyone with any suggestions as to how I get rid of the 'Old Firtefox data' folder ? Many thanks...

Asked by stevenpotts 1 tund tagasi

Is it possible to synchronise Thunderbird profile data between computers?

Hello, I apologise if this subject has already been discussed somewhere but I haven't been able to find anything that specifically answers my question. I run Thunderbird… (read more)

Hello, I apologise if this subject has already been discussed somewhere but I haven't been able to find anything that specifically answers my question.

I run Thunderbird on two desktop systems running Windows 7 Professional and a laptop running Windows 10 Home. The desktop systems are running Thunderbird 115.5.1 (32-bit) and the laptop 139.0.2 (64-bit).

I use a file synchronisation program to keep my data on all three systems in sync, which also acts as a backup. I also use it to back up my main desktop system to a portable hard drive.

I should like to know if it is possible to include Thunderbird data in the synchronisation process, specifically mail messages in various folders (e.g. Sent, Read - including subfolders, Deleted etc.), Address books and Calendar data. I have successfully transferred the message files and their .msf companions. The sync software detects and updates changed files and this seems to work smoothly but I haven't been able to do this with Calendar data or Address Books. As far as I can see this can only be done by exporting the data to iCalendar or csv files then importing to the other systems which is obviously not convenient for something that I am doing on a frequent, regular, basis.

A final problem I have encountered relates to message filters. I have not been able to find any way to copy these to the other systems. Copying msgFilterRules.dat doesn't work and I can't find any way to export the filter data.

I should be most grateful for any assistance you can offer.

Regards, M. J. Thompson.

Asked by mjt5 1 tund tagasi

Automatic Filters from all Webmail (IMAP) folders to corresponding local folder

Hello, I want to set up filters so that from every folder of my webmail / IMAP (inbox, sent, deleted, drafts) after Thunderbird syncs up or when a new email is received … (read more)

Hello,

I want to set up filters so that from every folder of my webmail / IMAP (inbox, sent, deleted, drafts) after Thunderbird syncs up or when a new email is received / sent / drafted / deleted, the new Emails (or changes) are automatically copied (!) to corresponding folders (that I can create manually) within the local folder as a Backup / Archive.

Please, I do not want an entirely different approach because you think this is stupid or do it differently.

SO: PLEASE, how can I achieve this?

Thank you in advance!

Asked by Vorname Nachname 1 tund tagasi

Firefox stopped working on my computer.

Firefox stopped working on my computer. Every time I try to open it I get an error message that says "Windows cannot access the specified device, path, or file. You may n… (read more)

Firefox stopped working on my computer. Every time I try to open it I get an error message that says "Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item." I tried to uninstall and reinstall with no success. Our IT dept tried as well and nothing we have tried has resolved the issue. Thank you for your help.

Asked by Ariana Garcia 1 tund tagasi

Junk mail started getting moved to a Junk subfolder

For the last week or so, my Junk mail folder (on Local Folders) has remained empty, which is highly unusual. I finally found all the junk mail in a sub-folder of the Junk… (read more)

For the last week or so, my Junk mail folder (on Local Folders) has remained empty, which is highly unusual. I finally found all the junk mail in a sub-folder of the Junk folder called Local Folders. I have all my accounts set to move junk mail to the Junk folder in Local Folders. Somehow, the Junk folder has had a subfolder created called Local Folders, and all of my junk mail is being moved there. This is without me changing any settings as far as I'm aware.

I've looked all through the account and global settings, and I can't figure out how this happened or how to get it back to the way it was, where just looking in the Junk folder in Local Folders shows all the junk mail. There certainly shouldn't be a Local Folders subfolder of the Junk folder.

Is this a folder corruption issue? Should I manually delete that folder? Any suggestions

Asked by Oberon 1 tund tagasi