• Solved

Windows taskbar doesn't unhide itself when firefox is maximised.

Automatically hide taskbar in desktop mode => Enabled Firefox => Maximised When cursor is moved to outer edge of screen, taskbar should unhide (Expected behaviour) … (read more)

Automatically hide taskbar in desktop mode => Enabled Firefox => Maximised When cursor is moved to outer edge of screen, taskbar should unhide (Expected behaviour) but in this case it remain hidden (Reality). Firefox along with all other spinoffs give same result. Chromium based browser works perfect, and taskbar automatically unhide itself.

As OLED screen have became common as monitor, Taskbar auto-hide is must. If this issue cann't be fixed I may have to change my primary browser which I used for almost 15 years.

Kindly, look into it. If Chromium can do it, why not Firefox.

Asked by idsks111 1 month ago

Answered by idsks111 1 month ago

firefox container tab minify

in google and in other browsers when you have multiple tabs in a container you have an option to minify all tabs in the container. is there a similar feature for firefox… (read more)

in google and in other browsers when you have multiple tabs in a container you have an option to minify all tabs in the container. is there a similar feature for firefox,

thank you!

Asked by Mousica 1 day ago

Last reply by Mousica 30 minutes ago

Primary Password issue

I am migrating to a new laptop. The new laptop keeps asking me for a primary password. I have never set one up. This issue doesn't happen on the old machine, only the new… (read more)

I am migrating to a new laptop. The new laptop keeps asking me for a primary password. I have never set one up. This issue doesn't happen on the old machine, only the new one. It also won't let me disable the pop-up that asks for the primary password. Please advise.

Firefox e Amazon.com.br

Tenho o Win 11 23H2 com Firefox 124.0.1 instalado. Há meses , devo usar o Avast Browser para acessar o Amazon.com.br ou qualquer site do gov.br. Já desinstalei tudo e rei… (read more)

Tenho o Win 11 23H2 com Firefox 124.0.1 instalado. Há meses , devo usar o Avast Browser para acessar o Amazon.com.br ou qualquer site do gov.br. Já desinstalei tudo e reinstalei do zero , sem extensões , mas o problema continua. Alguém sabe me ajudar? Desde já agradeço.

Asked by Michael 1 month ago

Last reply by Michael 1 hour ago

Blocking of strange site in Firefox by Malwarebytes

Malwarebytes www.malwarebytes.com -Log Details- Protection Event Date: 12/05/2024 Protection Event Time: 10:52 Log File: 0728216c-103d-11ef-bf81-74e6e24e33e7.json -Soft… (read more)

Malwarebytes www.malwarebytes.com

-Log Details- Protection Event Date: 12/05/2024 Protection Event Time: 10:52 Log File: 0728216c-103d-11ef-bf81-74e6e24e33e7.json

-Software Information- Version: 4.6.12.323 Components Version: 1.0.2309 Update Package Version: 1.0.84577 Licence: Premium

-System Information- OS: Windows 10 (Build 19045.4355) CPU: x64 File System: NTFS User: System

-Blocked Website Details- Malicious Website: 1 , C:\Program Files\Mozilla Firefox\firefox.exe, Blocked, -1, -1, 0.0.0, ,

-Website Data- Category: RiskWare Domain: zeewhaih.com IP Address: 139.45.197.245 Port: 80 Type: Outbound File: C:\Program Files\Mozilla Firefox\firefox.exe


(end)

Should I be worried about this?

Thank you Dave

Asked by Dave 6 hours ago

Last reply by jonzn4SUSE 2 hours ago

Not able to load sites

I was able to open reddit.com without any problems earlier, but recentrly I'm not able to load it up anymore. The loading screen is eternal and it doesnt show any kind of… (read more)

I was able to open reddit.com without any problems earlier, but recentrly I'm not able to load it up anymore. The loading screen is eternal and it doesnt show any kind of error (unless it tries to connect for too long like a couple of minutes, then the error does shows up). The site still sends me notificarions through the browser though. Any other site loads up without a problem. I tried to use methods mentioned in the help article (turned off proxy, turned on network.dns.disableIPv6, deleted cookies and cache). In other browsers (Edge, for example) reddit.com loads just fine. Please help me if you can.

Asked by Anton 1 week ago

Last reply by Anton 4 hours ago

my computer updated and i lost firefox

My computer updated with no warning one night, and i lost all personalization and even everything stored in my firefox, the sign ins, passwords, bookmarks, all. is there… (read more)

My computer updated with no warning one night, and i lost all personalization and even everything stored in my firefox, the sign ins, passwords, bookmarks, all. is there a way for me to find all that was erased?

Asked by liz1611 9 hours ago

Last reply by TyDraniu 5 hours ago

Windows 11 'OS level' VPN settings?

Hello, First post and could not find this surprisingly... I'm wondering what settings to use for windows 11 VPN section. i installed on my desktop but when i go to VPN… (read more)

Hello,

  First post and could not find this surprisingly... I'm wondering what settings to use for windows 11 VPN section. i installed on my desktop but when i go to VPN settings in current win 11 it does not list a VPN. is this possible to use Mozilla VPN at OS level or is it only via ff browser?
 Thanks! 

I love Mozilla and what they do with their products! :-)

Asked by lrs2 8 hours ago

Last reply by TyDraniu 5 hours ago

