image-rendering: auto; (Chrome-like crisp images)
image-rendering: auto; by mostafamossaad
Details
Authormostafamossaad
LicenseNo License
Categoryhttps://www.google.com/
Created
Updated
Size209 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name image-rendering: auto;
@version 20240128.08.32
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.google.com/") {
img {
image-rendering: auto;
}
}