Firefox

6520 readers
97 users here now

A community for discussion about Mozilla Firefox.

founded 2 years ago
MODERATORS
1
2
 
 

I've been wanting this feature for ages. So nice to see this being added to FF. My next hope is that its not limited to split view and it can tile like I3.

3
 
 

Hi there. I am using Firefox on macos and something really annoys me. It logs me off all site everytime I close it. I have non sensitive websites where I want to remain logged in without entering my password and 2FA code every single time. The box "Delete cookies and site data when Firefox is closed" is unticked but once restarted it is ticked again. Any idea what to do? Is that because I have tracking protection set on Strict?

4
 
 

I hate all three. I understand some of the decisions but other ones are frustrating.

Let me explain what I used to do. What I used to do, is take advantage of the fact that firefox profiles are completely separate instances of firefox, each with their own settings and extensions. I would run my personal profile with highly aggressive and experimental settings, because I was ok with it crashing if it meant I learned interesting things. On the other hand, the profiles related to schoolwork and other more important tasks would be defaults, so they would be much more stable. I no longer consider this a necessary feature, but it was fun to play with.

The other big reason why I relied on the old profiles, is because they have separate cookies and whatnot, which is useful for when I want to have an account for each profile. Although Google happily lets you sign into multiple accounts from the same browser, Microsoft, Discord, and many other apps do not, and force you to sign out before signing in again.

But this is painful. Things never open in the profile I want them to by default, which is annoying. In theory, and I am considering doing this, the way to fix it is by creating app menu shortcuts for each profile, and then having them be the apps I select whenever I want to open a website link or file (with no default profile/app set, so I just select every time).

In addition to that, each profile had to have it's own mozilla account for syncing, which was annoying.

Containers seemed like a nice in between. I could use a single mozilla account for sync, but have seperate microsoft or other accounts on the same browser instance.

Except nope, they actually suck and don't work like that. I can't decide a window is dedicated to a container, so all tabs from xyz site will open in that container and give me that account. It constantly prompts me and it's painful and the UX for what I'm trying to do is miserable.

Containers seem designed more for isolating cookies between two different sites, rather than hiding instances of sites from themselves. Like the original version was a "facebook container", which would hide the facebook cookies from other sites, but I don't want that. I want to be able to log into multiple facebook accounts (hypothetically, I don't actually have a single facebook account but you get the idea).

The new profiles, if you've heard of them, somehow manage to combine the worst of both worlds. Firstly they are an entirely separate system and can't be managed by the second profile system. But they exist within a single one of the old profiles, meaning I can't do tricks with desktop shortcuts to make apps open in one profile or the other. But at the same time, despite existing within one profile, they each require seperate Mozilla accounts for sync.

I am very frustrated, but als resetting up my system so I am considering what to do. I am probably going to continue with profiles, but add app menu shortcuts for them.

Any better ideas?

5
27
What Is Your Dream for Mozilla? (mozillafoundation.tfaforms.net)
submitted 1 week ago* (last edited 1 week ago) by webkitten@piefed.social to c/firefox@lemmy.world
 
 

In case you're not on the Mozilla Foundation mailing list, I thought people would be interested in this to let people know about the direction of AI you want Mozilla to go.

Just be respectful; it goes a longer way to making your voice heard than insults do.

Edit: Here's the link if you're not on Piefed: https://mozillafoundation.tfaforms.net/201

6
7
 
 

One large step towards bringing some security parity with Chrome

8
9
 
 

TL;DR: Mozilla has a new CEO and a new mission: transform Firefox into an AI browser. That has run into some snags, as Firefox users don’t seem that interested in AI. Mozilla is forging ahead, utilizing deceptive patterns (previously known as dark patterns) to nag and annoy people into enabling AI features. You can see this in the introduction of Link Previews, an extremely invasive anti-feature that exists solely to push AI into your experience.

10
 
 

Was ich übrigens kürzlich und ganz nebenher ge #didit habe:
@firefox ist rausgeflogen und wurde durch @Waterfox ersetzt... Wollte es eigentlich nur mal testen, aber ich seh grad keinen Grund, den #firefox nochmal an zu machen (maximal nochmal n paar bookmarks suchen)...

11
 
 

OpenAI says prompt injections will always be a risk for AI browsers with agentic capabilities, like Atlas. But the firm is beefing up its cybersecurity with an "LLM-based automated attacker."

12
14
submitted 1 month ago* (last edited 1 month ago) by vogi@piefed.social to c/firefox@lemmy.world
 
 

The lack of self awareness in the title is astonishing.

Did not read the article. But saw the headline in my rss reader and laughed out loud. This had to be done on purpose.

13
 
 

TL;DR: The big tech AI company LLMs have gobbled up all of our data, but the damage they have done to open source and free culture communities are particularly insidious. By taking advantage of those who share freely, they destroy the bargain that made free software spread like wildfire.

14
 
 

cross-posted from: https://lemmy.cafe/post/28583067

LibreWolf is one of the best browsers for people who don't like generative AI.

Here is the statement posted on Mastodon:

