Firefox

17794 readers
28 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
501
502
 
 

For a long time Firefox Desktop development has supported both Mercurial and Git users. This dual SCM requirement places a significant burden on teams which are already stretched thin in parts. We have made the decision to move Firefox development to Git.

  • We will continue to use Bugzilla, moz-phab, Phabricator, and Lando
  • Although we'll be hosting the repository on GitHub, our contribution workflow will remain unchanged and we will not be accepting Pull Requests at this time
  • We're still working through the planning stages, but we're expecting at least six months before the migration begins
503
 
 

Firefox is not staying in the background, not even for a minute. When I am just minimizing and returning to Firefox, it just reloads every tab, including the private tab. Any solution for this?

504
1662
submitted 11 months ago* (last edited 11 months ago) by Linus_Torvalds@lemmy.world to c/firefox@lemmy.ml
 
 

Currently still in Nightly and only on 'Copy Link'. Still nice progress though.

505
 
 

Curious what people here think about Mozilla CEO Mitchell Baker's statement in Google's anti-monopoly trial-. She claims that Firefox uses Google as its default search because users prefer it, not because of payments from Google.

506
36
submitted 11 months ago* (last edited 11 months ago) by Luccajan@sh.itjust.works to c/firefox@lemmy.ml
 
 

Since a few days I have this weird bug. it's also happening on my laptop. Edge doesn't have this problem.

Edit: This bug seems to be linked to my google account and not Firefox. It also happens in Edge when logged in. It only happens to one specific google account. When logged in to a different account it does not happen. F12 Consoles look identical on both accounts.

507
 
 

Started this morning. All of my personal tools like nextcloud and RSS reader were blocked, and I had to go manually override that screen for each one. Unacceptable.

508
 
 

Had it saved on my hard drive for years and recently re-discovered it. Seems to be from 2011 (!!)

Google is getting worse by the year, but it seems even back then some people were already seeing where things were going.

(Credits to the original author whoever it might be)

509
 
 

Hi, So, I wipe all cookies on every restart of firefox by default.

However, there are a very very few cookies I would like to restore. And only to certain multi-account containers

They are the session cookie to the few websites I login to. Because I'm annoyed to have to login again on every reboot.

But I still want to wipe every other cookies they store.

I tried to make a bookmarklet that can save the session cookie

Example this

javascript:(function() {     function getCookie(name) {         var value = "; " + document.cookie;         var parts = value.split("; " + name + "=");         if (parts.length == 2) return parts.pop().split(";").shift();     }     var cookieValue = getCookie('session_id');     if (cookieValue) {         var data = new Blob([`session_id=${cookieValue}`], {type: 'text/plain'});         var a = document.createElement('a');         a.style.display = 'none';         document.body.appendChild(a);         var url = window.URL.createObjectURL(data);         a.href = url;         a.download = 'session_id.txt';         a.click();         window.URL.revokeObjectURL(url);     } else {         alert('Cookie "session_id" does not exist.');     } })();

Unfortunately, unlike regular cookies, this doesn't work and it returns the cookie doesn't exist.

I would have made another bookmarklet which create a cookie from the file.

What I really need is an addon that lets me specify which cookies to save and restory, in which multi-account container

510
 
 

After using Chrome for a decade and switching back to Firefox, one feature I missed was the ability to right-click and Go to [url] directly, for any selected text that vaguely resembles a URL.

I made Goto foo to approximately replicate Chrome's behavior in Firefox, but it would be nice if no extension were necessary.

511
 
 

In order to measure the user experience, Firefox collects a wide range of anonymized timing metrics related to page load, responsiveness, startup and other aspects of browser performance. Collecting data while holding ourselves to the highest standards of privacy can be challenging. For example, because we rely on aggregated metrics, we lack the ability to pinpoint data from any particular website. But perhaps even more challenging is analyzing the data once collected and drawing actionable conclusions. In the future we’ll talk more about these challenges and how we’re addressing them, but in this post we’d like to share how some of the metrics that are fundamental to how our users experience the browser have improved throughout the year.

512
 
 

Happened to play with @firefox's screenshotting tool for the first time, and it's pretty amazing, for one reason, and one reason only - **HTML element awareness**

#OpenSource

513
 
 

I end up manually clicking to turn it on anyway every time. Would love to automate it.

