Kukhonjiswa imibuzo ethegiwe:

Both Youtube videos and YTM songs effectively never load.

Specifically Youtube videos, Youtube music songs and nothing else either never load (95% of the time), load only the first 10 seconds and then buffer or load partially af… (funda kabanzi)

Specifically Youtube videos, Youtube music songs and nothing else either never load (95% of the time), load only the first 10 seconds and then buffer or load partially after ~20 minutes. No error messages. Only in Firefox.

I tried: Reinstalling Firefox Switching profiles Disabling all extensions Running in safe mode Clearing site's cache and cookies

It's been like this for a couple of months. Been circumventing it by playing videos in a different browser, but would be nice if there was a fix.

Attached image with a loading screen (lol).

It's a repost btw, posted 2 weeks ago and got 0 views.

Okugcinwe kunqolobane 6 220

When booting up my pc and open firefox all tabs were lost

Hi, Today when I powered on my pc and opened up firefox all tabs were lost. I have the option to retain tabs when opened up enabled. I could not find them anywhere, so… (funda kabanzi)

Hi,

Today when I powered on my pc and opened up firefox all tabs were lost.

I have the option to retain tabs when opened up enabled.

I could not find them anywhere, so I had to search opened tabs from the other synced devices and click on each of them, and create again all the tab groups.

This is a big problem if randomly all the tabs can get lost, am I doing something wrong?

Another thing : I thought that when I create groups of tabs, and save them I coul retrieve them across all my synced devices, but the other devices can not see those groups, is this a normal behaviour?

Thank you

Solved Okugcinwe kunqolobane 5 368

Help please! Since updating Firefox most bookmarks are no longer visible and I can no longer add new bookmarks

Since updating Firefox on June 30, 2025 on my Dell desktop computer that runs Windows 10, most of my bookmarks are no longer visible. Only four of my bookmark folders ar… (funda kabanzi)

Since updating Firefox on June 30, 2025 on my Dell desktop computer that runs Windows 10, most of my bookmarks are no longer visible. Only four of my bookmark folders are visible and most of their contents have disappeared.

However, 1) my uncategorized bookmarks - those in "other bookmarks" are still visible, and 2) If I go to "Manage bookmarks" and do a search, I can find all of my bookmarks including those that are no longer visible.

In addition, I can no longer add or delete bookmarks. It looks like I can do add a bookmark and it will let me go through the steps of adding a book mark - it even says I can put it in all my old folders that are otherwise no longer visible. But one I complete the process the bookmark does not show up.

I have read multiple Firefox Help articles about disappearing bookmarks and have taken all the steps suggested including: - Attempted to restore backups of bookmarks - didn't work. It shows me the multiple old backups but when I try to restore one I get the message "Unable to process the backup file". I have tried it with at least four of the old backup files - all without success. - cleared cache - did troubleshooting mode - refreshed Firefox - uninstalled and reinstalled Firefox - looked to see if I had a different profile other than my default profile that I could switch to. I do not see another profile.

Nothing has helped. Any suggestions would be greatly appreciated.

Thanks

Okugcinwe kunqolobane 5 260

User-Agent Stylesheet

In May 2025 all browsers should have removed the default styling for the h1 element when it is nested in a sectioning element (article, aside, nav, section). I went into … (funda kabanzi)

In May 2025 all browsers should have removed the default styling for the h1 element when it is nested in a sectioning element (article, aside, nav, section). I went into Firefox Dev Editions user-agent style sheet and noticed that the styling for nested h1 elements is still the same. I'm wondering why that is the case, since I was under the impression that all the major browsers had completed make the necessary adjustments at the end of May 2025.

Solved Okugcinwe kunqolobane 2 310

Debian 13

Good morning, today I downloaded Debian 13 Mate version and to install Firefox I entered the following commands taken from https://support.mozilla.org/it/kb/installare-fi… (funda kabanzi)

