Na egosi ajụjụ ndị akpadoro: Gosi ajụjụ niile

on the shortcuts, is there a way to stop you system from adding a shortcut everytime I visit a site?

Is there anyway in the setting to stop a shortcut from being added every time I visit a site? I only want sortcuts that I use. I have attached a screenshot circling the o… (gụkwuo)

Is there anyway in the setting to stop a shortcut from being added every time I visit a site? I only want sortcuts that I use. I have attached a screenshot circling the ones that keep popping up as an example.

Respectfully, Rhonda

Asked by vallejogal818 1 aka elekere gar aga aga

Last reply by amoun Nkeji 54 gara aga

Smart Ad block - Virus Alert

My virus software [ESET] continues to throw a warning for this site: https://smartadblock.net/febc/check.php, whether in FireFox or not. The full message is this: 03/05/… (gụkwuo)

My virus software [ESET] continues to throw a warning for this site: https://smartadblock.net/febc/check.php, whether in FireFox or not.

The full message is this:

03/05/2026 12:34:31 PM;HTTP filter;file;https://smartadblock.net/febc/check.php?smarterBlockeruser=5a95aca1-0bc7-44aa-8530-b24c4663d295&smarterBlockerch=75779&smarterBlockerclck=KYYhsXKkLAiq86nMniI_QBbvIGZ_3n5L;JS/Redirector.SWD trojan;connection terminated;TRANZFORMATION\wally;Event occurred during an attempt to access the web by the application: C:\Program Files\Mozilla Firefox\firefox.exe (83D3842D579E5B6E2E5B055CCA4FB90933489C28).;08C31D6E8BB70C29570A45FB6BCACD9881E3C0DF;;S-1-5-21-500642325-2770745265-1048253706-1001;

This just started yesterday 3/4/2026

Can someone advise me on this?

Asked by Papaka Aka elekere 2 gara aga

Firefox Crash

I’m currently facing a very frustrating issue with Firefox. I have been using Firefox for many years, and it is my favorite and most comfortable web browser for my day-to… (gụkwuo)

I’m currently facing a very frustrating issue with Firefox. I have been using Firefox for many years, and it is my favorite and most comfortable web browser for my day-to-day work. I rely on it heavily as all my bookmarks and other important details are saved there.

However, over the past few weeks, Firefox has been crashing more than 10 times a day. I have already tried all the troubleshooting steps available in the forums and through AI support, but none of them have resolved the issue. I also tried installing and using the Firefox Beta version, but the problem still persists.

In our environment, other users and devices are not experiencing this issue, so it does not appear to be related to internal firewall or antivirus restrictions.

Could you please help me troubleshoot this issue? I am attaching the error screen that appears after the crash along with the crash report for you

Asked by jcp4linux Aka elekere 6 gara aga

Last reply by amoun Aka elekere 3 gara aga

Ctrl-Shift-T bugged after latest update

Normally Ctrl+Shift+T reopens the last tab I closed in that specific window, but after the most recent update it reopens the last tab I closed in /any/ window. Is this h… (gụkwuo)

Normally Ctrl+Shift+T reopens the last tab I closed in that specific window, but after the most recent update it reopens the last tab I closed in /any/ window. Is this happening to anyone else?

Asked by maplewood9999 Aka elekere 15 gara aga

Last reply by maplewood9999 Aka elekere 4 gara aga

Lost all my firefox data all of a sudden

I have suddenly lost all my firefox data today.. after creating a new browser profile? I never bothered creating profiles and stuff when the update for that came and it s… (gụkwuo)

I have suddenly lost all my firefox data today.. after creating a new browser profile? I never bothered creating profiles and stuff when the update for that came and it seemed like Mozilla never forced me to create named profiles until today when I open it again after booting up and it suddenly asks me to make a profile for the browser and after I did I just saw that I lost everything, I have a firefox account that's sync to my mobile phone but I can't seem to sync it neither, my browsing history, bookmarks, and passwords are all gone and I've even checked the AppData/Roaming/Mozilla/Firefox folder for it and even the recycle bin but I can't seem to find a single trace of my data before firefox forced me to create a browsing profile for my computer. Hoping someone has a solution to this.

Asked by silentaliennnnn Aka elekere 4 gara aga

I had to factory restore my computer and now I can't access my passwords, I do not have a profile setup

My system was hacked and I had to factory restore it. I didn't write down my login/passwords because I was informed that as long as I had my sign in for FireFox I could r… (gụkwuo)

My system was hacked and I had to factory restore it. I didn't write down my login/passwords because I was informed that as long as I had my sign in for FireFox I could restore them on my system.

Alas, I cannot figure out how to do this. I do not have a passkey, a profile or anything other than the email address for my system.

