Skip Navigation
Is it possible to have dynamic light/dark which follow system settings for themes created using color.firefox.com?
  • I don't think Firefox Color can do that. At best you could test and set colors using Color, and then export the settings for both as a theme .zip or .xpi files, and then combine the two to a single manifest.json file. Inside the manifest, a "theme" key would be color properties for "normal" theme and "dark_theme" would be for dark-theme. After that you would submit the theme package to get it signed after which it can be installed as a real theme.

  • For those who want to use Firefox with added security and privacy there is Arkenfox
  • You can modify prefs at runtime and have them persist - except those prefs that are also declared in user.js. The problem arises when folks apply whole list of prefs via user.js from one repository or another, which could be hundreds, without acknowledging what prefs they set and without checking what those prefs do. If they then have some reason to change any one of those prefs - their change won't persist if that particular pref is in user.js

    A thing you could do is to just start Firefox once with a user.js file, and then remove that file. On that single startup Firefox sets prefs according to user.js, and all those changes persist to prefs.js when Firefox is shutdown. You are then able to also persist changes to all prefs because by removing user.js Firefox won't try to override the your session saved prefs with user.js at startup.

  • For those who want to use Firefox with added security and privacy there is Arkenfox
  • Yes. Firefox doesn't create user.js file itself - if you want one then you need to create it yourself either manually or with some tool. Also, I've seen some "security" software create user.js file without notifying the user about it...

  • For those who want to use Firefox with added security and privacy there is Arkenfox
  • What I'm trying to point out here, is that prefs declared in user.js (whether they are put there using scripting or otherwise) cannot be persistently modified at runtime from within Firefox. That may or may not be a huge problem, but something to be aware of.

  • For those who want to use Firefox with added security and privacy there is Arkenfox
  • Sure. For simplified example have only the following in your user.js file:

    user_pref("browser.tabs.warnOnClose",true);
    
    1. Start Firefox
    2. Observe that the pref is indeed true
    3. Go to Setting > General, observe that Confirm before closing multiple tabs is checked
    4. Uncheck the option
    5. In about:config observe that browser.tabs.warnOnClose is now false
    6. Restart Firefox
    7. Observe that the pref is again set to true

    The reason is also very simple. Firefox will never write anything to user.js - thus any changes you do at runtime will only be stored to prefs.js. However, user.js always overrides prefs.js at startup.

  • For those who want to use Firefox with added security and privacy there is Arkenfox
  • Yes, but that is not what I'm talking about. What I mean is that when Firefox is running and you go to change some setting in say, Settings page, then the new value for that preference is stored into prefs.js (at latest on Firefox shutdown, it might remain only in-memory for some time I'm not sure). Anyway, the new value persists only for that browser session, because on next startup whatever value was set by user.js will override it.

  • For those who want to use Firefox with added security and privacy there is Arkenfox
  • In addition, if you use user.js then you essentially cannot change those settings at runtime (via about:config or otherwise), because your user.js will override the settings on next startup. Maybe that's desired for some, but good to keep in mind nonetheless.

  • Privacy@Lemmy.ml: Do browsers block websites from uploading data that could be used for fingerprinting like resolution, installed fonts, etc.?
  • Yeah... It's a bit hard to balance things like this though, I've seen lot's of folks complain about how their Firefox is apparently "broken" because it now suddenly has this empty margin around web-content seemingly wasting space for no reason - and then it turns out that they have deliberately turned this very feature on. And that is even if the feature is completely hidden - I wonder how many more complaints there would be if options like this are made more accessible.

  • Privacy@Lemmy.ml: Do browsers block websites from uploading data that could be used for fingerprinting like resolution, installed fonts, etc.?
  • The letterboxing feature has been in Firefox since 2019 - starting from Firefox 67 I think. The preference for it might have been hidden though so maybe it's just relatively unknown feature - I don't know if or how visible LibreWolf makes makes it for the user. But regardless, any modern Firefox variant probably has that capability.

  • Firefox@Lemmy.world: Does Firefox block websites from uploading data that could be used for fingerprinting like resolution, installed fonts, etc.?
  • I'm not sure if resistFingerprinting does anything to stop websites from uploading whatever data they can get though, I don't think it does that. And I don't think it could really do that in the first place since the website could just obfuscate the data and browser wouldn't know what is sent.

  • Firefox@Lemmy.world: What are the best ways to minimize fingerprinting on Firefox?
  • That's not necessarily a good solution either, because a service could figure out that the source of random fingerprint data likely comes from the same user. Especially if your ip is not changing. It might perhaps be effective if a substantial amount of people were doing it though.

    But to generate such random fingerprint is difficult because it consists of many parts and services don't all build fingerprints the aame way. You could easily randomize e.g. canvas data, but the issue is that if you only randomize one data point then that one random data point pretty uniquely identifies you if your other datapoints are stable. So to be effective you would really need to randomize several different datapoints and that may not be such an easy task since websites could build them in all sorts of ways.

  • Firefox@lemmy.world: Caching frequently downloaded / used page assets?
  • Yeah, regular http cache is indeed a thing. However it's more complicated because the web server can tell the browser how the returned content should be cached - if at all. So if, say, reddit servers ask the browser to not cache particular resource (for whatever reason) then it won't be cached. I mean, the browser is free to do as it pleases, but I think in general browsers would do as the server asked and indeed not cache it.

  • Firefox@Lemmy.ml: How has your mileage been using Gecko-based browsers other than Firefox?
  • Well the feature development is certainly progressing - here is the tracking bug for it.

    You can nowadays just test it in normal nightly without special build - it's extremely incomplete, but you can test it if you wish. It's tied to revorked sidebar which you need to enable in about:config.

  • Leak: EU interior ministers want to exempt themselves from chat control bulk scanning of private messages - EU Reporter
  • Absolutely not. If anything, public officials would be the one group whose messaging I would understand being scanned so that the people can sort of keep them on check. But again, implementing such possibility that would still weaken security of everyone else as well so of course it should not actually be done.

  • Firefox@Lemmy.world: Has anyone else never had an single issue with YouTube on Firefox with adblockers?
  • Yup, YT has only shown me a nice "Sign in to confirm you’re not a bot" message for the past week or so. Not because of Firefox or adblockers though, because the same happens on all other browsers and clients as well.

    Maybe because of VPN, or who knows what, maybe they are just idiots.

  • Mozilla Welcomes Anonym: Privacy Preserving Digital Advertising
  • Indeed. I mean, I'm blocking ads as much the next guy and that's not going to change in any foreseeable future, but I cannot see how introduction of privacy preserving advertising platform could possibly be seen as anything other than an improvement over the current, completely perverse, situation. It would be better for people who don't block ads, so if this acquisition would advance uses of privacy-respecting advertising systems and simultaneously get some revenue to Mozilla then this sounds quite like a win-win to me.

  • Exploring improvements to the Firefox sidebar – Firefox Nightly News
    blog.nightly.mozilla.org Exploring improvements to the Firefox sidebar – Firefox Nightly News

    What are we working on?  We have long been excited to improve the existing Firefox sidebar and strengthen productivity use cases in the browser. We are laying the groundwork for ...

    1
    Firefox customization community on Fedia

    Hi! Just FYI folks, the plan going forward would be to build this community on Fedia instead: Right here https://fedia.io/m/FirefoxCSS

    Thanks to federation, you can also participate in the community through lemmy if you want - though some features such as microblog or sidebar info won't be accessible via lemmy - for now at least. The link to access the community via lemmy world would be https://lemmy.world/c/FirefoxCSS@fedia.io

    See ya there!

    0
    Dark customizeable userstyle for Lemmy.world
    gist.github.com lemmy_world_solarized_dark.css

    GitHub Gist: instantly share code, notes, and snippets.

    Perhaps not fitting exactly for this community because it's about a website, but hey c'mon its customizing :) Apply via userContent.css or Stylus or something.

    Only tested with "darkly-red" style that you can select from your user settings.

    0
    [Fx 113] PSA - Changes to default element display-model

    Let's have this post here also...

    As a part of the front-end technical modernization the old xul box model is being replaced with modern flexbox all around the UI. Relevant bug 1820534

    Previously, just about everything used display: -moz-box but in Firefox 113 the default display model was changed to modern display: flex instead.

    What this means first-hand is that all legacy box model -related properties will not do anything anymore so things like -moz-box-ordinal-group, -moz-box-orient, -moz-box-direction, -moz-box-align, -moz-box-pack or -moz-box-flex won't have any effect.

    The suggested way to deal with this is to just update your styles to use equivalent flexbox properties. Additionally, the old display: -moz-box is treated as invalid property value

    Some examples of conversions:

    • display: -moz-box -> display: flex
    • -moz-box-ordinal-group: 0 -> order: -1
    • -moz-box-orient: vertical -> flex-direction: column
    • -moz-box-direction: reverse -> flex-direction: row-reverse
    • -moz-box-align: center -> align-content: center or align-items: center depending on what you are doing.
    • -moz-box-pack: start -> justify-content: flex-start or justify-items: flex-start
    • -moz-box-flex: 10 -> flex-grow: 10

    Notes about order vs. -moz-box-ordinal-group: order supports negative values, whereas ordinal-group does not. Default value of order is 0 but default of ordinal-group is 1 so you might need to change what value to apply for it to have any effect.

    Also, see this firefox-dev post for more information.

    0
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MR
    MrOtherGuy @lemmy.world
    Posts 4
    Comments 60