Good morning, today I downloaded Debian 13 Mate version and to install Firefox I entered the following commands taken from https://support.mozilla.org/it/kb/installare-firefox-linux#w_installare-firefox-tramite-il-pacchetto-deb-per-le-distribuzioni-basate-su-debian-consigliato and the commands were


sudo install -d -m 0755 /etc/apt/keyrings

wget -q https://packages.mozilla.org/apt/repo-signing-key.gpg -O- | sudo tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null

echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main" | sudo tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null

echo ' Package: * Pin: origin packages.mozilla.org Pin-Priority: 1000 ' | sudo tee /etc/apt/preferences.d/mozilla

sudo apt-get update && sudo apt-get install firefox firefox-l10n-it

but I get this result OpenPGP signature verification failed: https://packages.mozilla.org/apt mozilla InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Signature by 35BAA0B33E9EB396F59CA838C0BA5CE6DC6315A3 was created after the --not-after date.Il repository "https://packages.mozilla.org/apt mozilla InRelease" non è firmato.

What mistake could I have made? Apart from the fact that now we use sudo apt update && sudo apt install Thank you in advance for your response.

Solved Okugcinwe kunqolobane 2 417

My location in Firefox is incorrect

Any time I allow a website to use my location on my home computer, it places me in a suburb in Las Vegas. However, I live near Seattle. This happens on multiple websites … (funda kabanzi)

Any time I allow a website to use my location on my home computer, it places me in a suburb in Las Vegas. However, I live near Seattle. This happens on multiple websites including Google Maps and Uber Eats, and on other browsers my location is correct. I'm not running any VPNs or proxy servers, I've verified that my IP address is linked to my correct location, and I've deleted all cache and cookies ("Everything" for time frame) from my history. Is there a way I can have an accurate location again?

Okugcinwe kunqolobane 4 159

All storage-sync/add-on settings dissappears

I'm using add-on (MarkA link) to annotate links. It works pretty fine, except that "from time to time" all marks dissappeares (without any clear message or anything). The… (funda kabanzi)

I'm using add-on (MarkA link) to annotate links. It works pretty fine, except that "from time to time" all marks dissappeares (without any clear message or anything). The data is kept in `storage-sync-v2.sqlite` database in a form of chunks (each chunk has length of 1084 bytes) as single "big" JSON. Application data is a JSON as well (here an object where link is a key with additional data for the link). All characters in "internal" JSON, which are not allowed as "external" (the one with "na" objects) are escaped with '\'. I observed, that storage_sync_data::data might be incorrectly split, what causes the escape character escapes "external" JSON (I mean it joins two `na` chunks , which after that cannot be parsed (and whole data is removed), e.g.: ``` {\"grp\":\"bibl\",\"type\":\"Mark\","na_9":"",\"mark\":\"\"}, ``` where "external" JSON is broken on `Mark` (as " from "internal" document is split into two entries, and closing " is escaped with a '\' from a `Mark` tag.

Things goes even worse, if the properties allow to contain some "special" characters escaped with '\' (e.g. new line, quotation mark, backslash, etc).

Okugcinwe kunqolobane 4 200

Walmart Cookies on Private page showing up on regular pages no matter what I do

I am old-school security conscious & have been using FF since its inception. Really. Clear my cache & delete browsing cookies on a regular basis. I use a private … (funda kabanzi)

I am old-school security conscious & have been using FF since its inception. Really. Clear my cache & delete browsing cookies on a regular basis. I use a private window for shopping and q&a info gathering. Recently I saw Walmart.com showing up in my cookies and couldn't figure out how/why as I *only* look at Walmart in a private window. Today I realized Walmart has managed to bypass the private window options and place cookies anyway! To say I'm furious about this is an understatement. I have adjusted my settings to "Strict" but it's still able to bypass the private window and is staying on my computer. I am updated to the most recent FF version; running MacOs Sonoma 14.7.7 which was just recently updated; I'm not going past this one for now but that really shouldn't be the issue. This is most definitely a FF issue and one that needs to be rectified not just because it's Walmart but because if they can do it so can others soon enough. This cannot stand.

