Turns Smore Newsletter into a printable page: removes background, removes toolbar.
Printable Smore Newsletter by Parsiuk
Details
AuthorParsiuk
LicenseNo License
Categorysecure.smore.com
Created
Updated
Code size389 B
Code checksumf51a4799
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name secure.smore.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Printable Smore Newsletter
@author Parsiuk
==/UserStyle== */
@-moz-document domain("secure.smore.com") {
/* Insert code here... */
.toolbar {
visibility: hidden;
}
.inset-0 {
inset: auto;
}
}