Firefox 132 on ios 11.7.10 Tabs crashing

I have used Firefox for years - decades actually, without serious problems. I have a 16" macbook pro running ios 11.7.10. Firefox recently autoupdated to 132.0.1 Since… (read more)

I have used Firefox for years - decades actually, without serious problems. I have a 16" macbook pro running ios 11.7.10. Firefox recently autoupdated to 132.0.1 Since the update my tabs have been crashing on the order of 5 - 10 times per hour. It happens to all sorts of tabs, not any specific site or type. HELP!!

Asked by contravert 1 week ago

firefox closes tabs when minimized on mac

New Mac user. This only started happening today, so I hit something I shouldn't have. But when I minimize Firefox on Mac (red button) all the open tabs I was using get cl… (read more)

New Mac user. This only started happening today, so I hit something I shouldn't have. But when I minimize Firefox on Mac (red button) all the open tabs I was using get closed. When I hit the yellow or green button on the Mac to maximize, all the tabs are closed. I can't figure out in configuration how to make this stop happening.

Asked by barbaratully 1 week ago

I cannot scroll on NASCAR.com

Good day, NASCAR.com is the only site so far I've come across that I cannot scroll the site. I haven't been able to scroll for at least a week now. If I switch to Edge … (read more)

Good day, NASCAR.com is the only site so far I've come across that I cannot scroll the site. I haven't been able to scroll for at least a week now. If I switch to Edge I can and I hate using Edge for the popup's that I cannot get rid of there. Thanks for any assistance...

Asked by Highhorse 1 week ago

Can i get a page to fully load instead of it loading more as i scroll down?

Hi, If I got on a page on some sites, if there is a lot of content, I will scroll down so far, then firefox will load another page or so, then again it will kinda stop, w… (read more)

Hi, If I got on a page on some sites, if there is a lot of content, I will scroll down so far, then firefox will load another page or so, then again it will kinda stop, while it shows it's loading the next part.

I understand, some sites, such as facebook would have so much, that to load it entirely would be mad, but other sites, where you know there maybe about 15 scrolls down, is there any way to tell firefox to just load it all?

There times i may want to search a page once it's all loaded, but I have to literally scroll right the way down untill the lot has loaded, because only then can i scrolls up and down it all.

I am not sure if theres any setting or add-on that for this, if anyone can please help?

Regards James

Asked by james_uk 1 week ago

Two lists of Incoming Mail

My inbox has two lists of incoming mail. One is Captrld@syix.com and the other is Captrld@syix.com (Pop3) both seem to list the same incoming mail. Do I dare delete one w… (read more)

My inbox has two lists of incoming mail. One is Captrld@syix.com and the other is Captrld@syix.com (Pop3) both seem to list the same incoming mail. Do I dare delete one without losing the other?

Asked by captrld 1 week ago

firefox cannot play DRM content widevine cdm crash

Operating System: Ubuntu 24.04.2 Firefox Version 133 (deb version ) if I go to netflix or crunchyroll and try to play a video I get an error that widevinecdm has crashed… (read more)

Operating System: Ubuntu 24.04.2 Firefox Version 133 (deb version )

if I go to netflix or crunchyroll and try to play a video I get an error that widevinecdm has crashed and an error code on the website. I've never run into an issue like this before and I am not sure how to troubleshoot it. From doing research online I haven't seen to many other people with this problem so I am not sure what is going on.

Asked by Mike C 1 week ago

website

File: index.html <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Eng. Abdala - Homepage&l… (read more)

File: index.html

<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Eng. Abdala - Homepage</title> <link rel="stylesheet" href="styles.css">

<header class="hero">

Ku Soo Dhawoow Eng. Abdala

Waxaan kuu soo bandhigayaa xirfadahayga iyo adeegyada aan bixiyo.

Waxbadan Ka Baro
</header> <nav> </nav>

Ku Saabsan

