No push notification on Twitter/X ?

I had issue with notifications (showed up but when i click on them they didnt were redirecting to original tweet) so i cleaned cookies after cleaning cookies i doesnt hav… (funda kabanzi)

I had issue with notifications (showed up but when i click on them they didnt were redirecting to original tweet) so i cleaned cookies after cleaning cookies i doesnt have option to turn on push notifications.

Asked by tibia74 15 amahora adlule

Last reply by tibia74 18 imizuzu edlule

Not showing Bookmark Favikon icon

Hi Team, My Firefox bookmark favicon icon not showing, I formatted my system and installed a fresh Firefox, Please help me with this issue. I tried everything. Please he… (funda kabanzi)

Hi Team,

My Firefox bookmark favicon icon not showing, I formatted my system and installed a fresh Firefox, Please help me with this issue. I tried everything. Please help me, this is helpful if anyone can me some solution

Anil Nair

Asked by anilnair.ras 53 imizuzu edlule

Disable insertion of <br> automatically

Dear all, I would like to know how to disable the automatic insertion of the tag in a text editor in Firefox. I am using Froala, and I am experiencing this only in firef… (funda kabanzi)

Dear all, I would like to know how to disable the automatic insertion of the tag
in a text editor in Firefox. I am using Froala, and I am experiencing this only in firefox. Chrome and Edge do not add this tag automatically. Thank you for you support. Kind regards, Cristiano

Asked by cristianoinaciolemes 1 usuku oludlule

Last reply by cristianoinaciolemes 2 amahora adlule

How do I check what codec a page is serving?

In Chrome, I can hit CTRL+SHIFT+I to open developer tools, add the Media tab, and go to the Media tab, and I can see the codec and what decoder is being used. How do I d… (funda kabanzi)

In Chrome, I can hit CTRL+SHIFT+I to open developer tools, add the Media tab, and go to the Media tab, and I can see the codec and what decoder is being used.

How do I do the same thing in Firefox?

Asked by firefox2506 2 amahora adlule

Firefox Home Page Problem and History

For some reason when I opened Firefox this morning, my Firefox home page did not have any of my shortcuts. They all disappeared. Please have a look at the image attached … (funda kabanzi)

For some reason when I opened Firefox this morning, my Firefox home page did not have any of my shortcuts. They all disappeared. Please have a look at the image attached to see what I mean.

I spent almost the entire day searching up the issue on the Internet and trying different things but they all did not work.

Look forward to your reply.

Asked by Julian 2 amahora adlule

Hotmail NOT displaying the body of emails. I see the title, click on it, but nothing to see, this occured after updating the Firefox 125.0.3, No problem with my Hotmail on windows computer. What gives? Mac IOS 14.4.1

Something in Mozilla's latest update to version 125.0.3 caused a problem with Hotmail only displaying a message, but when I click on the message, I can only see the title… (funda kabanzi)

Something in Mozilla's latest update to version 125.0.3 caused a problem with Hotmail only displaying a message, but when I click on the message, I can only see the title, NOT the body of the message. I have NO issues with a Windows computer. What can I do so I can see the body of the message?

Asked by thboo 2 ezinsukwini ezidlule

Last reply by James 2 amahora adlule

Syncing Bookmarks

I have recently had a Computer Crash and have set up a new Computer. However, I cannot find a way to synchronize my old Bookmarks. Part of the Problem probably is that wh… (funda kabanzi)

I have recently had a Computer Crash and have set up a new Computer. However, I cannot find a way to synchronize my old Bookmarks. Part of the Problem probably is that when the Syncing was originally set up, I was using a different User Name [e-Mail Address] to that I am using now. I have been using Firefox since 2006; and have an old Sync Key dating from some time in 2014; but cannot find a way to enter it into the current Firefox Settings. How do I recover my Bookmarks?

Asked by Howard Smith 3 amahora adlule

When will the new version of Firefox fixing the PDF reader vulnerability be rolled out?

When will the new version of Firefox fixing the PDF reader vulnerability be rolled out? Unless there is some patch one needs to re-install a non-vulnerable version. htt… (funda kabanzi)

When will the new version of Firefox fixing the PDF reader vulnerability be rolled out?

Unless there is some patch one needs to re-install a non-vulnerable version.

https://www.cisecurity.org/advisory/a-vulnerability-in-mozilla-pdfjs-could-allow-for-arbitrary-code-execution_2024-046

https://support.mozilla.org/en-US/questions/1333222

Asked by a.morgulis 17 amahora adlule

Last reply by jscher2000 - Support Volunteer 3 amahora adlule

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 … (funda kabanzi)

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 1 usuku oludlule

Last reply by jscher2000 - Support Volunteer 3 amahora adlule

Search data jump to the URL bar

I enter my search data or search item description into the Firefox window central to the screen, the input word and following description immediately jumps to the URL ba… (funda kabanzi)

