Différences entre les versions de « Firefox »
Aller à la navigation
Aller à la recherche
(Exporter/importer/rétablir un profil complet (+extenssions) firefox) |
|||
(8 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
== Astuces == | == Astuces == | ||
* Localisation des dossiers de profils : ouvrir dans un onglet Firefox : | |||
about:profiles | |||
* https://addons.mozilla.org/fr/firefox/addon/wood-class/ | |||
*Changer l'image de fond de la page vierge à l'appel d'un nouvel onglet : https://support.mozilla.org/en-US/questions/1336566 | |||
**fichier userContent.css placé dans le dossier "chrome" du dossier utilisateur de Firefox | |||
@-moz-document url-prefix(about:home), url-prefix(about:newtab) { | |||
.click-target-container *, .top-sites-list * { | |||
color: #fff !important ; | |||
text-shadow: 2px 2px 2px #000 !important ; | |||
} | |||
body { | |||
background: url(/usr/share/backgrounds/IMG_20210824_211713_HDR.jpg) !important ; | |||
background-size: cover !important ; | |||
} | |||
} | |||
**[[File:IMG_20210824_211713_HDR.jpg|50px]] : l'image de fond évoquée dans le fichier UserContent.css , rangée dans le même dossier | |||
**Open the url about:config, and change the option "toolkit.legacyUserProfileCustomizations.stylesheets" to true | |||
**Restart firefox. It should look more awesome now! |
Version actuelle datée du 12 septembre 2024 à 13:40
Astuces
- Localisation des dossiers de profils : ouvrir dans un onglet Firefox :
about:profiles
- https://addons.mozilla.org/fr/firefox/addon/wood-class/
- Changer l'image de fond de la page vierge à l'appel d'un nouvel onglet : https://support.mozilla.org/en-US/questions/1336566
- fichier userContent.css placé dans le dossier "chrome" du dossier utilisateur de Firefox
@-moz-document url-prefix(about:home), url-prefix(about:newtab) { .click-target-container *, .top-sites-list * { color: #fff !important ; text-shadow: 2px 2px 2px #000 !important ; } body { background: url(/usr/share/backgrounds/IMG_20210824_211713_HDR.jpg) !important ; background-size: cover !important ; } }