Skip Navigation
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.

  • How do you organize your bookmarks?
  • I don't. Pretty much everything just goes to other bookmarks. When I want to use them I'll just type * to urlbar , type something about it and Firefox usually finds the bookmark I wanted.

  • is CSSs safe?
  • Yeah, loading any external resources - I would think fonts even more so than images - is potentially risky. In addition, there is somewhat realistic possibility for browser fingerprinting if you use some style that makes browser viewport size atypical.

    I can't think of any actual security issues other than those. Otherwise the worst that a style could do is crash the browser, to make it utterly unusable or make it super slow. But those are all recoverable by simply trashing userChrome.css and restarting Firefox.

  • Is there a way to disable the "Restart to Keep Using Firefox" page?
  • In that case the issue is likely that files on disk are being modified by whatever mechanism your IT uses to push updates to devices. If the program files are modified while Firefox is running then you will unavoidably get this prompt.

    I suppose the best you can do is to ask your IT folks to not update programs that are currently running.

  • Firefox@Lemmy.ml: Custom CSS, Does backdrop-filter work on bookmark folder menus? When I try it it just blurs the text
  • Take this with a grain of salt, but I believe I've read that standard backdrop-filter won't work here and this would instead require OS compositor level mechanism because menupopup and panels are technically separate windows (or window-like widgets) from OS perspective.

  • Lemmy.world: Any addons like Stylus for websites styles, that can automatically backup files on my device?
  • Huh, okay. That does seem like extensions can indeed write arbitrary data to default download directory automatically. Maybe you can create a feature request to existing extension for that kind of feature. Although I would think that an interval is totally unnecessary and it would make more sense to only make a backup whenever style editor is started or a style is otherwise being added/removed or some such.

  • Lemmy.world: Any addons like Stylus for websites styles, that can automatically backup files on my device?
  • I'm not 100% sure about this, but I don't think addons are allowed to write anything to disk without user interaction, except to their own database of course.

    I guess you could do it if you had some other installed software that backed up extension data from Firefox profile folder. Then again, if you are worried about some profile data getting wiped, then it would just make sense to back up the whole profile and not just little bits of it because who knows what other data could get wiped.

  • 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
    Which addon, will open multiple tabs, from the multiple URLs in my clipboard ?
  • You just have the link texts in a text editor one at each line, then select all and drag the selection to tabs toolbar.

    But yeah, it does become an issue if you try it with thousands of tabs... It should work, but probably chokes quite a bit.

  • Can users upload files to Manifest V3 addons?
  • I guess that kinda depends on what you mean by "upload". If you simply mean if user can point the extension to load some local file eg. via <input type="file"> then sure, that works just fine.

    It sounds like the issue you mention regarding uBO Lite is not about if it can read a local file, but rather that it can't use that data to update the active filter lists - perhaps because it already has too many dynamically inserted filter rules, but that's just a guess.

  • 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 46