Waxaan ahay injineer xirfad leh oo diiradda saara horumarinta software iyo naqshadeynta webka. Waxaan leeyahay waayo-aragnimo ballaaran oo la xiriirta barnaamijyada casriga ah.

Adeegyada Aan Bixiyo

Horumarinta Webka

Waxaan sameeyaa website-yada shaqsiyeed iyo kuwa ganacsi ee tayo sare leh.

Barnaamijyada Software

Waxaan naqshadeeyaa oo horumariyaa software dabooli kara baahiyahaaga.

La-talinta Teknolojiyadda

Waxaan ku siin karaa talooyin iyo xalal la xiriira tiknolojiyadda.

Nala Soo Xiriir

<form action="mailto:engabdala@example.com" method="post"> <label for="name">Magacaaga:</label> <input type="text" id="name" name="name" required> <label for="email">Emailkaaga:</label> <input type="email" id="email" name="email" required> <label for="message">Fariintaada:</label> <textarea id="message" name="message" required=""></textarea> <button type="submit">Dir Fariinta</button> </form>
<footer>

© 2025 Eng. Abdala. Xuquuqda waa dhowrsan tahay.

</footer>


---

File: styles.css

/* Qaabeynta Asalka */ body {

 font-family: Arial, sans-serif;
 margin: 0;
 padding: 0;
 line-height: 1.6;
 background-color: #f4f4f4;
 color: #333;

}

/* Header-ka */ .hero {

 background: #007BFF;
 color: white;
 text-align: center;
 padding: 50px 20px;

}

.hero h1 {

 margin: 0;
 font-size: 2.5em;

}

.hero p {

 margin: 10px 0 20px;
 font-size: 1.2em;

}

.hero .btn {

 background: white;
 color: #007BFF;
 padding: 10px 20px;
 text-decoration: none;
 border-radius: 5px;
 font-weight: bold;

}

.hero .btn:hover {

 background: #0056b3;
 color: white;

}

/* Navigation */ nav ul {

 background: #333;
 padding: 10px;
 list-style: none;
 display: flex;
 justify-content: center;

}

nav ul li {

 margin: 0 15px;

}

nav ul li a {

 color: white;
 text-decoration: none;

}

/* Sections */ section {

 padding: 20px;
 margin: 20px auto;
 max-width: 800px;
 background: white;
 border-radius: 5px;

}

/* Adeegyada */ .services {

 display: flex;
 justify-content: space-between;
 gap: 20px;

}

.service {

 background: #f9f9f9;
 padding: 20px;
 border: 1px solid #ddd;
 border-radius: 5px;
 text-align: center;
 flex: 1;

}

/* Footer */ footer {

 text-align: center;
 padding: 10px;
 background: #333;
 color: white;
 margin-top: 20px;

}


---

Asked by abdalagalkacyo2024 1 week ago

Last reply by abdalagalkacyo2024 1 week ago

Google.com stopped working exclusively in Firefox (even in Troubleshoot mode)

I'm facing an extremely bizarre issue in Firefox 134 for Mac. After trying "Increased Protection" DoH mode once, I have google.com working only under this "Increased Prot… (read more)

I'm facing an extremely bizarre issue in Firefox 134 for Mac. After trying "Increased Protection" DoH mode once, I have google.com working only under this "Increased Protection" now. It no longer works under "Default Protection" or "Off". It's exactly the same in the Troubleshoot Mode and in private windows.

