Firefox

17937 readers
44 users here now

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

founded 4 years ago
MODERATORS
1
 
 

Recently I started using my own self hosted search engine - LibreX...

When I went to add it as the default search engine for Firefox on the desktop - I found that the option to add custom search engines gone (replaced with a 'smarter' way??)

Here is the work around I found..

Go to the about:config page

Paste browser.urlbar.update2.engineAliasRefresh into the search area and set the value to True

Now when you go to the Settings page, you should see an Add button to add a custom search engine (like you used too...)

2
 
 

My red heart emoji (❤️) looks weird in #Firefox

This has been the case for quite a while now and I cannot for the life of my figure out why that is. I never explicitly made it this way.
It's only in Firefox and a machine with pretty much the exact same #NixOS config does not exhibit this issue.

I tried clearing unused fonts out of \~/.local/share/fonts/ (no emoji fonts remain) and updated the fc-cache but it didn't help. (Obviously I restarted Firefox.)

Any ideas?

@firefox #Linux #freedesktop

3
 
 

I can't seem to find it while researching.

EDIT: thank you very much, guys. I installed dark reader.

4
 
 

Bloated and complacent, Chrome might be on the path to playing the same role as IE was playing 15 years ago, shunned by developers and technologically inferior to other browsers.

5
42
submitted 3 days ago* (last edited 3 days ago) by neme@lemm.ee to c/firefox@lemmy.ml
 
 

Edit:

Seems like three of these were posted on the same day for some reason:

170

172

6
15
submitted 5 days ago* (last edited 4 days ago) by Donatello@lemmy.ml to c/firefox@lemmy.ml
 
 

cross-posted from: https://lemmy.ml/post/22627659

Hi,

I have a couples of AV1 videos that I would like to display on a html page.

I've tried

<video controls preload="none">
    <source src="FooBar.mp4">
</video>

but it trow back

I've tried first with MKV container as it's listed on the wikipedia page.

but this is not listed on the mozilla page https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Video_codecs 🤔

Confusing.. as I found also this in the firefox release note:

Firefox 97 and later versions support AV1 video in the MKV container.

So WTF !?

I've tried also

<video controls preload="none">
    <source src="FooBar.mp4" type="video/webm; codecs='av01.0.08M.08'">
</video>

but that change nothing...

Any ideas ?

Thanks.

7
 
 

I'm running the Ubuntu snap version of Firefox and recently I've had a problem where the more files I download the more sluggish downloads become. When I download a file now, even a few KB, Firefox becomes unresponsive for a few seconds, including video in other windows freezing. For longer downloads, Firefox is unresponsive the entire time. During downloads Firefox uses 1 core 100% in htop and about:performance shows "Firefox" using 100%

Clearing all data in settings doesn't help

Clearing the list of downloaded files doesn't help.

Deleting the profile fixes it, but the problem comes back as I download files.

I have a policies.json file that sets some privacy related settings and installs 3 addons (uBlock0@raymondhill.net, treestyletab@piro.sakura.ne.jp, @testpilot-containers).

I also have a hosts file that blocks all mozilla domains (except addons.mozilla.org)

I have a fast CPU, tons of ram and a nvme drive.

I'm not really sure how to debug this?

8
9
 
 

cross-posted from: https://lemmy.zip/post/26115585

cross-posted from: https://lemmy.zip/post/26115554

I am not the developer of this extension

This extension will have an overview of missable achievements, HLTB, and other info for those that achievement hunt would find helpful.

10
11
15
submitted 1 week ago* (last edited 1 week ago) by Joker@sh.itjust.works to c/firefox@lemmy.ml
 
 

Archive.

~This photo was included in the blog post.~

Mozilla have zero self awareness.

Here is a quote:

2024:

  • 2024 is the best year for Firefox
  • Opportunity to contribute to Multi-Account Containers extension
12
 
 

URL is https://www.ebay.com/str/theartofserver

Is there an addon to defeat this right-click disable method ?

thanks !

13
14
 
 

I used them when they were released a while ago for the nightly version of Firefox, and actually in the stable channel we are in Firefox 130 and still no vertical tabs, does anyone know an aproximate version when they will be available for the stable channel?

15
16
 
 

Pretty interesting analysis from TechAltar about Mozilla usage and revenue trends, which aren't as dire as they're often made out to be, but how the search placement deal with Google is indeed endangered, which may be pushing them to their recent embrace of adtech as a new revenue source

17
18
19
20
21
22
 
 
23
 
 

Is there a way to do this with user CSS on Firefox?

The content has to have full opacity. So setting opacity through the compositor or the opacity CSS property does not count.

Setting a background-color with some alpha on userContent.css technically works but because the browser itself is fully opaque, doesn't show the background. Trying to set background-related properties on #browser on userChrome.css doesn't have an effect. If I can make only the background of #browser transparent, this'll work. But I don't know if that's possible.

edit: it is possible, with lots of caveats. Site-specific fixes will be required, popups are hard to read. If you have dark wallpapers enable dark reader to make site content readable on a dark background.

1- set browser.tabs.allow_transparent_browser to true

2- in userChrome.css add #main-window, #tabbrowser-tabpanels{ background: transparent !important; }

3- userContent.css:

*{
  background-color: transparent !important;
}
/* if you don't want full transparency */
html:root{
  background-color: #00000080 !important;
}
24
19
submitted 2 weeks ago* (last edited 2 weeks ago) by sabreW4K3@lazysoci.al to c/firefox@lemmy.ml
 
 

Anyone know how? A bug that caused the issue that I can follow along with? It also randomly reset the name and icon in Niagara Launcher.

25
 
 

I know I can press right but I'm just wondering if it can be done by default.

view more: next ›