514
 
 

"Great news for people using Firefox Nightly on Debian-based Linux distributions (such as Debian, Ubuntu, Linux Mint, and others): installing, updating, and testing the latest Firefox Nightly builds just got a lot easier. We’ve set up a new APT repository for you to install Firefox Nightly as a .deb package."

515
516
 
 

Previously it could only be enabled in nightly, but today in Librewolf 119.0-5 (based on firefox 119 stable) I found that you could also go to about:config and set image.jxl.enabled to true and enable support for jpeg-xl. Is it only a librewolf thing? I am asking here cause I don't have time to personally test.

517
 
 

Chrome does not do it either but are we supposed to be the ones that start a new trend or the ones that follow the trend?

I made a post into their feature request section about how important it is for privacy and security. It is perfectly possible to do but they are not interested in doing.

What I asked was that they provide a feature that allows users to opt in to encrypt all browsing data including history, passwords, cookies, etc. With this feature I can only access my browser information after I open up Firefox and provide my encryption password.

How would this help? Well, there could be viruses that can read Firefox browsing history and cookies and send that to the server. With this feature enabled, one can be even more safer.

There is an option to encrypt Passwords. Thats not enough, every other piece of browsing data should also be encrypted.

518
 
 

All the incognito browser windows share the same "session" in Firefox. So say you open an Incognito window to browse Facebook or something, then you open another Incognito window, this new incognito window is linked to the previous incognito window, meaning you are logged into Facebook at that new Incognito window as well. This is because, as I explained before, all the incognito windows share the same "session"

The only way to clear incognito window is to close ALL of them and then create a new incognito window. You dont have to close the main non incognito Firefox window though, just close all the incognito windows. Then open a new one, now your previous session is destroyed and you are new again.

You may know it but its not that common knowledge as it should have been

519
 
 

Why use .js extension if it does not even support what Javascript is supposed to support. Here is my user.js file that does not work in Firefox: https://pastebin.com/QZXL0YJp

However the following works: https://pastebin.com/xEjh7g9U

I wonder why not implement a full Javascript engine to read in those configuration files, it kind of sucks to keep on typing user_pref( in every line when one could put all the configs in a list and loop over it and use user_pref() to apply them.

520
 
 

Those are the MD5 hashes of a lot of adult sites. They list them, so they can filter them from "often visited". In https://bugzilla.mozilla.org/show_bug.cgi?id=1159884 they reason, that this is so that virus scanners don't detect FF as malicious (due to containing references to those sites). Let's get the list!

You can also access this list locally by typing in resource://activity-stream/lib/FilterAdult.sys.jsm into your URL bar.

[Note that this post is technically not NSFW as they are only MD5 hashes.]

521
 
 

I recently moved from chromium to Firefox and I noticed an inconsistency I'm not sure how to fix.

On chromium, if I want to open a link on a new tab, I use ctrl + click to open it in the background and ctrl + shift + click to open it and focus.

On Firefox, with normal links it works the same way, but with bookmarks it's switched: ctrl + click opens and focuses, and ctrl + shift + click opens in the background.

I've searched settings about this with no luck.

Am I missing something?

522
 
 

Is it possible to merge tabs the way Chromium-based browsers can on Android? Sometimes it is very useful 🙃

523
 
 

Hi Firefox Team, what you would say to make an UI adjustments regarding the https://arc.net/ which becomes very popular :) it could be a great opportunity to get some Windows and Linux users back, since they released Mac only so far. Also it's based on Chromium and it seems it is not an open-source yet. cc @mozilla @firefox @FirefoxNightly

524
 
 

Hallo! 🐸

I have UK Eng set as my main language on #Firefox, but it still sees my UK Eng as spelling errors, as based on a US Eng dictionary.

I checked my Firefox browser settings, and UK (GB) is set as the mai, but can't remove US Eng. Is there something that I'm missing?

@firefox@lemmy.ml @firefox@lemmy.world @mozilla

525
 
 

I found that TCP Fast Open was removed in Firefox, while Chrome continues to have it. Does anyone have more info on why the devs decided to axe it ?

The ticket that removed the feature didn't have any explanation: https://bugzilla.mozilla.org/show_bug.cgi?id=1689604

view more: ‹ prev next ›