If I type google.com in the address bar, or if I search for anything (regardless if it's in the address bar or the search bar), absolutely nothing happens now. If I'm on a new tab, it stays empty. If I'm on an existing tab, it just stays open on whatever website I'm at. For example, I can try accessing google.com right from here as I'm typing this, and nothing will happen, I will just stay on this page. The only visible activity is that the current website's icon (at the left of the tab) changes to the loading animation for a few seconds and then permanently changes to the hourglass icon. That's it.

Any local google domains, such as google.ca, DO load. Any google.com subdomains, such as mail.google.com, also DO load. It's exclusive to google.com. When typing dig google.com in my system's Terminal, it successfully resolves. Moreover, it also successfully resolves in Firefox's own DNS Lookup Tool (located at about:networking#dnslookuptool). What I'm seeing is Google's IP address 142.250.190.46.

Now, I have google.com working in absolutely all other browsers, it also seems to resolve through the terminal, as mentioned previously, but it no longer opens directly in Firefox, unless I enable "Increased Protection" again. As soon as I disable it and return to either "Default Protection" or "Off", google.com (and it alone) immediately stops loading.

Have I uncovered a hidden bug? I'm really depressed right now, because "Increased Protection" messed with certain websites and so I decided to disable it upon finding out, but unfortunately at the cost of Google Search not working anymore. Do I really have to use other browsers to use Google Search now? And what kind of witchcraft is it? I really don't understand what's going on.

Asked by coolak 1 week ago

BeatBuddy

Please create a new version of the browser app that supports the ability to use FileSystemAPI on directories, this is essential for working with a BeatBuddy project and S… (read more)

Please create a new version of the browser app that supports the ability to use FileSystemAPI on directories, this is essential for working with a BeatBuddy project and SD cards that are saved on my computer.

Asked by hank whitsett 1 week ago

Pinning Extensions in Mac OS X FireFox

I have 2 extensions active in FireFox: Bitwarden & FireFox Relay. However, I do not see a setting to pin these to the tob menu bar, for easy access. I have no p… (read more)

I have 2 extensions active in FireFox: Bitwarden & FireFox Relay.

However, I do not see a setting to pin these to the tob menu bar, for easy access.

I have no problems getting to the settings for the extensions, just no way to access their actual use (as I normally have in Chrome or Safari).

Please advise how this would work in Mac OS X 15.2 FireFox version 134.0 (aarch 64)

Asked by MDP 1 week ago

downloading email attachments

I do not save all attachments to my received email. It used to be that when I received an email with a attachment I could choose to open or download to a particular file.… (read more)

I do not save all attachments to my received email. It used to be that when I received an email with a attachment I could choose to open or download to a particular file. Now my only choice is to download the file which happens automatically as soon as I click on the attachment. I am using Windows 11 and read my email while it remains on the ACENTEC website. That seems to be a good security move. The email never is downloaded into my computer and remains accessible from any of the several computers I use.

Asked by Arthur Sullivan 1 week ago

Not able to update Firefox on my iMac

I have received the 14 Jan Mozilla Update warning a few times now, and I have tried to update Firefox, but it seems my computer sytem is now too old - iMac 0X El Capitan … (read more)

I have received the 14 Jan Mozilla Update warning a few times now, and I have tried to update Firefox, but it seems my computer sytem is now too old - iMac 0X El Capitan 10.11.6. PLEASE NOTE, I have an iMac from early 2009 and I am now unable to update my system to any other Mac version.

I lost all my saved pages and bookmarks recently when I tried to update Firefox using the instructions online. Unfortunately it was only after updating removed old Firefox that I was then informed that I would not be able to use the new version with my computer. I was able to resurrect my old Firefox from a backup, and would like to continue to use it as I am very happy with Firefox as a browser.

Are there any work-arounds that would allow me to use Firefox on my iMac - it is working perfectly and has just been cleaned and I've had a new hard drive installed - it seems incredibly wasteful to have to buy a new computer! Yours hopefully!

Asked by lisfaureb 6 days ago

Last reply by lisfaureb 6 days ago

Firefox Containers Are Gone

Hello, How can I recover my containers , I could create new ones but I thought the reason for signing up and syncing was that I could install a new version of Firefox s… (read more)

Hello,

How can I recover my containers , I could create new ones but I thought the reason for signing up and syncing was that I could install a new version of Firefox sign in and my containers and extension configs would load . Appreciate assistance or reference to guides to recover container info

Asked by Inayet Hadi 6 days ago