Are you using Firefox 144 or later? That's when they added support for CSS view-transition which might reduce this (on websites that use view-transition).
I'm trying with both Firefox 145 and LibreWolf 144 on ArchLinux KDE Plasma.
For example, when I reload this page I get the withflash: https://boardgamegeek.com/browse/boardgame
This has someone that says that they can use toolkit.legacyUserProfileCustomizations.stylesheets to do it.
Might try opening an unstyled, "hello world" webpage to confirm that it doesn't leave it unreadable or something. They're changing the background color but not the text color.
Easy. Preferences > Contrast control > Manage colors and set the background color to black or whatever.
You will never be whiteflashed again. Some websites will be ugly, a few will be unusable (you'll have to unset it temporarily for them, or use a different profile). But many will be just as good as with Dark Reader.
In any case, this is literally the only way to banish whiteflash definitively. It also has no speed penalty because it's native.
Are you using Firefox 144 or later? That's when they added support for CSS view-transition which might reduce this (on websites that use view-transition).
I'm trying with both Firefox 145 and LibreWolf 144 on ArchLinux KDE Plasma. For example, when I reload this page I get the withflash: https://boardgamegeek.com/browse/boardgame
https://old.reddit.com/r/firefox/comments/181atxy/tip_change_default_page_background_to_black/
This has someone that says that they can use toolkit.legacyUserProfileCustomizations.stylesheets to do it.
Might try opening an unstyled, "hello world" webpage to confirm that it doesn't leave it unreadable or something. They're changing the background color but not the text color.
Some websites are really cursed in how hard they make overriding their styles.
Some things I usually do to handle these are using Stylus with Instant inject mode and some
!importantrules for a global dark theme.If that also fails, I have an anti-Flash-of-Unstyled-Content userscript ready to toggle per-website as needed:
It works by preventing display of content before it's fully loaded. This won't make websites dark on its own, just prevent the flash.
(I have tested this with Violentmonkey on boardgamegeek.com plus a Stylus dark theme and it did solve it. With Dark Reader though it will still flash)
If even that fails I have a second one that will strip all inline and
!importantstyles, but it rarely ever comes to that.I hope this is helpful because being flashed with a fully white page makes me want to cry and punch my computer.
Wow, a Flash of Unstyled Content Killer. Nice.
By the way,
Is this necessary? Isn't there a reference to this node already via the
styleidentifier?I guess, but:
Easy.
Preferences > Contrast control > Manage colorsand set the background color to black or whatever.You will never be whiteflashed again. Some websites will be ugly, a few will be unusable (you'll have to unset it temporarily for them, or use a different profile). But many will be just as good as with Dark Reader.
In any case, this is literally the only way to banish whiteflash definitively. It also has no speed penalty because it's native.
clicking star to favorite this thread in case anyone provides a good answer