Dans la barre d’adresse, tapez about:config et acceptez le risque.

Recherchez toolkit.legacyUserProfileCustomizations.stylesheets et passez sa valeur à “true” (double‑clic).

Ouvrez le dossier chrome de votre profil Firefox : %AppData%\Roaming\Mozilla\Firefox\Profiles\$VOTRE_IDENTIFIANT.default\ (ou tapez about:support et dans la section “Profil” cliquez sur le bouton “Ouvrir le dossier”.)

Dans ce dossier, créez un sous‑dossier appelé chrome (s’il n’existe pas).

Dans le dossier chrome, créez un fichier nommé userContent.css contenant :

@-moz-document url("about:home"), url("about:newtab") {
  .logo,
  .wordmark,
  .logo-and-wordmark {
    display: none !important;
  }
  .sidebar-inline-end {
    display: none !important;
  }
  .sidebar-inline-start {
    display: none !important;
  }
  .body-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .outer-wrapper {
    padding-top: 0 !important;
  }
  .top-sites-list-wrapper {
    margin-top: -160px !important;
  }
}

Enregistrez le fichier et redémarrez Firefox pour la prise en compte des modifications.