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… (tuilleadh eolais)

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 uair ó shin

Last reply by tibia74 50 nóiméad ó shin

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… (tuilleadh eolais)

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 1 uair ó shin

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… (tuilleadh eolais)

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 2 lá ó shin

Last reply by cristianoinaciolemes 2 uair ó shin

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… (tuilleadh eolais)

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 3 huaire ó shin

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 … (tuilleadh eolais)

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 3 huaire ó shin

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… (tuilleadh eolais)

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 lá ó shin

Last reply by James 3 huaire ó shin

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… (tuilleadh eolais)

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 huaire ó shin

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… (tuilleadh eolais)

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 18 uair ó shin

Last reply by jscher2000 - Support Volunteer 4 huaire ó shin

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 … (tuilleadh eolais)

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 lá ó shin

Last reply by jscher2000 - Support Volunteer 4 huaire ó shin

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… (tuilleadh eolais)

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 5 huaire ó shin

Last reply by Agent virtuel 4 huaire ó shin

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-… (tuilleadh eolais)

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 13 uair ó shin

Last reply by Slouch 5 huaire ó shin

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… (tuilleadh eolais)

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 5 huaire ó shin

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. … (tuilleadh eolais)

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 9 n-uaire ó shin

Last reply by cor-el 5 huaire ó shin

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… (tuilleadh eolais)

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 6 huaire ó shin

Last reply by cor-el 5 huaire ó shin

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… (tuilleadh eolais)

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 lá ó shin

Last reply by RAJENDRA KUMAR 6 huaire ó shin

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) … (tuilleadh eolais)

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 huaire ó shin