Page 1 of 1

open links with target="_blank"

Posted: 2019-12-06, 12:40
by al000345
Hello.
When I open the URL link with target="_blank" (all search platforms generates such links) I see the dazzling white screen for short time during page loading in new tab. I'm using dark themes and this getting me blind. If I open the same link with "Open Link in New tab" there is not the white screen.
May be someone could help me with right direction how to change this annoying shimmering white pauses in my life?

Re: open links with target="_blank"

Posted: 2020-01-06, 17:35
by letmeindude
Try this in userChrome.css

Code: Select all

browser { background-color: #161616 !important; }
And try this in userContent.css

Code: Select all

@-moz-document url("about:blank"), url("about:logopage"), url("about:newtab") {
 * { background: black !important; } }
Don't forget that you will still get a little white screen if the site uses white background - for example, default YouTube theme.