Yanıtlar:
chrome/userContent.css
Firefox profil klasörünüzdeki bir dosyaya özel CSS kuralları ekleyebilirsiniz .
Misal:
/* For any page */
body { margin: 10px; border: 1px solid red !important; }
/* Or only for google.com */
@-moz-document domain(google.com) {
body { margin: 10px; border: 1px solid red !important; }
}
@-moz-document regex(".*\.(jpg|png|gif|bmp)$")
. Hangi Firefox görüntü görüntüleyici piksel bulanıklaştırma ( img{image-rendering: -moz-crisp-edges;image-rendering: pixelated;}
) yakınlaştırmak için kullanılır .