I enter my search data or search item description into the Firefox window central to the screen, the input word and following description immediately jumps to the URL bar. How can I stop this annoying operation

Asked by John McBratney 4 amahora adlule

Last reply by Agent virtuel 4 amahora adlule

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-… (funda kabanzi)

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 12 amahora adlule

Last reply by Slouch 4 amahora adlule

Firefox will not play DRM content video

For a few weeks now, FIrefox will not play DRM content video on this computer. I have tried all the suggested solutions and none have worked. Also, I uninstalled and re… (funda kabanzi)

For a few weeks now, FIrefox will not play DRM content video on this computer. I have tried all the suggested solutions and none have worked. Also, I uninstalled and reinstalled Firefox, but the problem remains. I am very frustrated with this problem and am ready to get rid of Firefox permanently on ALL our computers unless this can be fixed.

Thank you in advance for your assistance.

Asked by GALearyCPA 4 amahora adlule

Taking webpage screenshot from command line

Hi. i have no results while doing this: https://dpaste.com/FTXPQ46ZL# No error, no screenshot. "Screenshot" flags in default state, about:policies - inactive. … (funda kabanzi)

Hi. i have no results while doing this: https://dpaste.com/FTXPQ46ZL# No error, no screenshot. "Screenshot" flags in default state, about:policies - inactive.

Asked by qwertikator 8 amahora adlule

Last reply by cor-el 4 amahora adlule

Pinned Pages

Hello, I had a crap ton of pinned pages for a long time. I restarted my computer and now they're gone. I've restarted my computer before with no issues. Pinned pages are… (funda kabanzi)

Hello,

I had a crap ton of pinned pages for a long time. I restarted my computer and now they're gone. I've restarted my computer before with no issues. Pinned pages are supposed to stay no matter if you turn off or restart. How can I go about getting them back?

Thanks,


Michelle Sinclair

Asked by michelle-sinclair76 5 amahora adlule

Last reply by cor-el 5 amahora adlule

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… (funda kabanzi)

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 2 ezinsukwini ezidlule

Last reply by RAJENDRA KUMAR 6 amahora adlule

Outgoing mail has been blocked.

Outgoing emails are blocked. This pop up shows. Receiver can send emails in. Sending of the message failed. An error occurred while sending mail: Outgoing server (SMTP) … (funda kabanzi)

Outgoing emails are blocked. This pop up shows. Receiver can send emails in.

Sending of the message failed. An error occurred while sending mail: Outgoing server (SMTP) error. The server responded: Connection refused - OB119. 206.83.122.10 is blacklisted in Abusix Mail Intelligence. See https://lookup.abusix.com/search?q=206.83.122.10 e{d292e9f3-c0c7-4d3c-b9ee-2a1d5d37c016}.

Asked by John Gordon 6 amahora adlule

Youtube streams (1080p60fps) and certain browser videos become laggy/choppy after awhile - Refresh doesn't fix it

Firefox isn't having a memory leak (RAM and CPU usage stays the same) nor is it maxing my GPU or anything like that. But if I watch enough of a 1080p60fps stream or enoug… (funda kabanzi)

Firefox isn't having a memory leak (RAM and CPU usage stays the same) nor is it maxing my GPU or anything like that. But if I watch enough of a 1080p60fps stream or enough 1080p60fps content in general (this stream is a notable offender: https://www.youtube.com/watch?v=W6OOnrx8g58), it'll start to slow down over time (generally a couple of hours) and [really chug and drop frames like its nobody's business: https://i.imgur.com/OmHqJ8a.png. This does not occur in Edge (the streams run silky smooth even after 2+ straight hours of watching), nor does it happen on other streaming sites like Twitch. It also doesn't happen in Firefox on my desktop.

Regular 1080p60fps videos are MOSTLY unaffected. The buffer wheel animation in most videos is choppy and moving back/forth with the 5-sec rewind/ff feature results in a short, choppy buffer wheel on a lot of videos(https://imgur.com/tm1AtkB), even if the video itself is mostly unaffected. Some more "intense" videos will make the fan speed go up. HD videos are *slightly* less smooth when in this state. Unpausing a video often results in a short buffer wheel before the video resumes if left paused for at least a minute or so. I also get a tiny TINY bit of frameskip on the occasional Twitter video while in this "state".

Its like the memory is "caching" something and killing the process clears that "cache", yet I have no idea what is actually doing this.

Refreshing the page/closing and reopening the stream stream has no effect, its like an affliction and will still be choppy when you reload. Restarting the Firefox session or killing the process the stream or a video is running through fixes it for awhile (even if the stream stilll drops more frames overall than it would in Edge), but it feels like I have an "allowance" of 1080p60fps content before these streams start to chug. Nothing else in-browser is lagging at all.

Asked by KaratekidSMW 6 amahora adlule