Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| firefox:epurer_le_newtab [2026/05/28 16:49] – créée tutospisto | firefox:epurer_le_newtab [2026/06/09 20:47] (Version actuelle) – supprimée tutospisto | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | Dans la barre d’adresse, | ||
| - | Recherchez <code bash> | ||
| - | |||
| - | Ouvrez le dossier chrome de votre profil Firefox : | ||
| - | %AppData%\Roaming\Mozilla\Firefox\Profiles\$VOTRE_IDENTIFIANT.default\ | ||
| - | (ou tapez <code bash> | ||
| - | |||
| - | 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 : | ||
| - | |||
| - | <code css> | ||
| - | .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: | ||
| - | } | ||
| - | .outer-wrapper { | ||
| - | padding-top: | ||
| - | } | ||
| - | .top-sites-list-wrapper { | ||
| - | margin-top: -160px !important; | ||
| - | } | ||
| - | }</ | ||
| - | |||
| - | Enregistrez le fichier et redémarrez Firefox pour la prise en compte des modifications. | ||