搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Is there possibilty to change NATIVELY color of loaded pages to plack? Addons tend to be not sufficient.

more options

Is there possibilty to change NATIVELY color of loaded pages to plack? Addons tend to be not sufficient (because just before addon starts working, there is white page for half of the second).

Is there possibilty to change NATIVELY color of loaded pages to plack? Addons tend to be not sufficient (because just before addon starts working, there is white page for half of the second).

所有回复 (6)

more options

It's a little complicated. A lot of pages are designed for a white background, so if you globally plug in a dark background, they may become unreadable. However, it's worth a try to see what you think.

The tools for this job are:

(1) A userChrome.css file to color the "shell" that pages are loaded into. This shell appears briefly in some situations as a "white flash". This generally works well for new tabs in the same window.

(2) A userContent.css file to create a global background color for HTML pages (especially for new windows).

I don't know of an ideal recipe, but you could start here:

https://www.reddit.com/r/firefox/comments/6s2l0w/removing_the_white_flash_before_a_page_loads/dl9t14q/

A great place to ask for style rule tweaks is:

https://www.reddit.com/r/FirefoxCSS/

more options

I applied all tricks from reddit and stylish, but new:tab is still white.

more options

Okay, that must be a rule in the page itself. Is it the page with the numerous categories ("Activity Stream" design) or some other page?

For the "Activity Stream" version of the new tab page, see: https://www.reddit.com/r/firefox/comments/7ax974/how_do_i_remove_the_white_flash_when_a_tab_loads/dpdijc6/

more options

Note that Stylish can't modify builtin about pages since those are XUL pages. You need to use userContent.css to be able to do this (about pages behave like web page and thus need userContent.css and not userChrome.css).

@-moz-document url(about:newtab){
 /* your CSS rules */
}
more options

I switched to ShadowFox, but nothing happened :/

more options

Antinatalist said

I switched to ShadowFox, but nothing happened :/

Sorry, but what does that mean -- what is ShadowFox?