Okugcinwe kunqolobane 8 240

Dark mode broken after update

I am on Linux Mint 21.2, and I just updated Firefox (141.0). Now, the bookmarks bar, toolbar, and the tabs (everything above the displayed page), as well as the menu, boo… (funda kabanzi)

I am on Linux Mint 21.2, and I just updated Firefox (141.0). Now, the bookmarks bar, toolbar, and the tabs (everything above the displayed page), as well as the menu, bookmarks menu, and sidebar, are in light mode even though I have dark mode set (They were dark before the update). I tried playing with the Dark Mode settings to no avail. My system is set to dark mode in general. Are others experiencing this? Is there some sort of fix?

Solved Okugcinwe kunqolobane 11 1760

how to fix browser security web page access issues

How to manage browser settings to prevent the following: Hmm. We’re having trouble finding that site. We can’t connect to the server at yourewardcard.com. If you entered… (funda kabanzi)

How to manage browser settings to prevent the following:


Hmm. We’re having trouble finding that site.

We can’t connect to the server at yourewardcard.com.

If you entered the right address, you can:

   Try again later
   Check your network connection
   Check that Firefox has permission to access the web (you might be connected but behind a firewall)
Okugcinwe kunqolobane 1 140

Why is Firefox's Browser History UI still SO AWFUL?

To preface, I'll probably die using Firefox but there are some things that are so annoying that it does. Browsing history being one of them. I swear the browser history U… (funda kabanzi)

To preface, I'll probably die using Firefox but there are some things that are so annoying that it does. Browsing history being one of them. I swear the browser history UI is stuck in 2003. The way it sorts your browsing history and displays them doesn't make any $!@#ing sense. Chrome's history view is 1000x better and it follows common sense. Chromes will show you the day and time you visited a site in chronological order and it will preserve that. Firefox shows it in a half assed way, it won't tell you the time you visited the site and in some views it will just move that site around in your history when you click on it which is so annoying.

Firefox by default needs to have a nofrills history tab that opens up instead of a sidebar, in that history tab it should display your chronological order of sites you've just visited with the time and date. That should be preserved.

Anyone else feel this pain?

Is there an open Mozilla feedback item about overhauling the history UI? It seems way over due.

Okugcinwe kunqolobane 1 230

Somebody is trying to set up account using my g-mail account

I keep getting messages from Firefox to confirm account with the code. Looks like somebody keeps trying create an account with my e-mail address. I never hit confirm an… (funda kabanzi)

I keep getting messages from Firefox to confirm account with the code. Looks like somebody keeps trying create an account with my e-mail address. I never hit confirm and I just delete the message. I keep changing my password.

Okugcinwe kunqolobane 1 280

why is firefox allowing access to http://127.0.0.1:52222/callback?nonce=dBsyy347K6nbd7+fFQOKNA%3D%3D&code=0e0d29efc44e6a0e05f7&state=http%3A%2F%2F127.0.0.1%3A52222%2Fcallback%3Fnonce%3DdBsyy347K6nbd7%252BfFQOKNA%253D%253D

why is firefox not allowing access to http://127.0.0.1:52222/callback?nonce=dBsyy347K6nbd7+fFQOKNA%3D%3D&code=0e0d29efc44e6a0e05f7&state=http%3A%2F%2F127.0.0.1%3A… (funda kabanzi)

Okugcinwe kunqolobane 1 210

storage\default is 2.65G,can I exclude it when backup my profile?

Hello, I want to travel my profile manually. And may automate it by my home computer which is a WebDAV server. But I find a big folder "Roaming\Mozilla\Firefox\Profiles\… (funda kabanzi)

Hello, I want to travel my profile manually. And may automate it by my home computer which is a WebDAV server.

But I find a big folder "Roaming\Mozilla\Firefox\Profiles\fgrfgcgt.default-release\storage\default" It is 2.65G which is a bit big. I can exclude/delete it from my backup?

Solved Okugcinwe kunqolobane 1 150