Showing questions tagged: Show all questions

Firefox developer edition crashes all the time, Crash ID: ⁨bp-20d91ca4-1f79-4211-a3d5-4fd7c0240507⁩

Dear, I have been using Firefox Developer Edition for many years without any problem. I sync Firefox on my different PCs, so they are basically all the same in setup. Un… (read more)

Dear,

I have been using Firefox Developer Edition for many years without any problem. I sync Firefox on my different PCs, so they are basically all the same in setup. Unfortunately, Firefox now crashes constantly on my main PC. I have therefore temporarily switched to the default FF variant.

Of course I have tried all the steps shown here on the forum but without any result that I can see. Both in safe mode with or without addons. No matter FF crashed.

The error ID: Crash ID: bp-20d91ca4-1f79-4211-a3d5-4fd7c0240507

I hope someone can help me on my way ,

Regards,

Reinder

Asked by rmeijer 2 days ago

Last reply by rmeijer 1 day ago

Firefox Bookmarks not found on offline hard drive.

A bit desperate here. Windows crashed with no chance of repairing the installation. Hard drive And all files on it are accessible. Firefox had thousands of bookmarks for … (read more)

A bit desperate here. Windows crashed with no chance of repairing the installation. Hard drive And all files on it are accessible. Firefox had thousands of bookmarks for a very important project.

There seems to be no Firefox profile on the drive. Searched in hidden folders as well. Certainly not where it’s supposed to be: …\AppData\Roaming\Mozilla\Firefox\Profiles

Search for all files on the drive, but there seems to be no SQLITE or JSON files related to Firefox.

Not even a folder anywhere in the drive called Mozilla or Firefox or Profiles or Profile (at least not in relation to Firefox).

There’s no file called places.sqlite or bookmarkbackups anywhere on the drive.

The drive itself seems to be in a good condition and all other files are there and accessible. The file system doesn’t seem to be corrupt And man thousands of bookmarks were there before windows crashed.

Also checked places in \Roaming\ Just in case, as sometimes it could be found there for some installations.

Nothing found anywhere so far. Seems like running out of options.

Any ideas would be greatly appreciated.

Thank you very much everybody for your time and attention.

Asked by PrivateTech 1 day ago

Last reply by PrivateTech 1 day ago

Firefox crashes when launching Brave

Hello! I updated FLOORP on the 5th May, FLOORP crashed and then Brave, Firefox, Waterfox, LibreWolf and Vivaldi started crashing. I had Brave and Vivaldi open when I laun… (read more)

Hello! I updated FLOORP on the 5th May, FLOORP crashed and then Brave, Firefox, Waterfox, LibreWolf and Vivaldi started crashing. I had Brave and Vivaldi open when I launched FLOORP and FLOORP asked consent to update itself and after updating, it did not open in “previous session” and I could not open “previous session” through History. When I launched “Settings” from menu, “previous session” opened! I had pinned “Settings” earlier.

Now the bizarre happens; suddenly LibreWolf launches by itself also without “previous session” and open tabs in Brave and Vivaldi disappear to single New Tab. After some tinkering, I was able to restore “previous session” in LibreWolf, Brave and Vivaldi.

Now I close all browsers and open Firefox, no “previous session” and some random windows in its history, opening these random windows also opened “previous session”! 🙄But then Waterfox launches also without “previous session”, here clicking on OneTab extension recovered “previous session”.

Cutting short; I uninstalled, Waterfox, LibreWolf and FLOORP, this did not help, I ran System Restore twice to two different points and it has not resolved the issue.

Thankful for any help!

Asked by RAJENDRA KUMAR 3 days ago

Last reply by RAJENDRA KUMAR 1 day ago

Replace context menu navigation icons with text only

Hi All, Is there a way to replace the navigation icons on the context menu with their text-only counterparts? I've tried the following code segments which provide less-… (read more)

Hi All,

Is there a way to replace the navigation icons on the context menu with their text-only counterparts?

I've tried the following code segments which provide less-than-optimal results.

This one which worked in FF 88, now removes the icons, but leaves 4 blank buttons in a row with no text...

#context-back image,
#context-forward image,
#context-reload image,
#context-stop image,
#context-bookmarkpage image {display: none !important;}}


This one completely removes the options, but I would like to keep them, and replace them with their text counterparts

#context-navigation,
#context-sep-navigation {
   display:none !important;
}


Please see attached images for the before and after of what I'm trying to achieve.

Might be nice to have the blank icon column to the left of these 4 items so they all line up with the items below, but I can live without that if it's not possible.

Any help is appreciated!

Asked by Slouch 1 day ago

Last reply by Slouch 1 day ago

Link Previews

When photos, videos, or websites are linked on a FB comment, it used to display a thumbnail preview below the comment. Now it just shows the link. On mobile, the previe… (read more)

When photos, videos, or websites are linked on a FB comment, it used to display a thumbnail preview below the comment. Now it just shows the link. On mobile, the preview appears. So I'm thinking a setting got changed on the desktop version.

Does anyone know what the issue is and how to correct?

Asked by m267 1 day ago

Last reply by m267 16 hours ago

firefox freezes when I click in the address bar

Very similar to -> https://support.mozilla.org/en-US/questions/1427103 My firefox now freezes when I click in the URL bar. NO solution I have found so far other than … (read more)

Very similar to -> https://support.mozilla.org/en-US/questions/1427103

My firefox now freezes when I click in the URL bar. NO solution I have found so far other than task manager -> end task and restart the browser. Occasionally that will work, other times it will immediately freeze again.

Historically I have had a LOT of tabs open, more recently less than 20 tabs. I have never seen the issue before.

Windows 10 22H2 Ryzen 3600 32GB RAM Nvidia RTX 3060 LHR 3 Monitors 2 - 1920x1200, 1 - 1920x1080

What I have tried so far: - reboot - restart firefox - "refresh" firefox - troubleshooting mode - removed all extensions - removed some extensions - reduced tabs down to a few - tried to click in the start page search instead of url bar - turned off hardware acceleration - turned on hardware acceleration - turned off TLS DNS - using only 1 window at a time instead of 2 or 3 - waited for an hour or so and window did not become responsive

None of these solutions fixed the issue. A screenshot would be useless as the window looks fine, but the UI is unresponsive.

Asked by drofmij 2 days ago

Last reply by drofmij 6 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 5 days ago

Last reply by Slouch 11 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 6 days ago

Last reply by Anton 2 hours ago

how do i remove the mute tab button when hovering over tabs with audio playing

I often have many tabs open (25+) I have made it so tab shrink way more then normal (I like the way chrome handles tabs where they basically just shrink infinitely. Fire… (read more)

I often have many tabs open (25+) I have made it so tab shrink way more then normal (I like the way chrome handles tabs where they basically just shrink infinitely. Firefox doesn't do it's even with my twerks but ohwell.)

so when i want to click on a tab with audio playing at a small size i often mute the tab instead of clicking on the tab

Where and how can i remove the mute button that appears when hovering over tabs with audio playing?

I have never found that mute button useful so removing it will not impact me

Asked by andreasdevantier 17 hours ago

Last reply by andreasdevantier 1 hour ago