Можно ли изменить фон домашней страницы (на изображение, например) и как это сделать?

Xvost, добавьте в userContent.css

Своё изображение для домашней страницы и страницы новой вкладки.

скрытый текст

@-moz-document url("about:newtab"), url("about:home") {

  /*for the new tab page*/

#newtab-scrollbox {

   background: url("file:///c:/FFAboutNewTabBackground1.jpg") no-repeat !important ;

   background-size: 100% !important;

  }

  /*for the homepage*/

body {

   background: url("file:///c:/FFAboutNewTabBackground1.jpg") no-repeat !important ;

   background-size: 100% !important;

}


Вместо c:/FFAboutNewTabBackground1.jpg вставьте свой путь к файлу изображения.

Сплошной цвет.

скрытый текст

Выделить код

Код:

@-moz-document url(about:newtab), url(about:home) {
    body {
  background-color: #B6B6B6 !important ;
  }


Градиент.
скрытый текст

Выделить код

Код:

@-moz-document url(about:newtab), url(about:home) {
    body {
  background: -moz-radial-gradient(center,#86BCD4,#319BCA) fixed !important ;
  background-color: #319BCA !important ;
  }

поиск: настройка внешнего вида firefox