Taskbar shows in video fullscreen

When use the built-in button on a video to fullscreen it (Youtube or any other site) then the taskbar will do the animation to go away then instantly come back up. If I u… (மேலும் படிக்க)

When use the built-in button on a video to fullscreen it (Youtube or any other site) then the taskbar will do the animation to go away then instantly come back up. If I use f11 I to fullscreen all of firefox the taskbar does not show. Why is this happening with videos? Using other browsers I do not encounter this issue.

Asked by Depricate sheeesh 1 மணி நேரம் முன்பு

Firefox Keeps Pooping Out

I use a MacBook Air running on Sequoia 15.5. Firefox was updated several days ago to 140.0.2 (aarch64). Since yesterday, Firefox has repeatedly stopped running. (It migh… (மேலும் படிக்க)

I use a MacBook Air running on Sequoia 15.5. Firefox was updated several days ago to 140.0.2 (aarch64).

Since yesterday, Firefox has repeatedly stopped running. (It might have started sooner, but I didn't use the computer over the long weekend.) It won't load pages. Sometimes I get the spinning wheel. Usually, I have to force quit.

I've cleared the cache, restarted the browser, and restarted the computer repeatedly. Restarting the computer sometimes helps. Now is not one of those times.

Also, the About Firefox window is open, and the Checking for updates . . . wheel keeps spinning.

There are no connectivity issues otherwise with my computer or other apps.

Does anyone know why this is happening? Do I need to go back to the last version of Firefox? Uninstall/reinstall?

Asked by Beth Lasser 2 மணி நேரத்திற்கு முன்பு

Master Password

Mozilla is asking for a Master? Password. Well, I don't recall setting one up. But to change to a new password, I have to have the original password. Since I don't have t… (மேலும் படிக்க)

Mozilla is asking for a Master? Password. Well, I don't recall setting one up. But to change to a new password, I have to have the original password. Since I don't have that, what can I do to set up a new password?

Asked by David 6 மணி நேரத்திற்கு முன்பு

comments not showing

When I try to load "Comments" I get this message: Failed loading comments! Please try again... Trying again doesn't help. This is a fairly recent problem Thanks for y… (மேலும் படிக்க)

When I try to load "Comments" I get this message:

Failed loading comments! Please try again...

Trying again doesn't help.

This is a fairly recent problem

Thanks for your help.

Asked by rsi79 6 மணி நேரத்திற்கு முன்பு

restore tabs does not work

Firefox crashed and I cannot recover my tabs from history. I click on restore all tabs and it does nothing. The tabs I was hoping to recover do not even appear in my hist… (மேலும் படிக்க)

Firefox crashed and I cannot recover my tabs from history. I click on restore all tabs and it does nothing. The tabs I was hoping to recover do not even appear in my history either.

Asked by bheffe 7 மணி நேரத்திற்கு முன்பு

Firefox Addon or Extension for Page Up / Page Down/ Home / End for Mac

Just switched from PC to Mac and miss the Page Up, Page Down, Home and End buttons. Wondering if there's a Firefox addon or extension to add these functions to a Macbook.… (மேலும் படிக்க)

Just switched from PC to Mac and miss the Page Up, Page Down, Home and End buttons. Wondering if there's a Firefox addon or extension to add these functions to a Macbook. I've searched but not found anything. I know I can't be alone in wishing for this!

(I am aware of using "Fn" and the arrow keys on a Mac to do page up and page down, but they are opposite sides of the keyboard and require both hands to scroll by page.)

Asked by zephmarie 7 மணி நேரத்திற்கு முன்பு

Command-option-up and command-option-down keyboard shortcuts were stolen from websites

I regularly use a website which intercepts command-option-up and command-option-down for its own navigation. This is a central part of my workflow with this website, and … (மேலும் படிக்க)

I regularly use a website which intercepts command-option-up and command-option-down for its own navigation. This is a central part of my workflow with this website, and without it it becomes completely unusable.

After updating to Firefox 140.0.4, these shortcuts are now used by the browser to switch tabs. I have not found any way to configure this. Am I missing some obscure way to do this or is this just impossible?

I imagine this change was made to support vertical tabs, but I'm not using those, so the command-option-left and command-option-right shortcuts make more sense for my horizontal setup. (I don't use those shortcuts either, though- I use ctrl-tab and ctrl-shift-tab!)

Asked by rpjohnst 11 மணி நேரத்திற்கு முன்பு

Last reply by rpjohnst 8 மணி நேரத்திற்கு முன்பு

Multi-account

Добрый день! Я создавал аккаунты через расширение мульти-аккаунт в браузере и сейчас все аккаунты удалились с браузера. Есть какая-то возможность вернуть аккаунты? Их был… (மேலும் படிக்க)

Добрый день! Я создавал аккаунты через расширение мульти-аккаунт в браузере и сейчас все аккаунты удалились с браузера. Есть какая-то возможность вернуть аккаунты? Их было очень много и они очень важны

Asked by yulya_lebedeva_1997 8 மணி நேரத்திற்கு முன்பு

Last reply by yulya_lebedeva_1997 8 மணி நேரத்திற்கு முன்பு

Tab Groups

How to retrieve tab groups where are they stored in firefox

Asked by Ron 11 மணி நேரத்திற்கு முன்பு

who would recommend to install Firefox and get it ready for general use in the 48346 area code? We had Brave

who would recommend to install Firefox and get it ready for general use in the 48346 area code? We had BRAVE recommended & installed and it is not user friendly. We… (மேலும் படிக்க)

who would recommend to install Firefox and get it ready for general use in the 48346 area code? We had BRAVE recommended & installed and it is not user friendly. We want to return to Firefox,

BOB

Asked by Bob Rozich 11 மணி நேரத்திற்கு முன்பு

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… (மேலும் படிக்க)

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 12 மணி நேரத்திற்கு முன்பு

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… (மேலும் படிக்க)

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 12 மணி நேரத்திற்கு முன்பு