Can you help me? I put all of my important documents in Dropbox and now I can;t access that either.

Anything you can do is appreciated.

Thea Giardina [edited email from public community support forum]

Asked by Thea G Aka elekere 16 gara aga

Last reply by Paul Aka elekere 6 gara aga

My bookmarks toolbar is visible, but all my bookmarks are gone.

My bookmarks toolbar shows but it is blank. I had 60+ bookmarks on it. Why did Firefox trash my bookmarks? Why did Firefox force me to create a new profile? I can get … (gụkwuo)

My bookmarks toolbar shows but it is blank. I had 60+ bookmarks on it. Why did Firefox trash my bookmarks?

Why did Firefox force me to create a new profile? I can get to my old profile, but the bookmarks toolbar is blank. The bookmarks showed for a while, then the toolbar went blank. What gives?

I have had all kinds of problems with Firefox the past several years, and I am about ready to can Firefox and go with Edge and Chrome. In my opinion, Firefox is a piece of crap, and I am fed up with it. I already have Edge and Chrome, but mostly use them as a backup when Firefox doesn't work right.

Is there any hope Firefox will get better, or should I jump ship with the other rats fleeing this despicable piece of junk? I have been hanging onto Firefox, because I am familiar with it and used to like it, and have used it for over a decade. But my patience is growing thinner.

Asked by David Currey Aka elekere 9 gara aga

Firefox 148: DataChannel send() fails with InvalidStateError after onopen triggers

WebRTC DataChannel worked perfectly in Firefox 147 and earlier, but after upgrading to Firefox 148, send() throws InvalidStateError immediately after onopen fires. Same c… (gụkwuo)

WebRTC DataChannel worked perfectly in Firefox 147 and earlier, but after upgrading to Firefox 148, send() throws InvalidStateError immediately after onopen fires. Same code works in Chrome and previous Firefox versions.

const dataChannel = pc.createDataChannel('kvsDataChannel', {

   ordered: true,
   maxPacketLifeTime: 3000

});

dataChannel.onopen = () => {

   console.log('open, state:', dataChannel.readyState); // Shows "open"
   try {
       dataChannel.send('hello'); // Throws InvalidStateError
   } catch (e) {
       console.error('Failed:', e.name, e.message);
   }

};

Error: InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable

Environment: Firefox 148.0: Fails OS: Windows 11 Firefox 147 and earlier: Works

Question: What changed in Firefox 148 that broke DataChannel send()? Any workaround while this gets fixed?

Asked by Ethan Aka elekere 16 gara aga

  • Asara ya

Looking for old stuff, I think?!

I have an Intel I5 PC that runs MS Win XP. The reason that I'm still running that ancient OS is because of whats inside it. I have two old boards in it that I still use a… (gụkwuo)

I have an Intel I5 PC that runs MS Win XP. The reason that I'm still running that ancient OS is because of whats inside it. I have two old boards in it that I still use and quit honestly can't afford several thousand dollars to replace them. And the new machine to go with them.

I need to get online to download the few pieces of software I need That are still out there. But like most sites they examine your machine to see what versions you need and it's a download and install package. So I can't use a different PC.

My question is: Is there a version of Firefox I can download that will work on XP, and not be ignored like is done to IE 8. And that I can then transfer to the XP (service pack 3) box for installation?

Asked by eudemon 1 ụbọchị gara aga

Answered by James 1 ụbọchị gara aga

Sync is not working at all, nothing has synced and all my data is missing, passwords and bookmarks....

Everything is gone, I have had to reinstall windows 4 times in the last week with a new PC and now all my sync data is gone...Chrome remembers everything fine and Mozilla… (gụkwuo)

Everything is gone, I have had to reinstall windows 4 times in the last week with a new PC and now all my sync data is gone...Chrome remembers everything fine and Mozilla did remember everything until this install and now its not syncing anything.

If this stuff is gone so am I.

Have tried logging in with my google account, tried logging in with Moz account, tried sync button over and over tried restarting, tried uninstalling and reinstalling and manually deleting all the folders STILL NO SYNC DATA AT ALL.......

Asked by Gavin Duncan Izu 4 gara aga

Last reply by Norma White Aka elekere 21 gara aga

Firefox installed a new release and now all my bookmarks, add-ins etc are gone

Firefox installed a new release and now all my bookmarks, add-ins etc are gone. I went to About:profiles, but I when I launch the other profile that is there it still sho… (gụkwuo)

Firefox installed a new release and now all my bookmarks, add-ins etc are gone. I went to About:profiles, but I when I launch the other profile that is there it still show the new profile

Asked by tomstuber Aka elekere 23 gara aga