As there seems to have been recent confusion about this, just a quick "official" toot to then pin: we haven't and won't support "generative AI" related stuff in LibreWolf. If you see some features like that (like Perplexity search recently, or the link preview feature now) it is solely because it "slipped through". As soon as we become aware of something like this / it gets reported to us, we will remove/disable it ASAP.

15
 
 

That was complete bullshit, of course. Yes, I absolutely branded Mozilla.org that way for the subtext of "these free software people are all a bunch of commies." I was trolling.

Once upon a time, Mozilla was three commies in a trenchcoat.

16
 
 
17
 
 

From Mozilla:

Monitor Plus, Mozilla’s premium data broker scan and removal service, officially shut down on December 17.

Mozilla had partnered with OneRep, a data removal company with ties to data collection services, and had been told about the firm's behavior in early 2024.

Up until this point, Mozilla was dragging its feet:

Ten more months, and Mozilla is no longer looking for a partner, choosing to shutter the program.

18
19
 
 

There weren't any straightforward guides when I looked this up, and I even had to ask myself. But I just needed to put so and so together, get some feedback here, and voila! Hopefully this can work for you too, and could edit userchrome.css in your favorite editor, and see the changes in Firefox immediately. I tested that it works with @import url("folder/file.css");, and nested imports too (if folder/file.css contained @import url("Another folder/file.css");.

  1. Install fx-autoconfig (I haven't tested it with other Firefox JS loaders), following the whole install section: https://github.com/MrOtherGuy/fx-autoconfig?tab=readme-ov-file#install
  2. In the chrome/JS/ folder, create <any file name>.uc.mjs (I named mine refresh.uc.mjs) and paste the script below (it's slightly modified from this snippet):
    • The part containing @onlyonce is needed so fx-autoconfig loads it just once, rather than spawn a new instance of the script every time a new firefox window is opened.
  3. Clear startup cache: https://github.com/MrOtherGuy/fx-autoconfig?tab=readme-ov-file#deleting-startup-cache
  4. You may need to toggle the script. You can go to Menu Bar > Tools > userScripts.

Script

// ==UserScript==
// @onlyonce
// ==/UserScript==

// Script from here:  https://gist.github.com/jscher2000/ad268422c3187dbcbc0d15216a3a8060?permalink_comment_id=3259657#gistcomment-3259657
setInterval(() => {
    /*
       Code to paste and run in the Browser Console
       Requires devtools.chrome.enabled => true in about:config
       Tested in Firefox 68.0.1 on Windows
    */

    // Create references to APIs we'll use
    var ss = Cc["@mozilla.org/content/style-sheet-service;1"].getService(Ci.nsIStyleSheetService);
    var io = Cc["@mozilla.org/network/io-service;1"].getService(Ci.nsIIOService);
    var ds = Cc["@mozilla.org/file/directory_service;1"].getService(Ci.nsIProperties);
      
    // Get the chrome directory in the current profile
    var chromepath = ds.get("UChrm", Ci.nsIFile);

    // Specific file: userChrome.css or userContent.css
    chromepath.append("userChrome.css");

    // Morph to a file URI
    var chromefile = io.newFileURI(chromepath);

    // Unregister the sheet
    if(ss.sheetRegistered(chromefile, ss.USER_SHEET)){
      ss.unregisterSheet(chromefile, ss.USER_SHEET);
    }

    // Reload the sheet
    ss.loadAndRegisterSheet(chromefile, ss.USER_SHEET);
}, 1000)
20
 
 

It's disabled by default, but I had no idea this was added.

Firefox mobile users started noticing something peculiar this week when sharing links to WhatsApp. After hitting that share button, their messages were getting an unexpected tagline: “Sent from Firefox 🦊” with a direct link to the Mozilla app store listing.

The feature appeared quietly, with no fanfare or announcement from Mozilla.

https://piunikaweb.com/2025/11/26/sent-from-firefox-whatsapp-share-signature/

21
 
 

Petite mise à jour de ma liste de logiciels avec l'ajout de @LibreWolf (désolé @firefox) #gafamonsGAFAM
https://www.kadavrhusky.net/doku.php/informatique/logiciels/_libres #logiciel #foss #linux #windows

22
 
 

When I started working on AI at Mozilla two years ago, I was a Python developer with a background in web services and three months of machine learning experience from working on the Nuclia DB project. I was not someone who had trained models from scratch or built production ML infrastructure. Today, Firefox ships multiple AI features that run entirely on-device, and I helped build the infrastructure that makes that possible. This is a retrospective on what we accomplished and what I learned along the way.

23
24
25
 
 

TL;DR: Mozilla’s translation bot on Support Mozilla (that is currently overwriting user contributions is based on the closed source, copyright infringing LLM, Google Gemini. This is in spite of Mozilla claiming that they are at the forefront of open source AI, and belies their exhortations to choose to build open source AI and data sets. Although Mozilla has experience in attracting open contributions for data sets in projects like Common Voice, Mozilla is using a closed data set to overwrite open contributions. Since (paid) Gemini queries do not train the model, Mozillians can expect to correct errors every time the bot automatically updates an article.

view more: next ›