Firefox To Remove UI Dark Pattern From Screenshot Tool After Months of Complaints (zdnet.com)
After months of user complaints, Mozilla will remove a misleading "dark pattern" from its page screenshot utility. From a report: The problematic feature is the "Save" button that appears when Firefox users take a screenshot. The issue is that the Save button doesn't save the screenshot to the PC, as most users would naturally expect, but uploads the image to a Mozilla server. This is both a privacy violation, as some users don't appreciate being tricked into uploading sensitive images saved on remote servers, but also an incovenience as users would still have to download the image locally, but in multiple steps afterward.
Why would anyone want to upload a screenshot to Mozilla's servers? Usually when you take a screenshot it's because you need to use it locally, as in sending the file to someone, or archiving it.
It seems odd that they'd implement this ability at all; a bit shady even. Surely if you need to upload a screenshot to Mozilla to report a browser bug, it makes more sense to just send the image file you just saved locally.
Allegedly.
Update your "about:config" settings or edit your "user.js" file - problem solved.
// Disable Firefox Screenshots
user_pref("extensions.screenshots.disabled", true);
user_pref("extensions.screenshots.system-disabled", true);
user_pref("extensions.screenshots.upload-disabled", true);
It must have been something you assimilated. . . .
Using the term "dark pattern" while discussing a UI design is about the stupidest and confusing thing you could do. I was literally thinking there was some visual element that was dark. How about call it "deceptive", "misleading" or "confusing"? Sheesh. Your job is to write. Take a little pride in your work and think about what your words actually convey.
Better known as 318230.
Laughs in XUL.
But at least they have a very diverse board and an uncompromising CoC!
It's sad to see how Firefox, that used to be a champion of privacy and freedom, has all but completed its transition to the dark side.
No, your OS cannot screenshot a full webpage including all parts beyond the vertical and horizontal scrolls.
This space intentionally left blank
The Firefox Screenshot Tool can capture the whole page -- including sections of the page that can't dimensionally fit on screen.