this post was submitted on 21 May 2026
57 points (95.2% liked)

Firefox

22762 readers
242 users here now

/c/firefox

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


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] thingsiplay@lemmy.ml 0 points 21 hours ago (1 children)

I didn't say that? I'm just talking about the point you were making earlier about resizing the window. You said it would imply that not being able to resize our window for example, and I just provided a possible way to do exactly that. That's all. And then counter argued your follow up point it would contribute to make me stand out more, that it in fact would decrease the possibility to stand out, not increase.

I'm not arguing that it would work for every webpage without breaking it, nor did I talk about the entire finger printability of a browser.

[–] KairuByte@lemmy.dbzer0.com 3 points 16 hours ago (1 children)

Users report the same size, fingerprinters now ignore this. They do still use JavaScript to determine the actual size of the window, and likely your resolution along with it.

[–] thingsiplay@lemmy.ml 1 points 12 hours ago (2 children)

If the browser is programmed to report a single size, then its impossible for JavaScript to determine the actual size. Because all JS would get is the same resolution. That's the idea of the suggestion.

[–] KairuByte@lemmy.dbzer0.com 1 points 5 hours ago

That simply doesn’t work.

Okay, let’s say that the standard “what is the window size” JavaScript method is intercepted and altered, how do you handle setting an element to a specific percentage width and then determining how wide it is in pixels? Or any of the other ways I can think to accomplish this same thing?

If you intercept all of those, you effectively break any site with relative movement of elements with JavaScript.

And that’s just one example.

[–] amju_wolf@pawb.social 0 points 9 hours ago* (last edited 9 hours ago) (1 children)

...and then your websites break, because you actually need to render them correctly.

...or it needs to be your actual window size, too.

[–] thingsiplay@lemmy.ml 0 points 9 hours ago

If the browser size is a standard size which is often tested to work with, then i don't see it as such a big of a deal. Most sites are also resolution independent. We are no longer in 2010. Do you know any site that could break because you don't use a specific resolution?