Différences entre les versions de « Firefox »

De dieudo.fr
Aller à la navigation Aller à la recherche
(Walnut2)
 
(6 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
== Astuces ==
== Astuces ==


* [https://addons.mozilla.org/fr/firefox/addon/2109 FEBE] Exporter/importer/rétablir un profil complet (+extenssions) firefox
* Localisation des dossiers de profils : ouvrir dans un onglet Firefox :
* [https://addons.mozilla.org/fr/firefox/addon/10610 Walnut2]
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 à 14:40

Astuces

  • Localisation des dossiers de profils : ouvrir dans un onglet Firefox :
about:profiles
@-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 ;
	}
}
    • IMG 20210824 211713 HDR.jpg : 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!