[Firefox Memory Leak

Hi, I recently facing an issue that the Firefox browser randomly maxed out my RAM and went unresponsive. Like the screenshot below, I am only trying to open Facebook a… (read more)

Hi,

I recently facing an issue that the Firefox browser randomly maxed out my RAM and went unresponsive. Like the screenshot below, I am only trying to open Facebook and Instagram, 2 tabs.

I have tried to open about:memory and about:processes to monitor but it just went unresponsive and both the monitoring just hanged.

Have no idea why the Firefox process taking up so much RAM. Need help.

Asked by icefire94 2 days ago

Last reply by icefire94 5 hours ago

Setting border color for focused URL Bar

Hi All, I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus. The following code works for the se… (read more)

Hi All,

I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus.

The following code works for the search bar, but the url bar is receiving a separate blue border around the gray border, instead of changing the color from gray to blue.

Can someone suggest how I might set the url bar to blue (just a single border, not the double it has now), both when it has focus and when it's expanded?

Thank you!

/* set non-focused url & search bars to gray border */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set focused search bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #searchbar:focus-within { border: 1px solid #0078d7 !important; }
/* set focused url bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #urlbar:focus-within { border: 1px solid #0078d7 !important; }

Asked by Slouch 6 days ago

Last reply by Slouch 8 hours ago

Bookmarks Rearranging themselves

So on my Legion laptop, Windows 11 Home, the bookmarks keep rearranging themselves, iv also noticed A LOT of duplicates and folders which I did not add. I rebooted the la… (read more)

So on my Legion laptop, Windows 11 Home, the bookmarks keep rearranging themselves, iv also noticed A LOT of duplicates and folders which I did not add. I rebooted the laptop then tried scanning the it with WindowsDefender and Malwarebytes, and refreshing the application. On my desktop which is synced, there is no issue. I thought I was seeing things at first until I focused right on the bookmark tool bar and every 10-20 seconds one will just pop into a new position. Will a fresh install work? That's my next step, but wanted to see if there is a better solution.

Asked by Shawn Ianiri 8 hours ago

Tabs bar is scrolling

I can't find a way to disable tabs scrolling. This is highly confusing, I have to always look for my tabs and do extra clicks and scrolling. This is very distracting. Als… (read more)

I can't find a way to disable tabs scrolling. This is highly confusing, I have to always look for my tabs and do extra clicks and scrolling. This is very distracting. Also those two buttons - "<" & ">" - they occupy extra space. The left one is especially annoying because I expect a "+ new tab" button to be there. I don' want to test/use this new experimental feature, how can I turn this off? Thank you.

Asked by Arseniy Fomchenko 2 days ago

Last reply by Agent virtuel 10 hours ago

Youtube crashes in latest version for Mac

Just a short time ago Version 125.0.3 downloaded. Since then I cannot open Youtube without it crashing. When I ask it to restore the tab (one of 2 choices offered, it cra… (read more)

Just a short time ago Version 125.0.3 downloaded. Since then I cannot open Youtube without it crashing. When I ask it to restore the tab (one of 2 choices offered, it crashes again. After 4 or 5 times I close the tab and switch to another browser. I shut off the one extension I had running. That fixed nothing. I looks like my 2019 iMac is too old and I need to go back to an earlier version.

Asked by Jim Roy 14 hours ago

Last reply by Paul 9 hours ago

  • Solved

Move Tab Icons (favicons) up 1px

Hi All, For some reason my tab icons look a little low, and I would like them more vertically centered. I've been trying to move these icons around using some older cod… (read more)

Hi All,

For some reason my tab icons look a little low, and I would like them more vertically centered.

I've been trying to move these icons around using some older code that doesn't seem to work anymore.

The code below no longer has any effect.

Does anyone know how to move the tab icons up 1 pixel?

Thanks!

/* padding doesn't move them */
.tab-throbber, .tab-icon-image { padding-bottom: 4px !important; }
/* margin doesn't move them */
.tab-throbber, .tab-icon-image { margin-bottom: -2px !important; }
/* can't even turn the icons off LOL */
.tab-icon-image { display:none !important; }

Asked by Slouch 1 day ago

Answered by cor-el 16 hours ago

Watching a series of tutorials from the Phlearn site. Does not auto advance to next video. Usually recommences the just watched video. Do not have this problem on other browsers

There seems to be something specific to the Phlearn site and Firefox which prevents videos from auto advancing. They either recommence the just completed video or revert … (read more)

There seems to be something specific to the Phlearn site and Firefox which prevents videos from auto advancing. They either recommence the just completed video or revert to an earlier one.

Asked by jpettett 11 hours ago

Firefox deleting pdfs downloaded in private mode

I had downloaded a couple of pdfs from google drive via private browsing which were stored in my 'Downloads' folder. But as soon as I closed the window the pdfs were dele… (read more)

I had downloaded a couple of pdfs from google drive via private browsing which were stored in my 'Downloads' folder. But as soon as I closed the window the pdfs were deleted. I had also downloaded a zip file which wasn't deleted.

Asked by llxphltc 12 hours ago

Last reply by llxphltc 11 hours ago

How to recover/save my history if I deleted my history

If I delete my history of the websites I go on is there a way to either restore it or store it some place else in case I want to see it at a future time? Can I also do it… (read more)

If I delete my history of the websites I go on is there a way to either restore it or store it some place else in case I want to see it at a future time? Can I also do it If I delete my emails and I would like to see certain emails, again in the future? I use mostly Yahoo and Gmail? I'm using Windows 10.

Thanks

Asked by jkbania 1 month ago

Last reply by coldpaut 12 hours ago