Makes tumblr images actually display at 100% instead of a tiny thing in the center of a non-scrolling page
make tumblr images not shit by DuendeInexistente
Details
AuthorDuendeInexistente
LicenseNo License
Categorymedia.tumblr.com
Created
Updated
Size234 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 make tumblr not shit
@version 20230429.21.36
@namespace ?
==/UserStyle== */
@-moz-document domain("media.tumblr.com") {
img {
max-width: 100% !important;
max-height: 100% !important;
}
}