Hallo,
ich konnte mir bisher mit folgendem Script die Startseite (about:home) individuell gestalten:
CSS
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:home") {
#brandLogo, #snippets{
display:none!important;}
#snippetContainer div.snippet img.icon {
display: none!important;}
#apps {display: none!important;}
#launcher button{
background: rgba(230,230,230,0.8) !important;
color: black !important;}
#launcher{
background: rgba(230,230,230,0.1) !important;
color: black !important;}
html > body{
background: url(file:///C:/Users/Wolfgang/AppData/Roaming/Microsoft/Windows/Themes/TranscodedWallpaper) no-repeat !important;
background-attachment: fixed !important;
background-position: center !important;
background-size: cover !important;
}
}
Alles anzeigen
Das geht neuerdings nicht mehr.
Die Datei usercontent.css scheint keinen Einfluss mehr auf die Startseite zu haben.
Was tun ?
Mein FF : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0