open links with target="_blank"

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
al000345

open links with target="_blank"

Unread post by al000345 » 2019-12-06, 12:40

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?

letmeindude

Re: open links with target="_blank"

Unread post by letmeindude » 2020-01-06, 17:35

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.