Différences entre les versions de « Firefox »

De dieudo.fr
Aller à la navigation Aller à la recherche
 
Ligne 3 : Ligne 3 :
* [https://addons.mozilla.org/fr/firefox/addon/2109 FEBE] Exporter/importer/rétablir un profil complet (+extenssions) firefox
* [https://addons.mozilla.org/fr/firefox/addon/2109 FEBE] Exporter/importer/rétablir un profil complet (+extenssions) firefox
* https://addons.mozilla.org/fr/firefox/addon/wood-class/
* 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/1271362 Is there a way to change only the background image for new tabs?]
*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.zip]] : fichier UserContent.css placé dans le dossier "chrome" du dossier utilisateur de Firefox
** 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
** [[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
** Open the url about:config, and change the option "toolkit.legacyUserProfileCustomizations.stylesheets" to true
** Restart firefox. It should look more awesome now!
** Restart firefox. It should look more awesome now!

Version actuelle datée du 8 novembre 2023 à 00:59

Astuces

@-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!