Resizes images to 800px wide.
Removes page header for easier reading.
machinenano image size by autokludge
Details
Authorautokludge
LicenseNo License
Categoryw3.machinenano.com
Created
Updated
Size635 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 w3.machinenano.com image size
@version 20230507.06.58
@namespace userstyles.world/user/autokludge
@description Resizes images to 800px wide.
@author autokludge
@license No License
==/UserStyle== */
@-moz-document domain("w3.machinenano.com") {
#masthead {
display: none;
}
.entry-content .separator {
width: 800px !important;
display:block;
line-height:0px;
}
.entry-content .separator a {
width: 800px !important;
display:block;
line-height:0px;
}
.entry-content .separator a img {
width: 800px ;
display:block;
}
}