Make Mezmo logs suck less
app.mezmo.com/.../logs/view by ixti
Details
Authorixti
LicenseNo License
Categorymezmo
Created
Updated
Size512 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 app.mezmo.com/.../logs/view
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Make Mezmo logs suck less
@author Alexey Zapparov
==/UserStyle== */
@-moz-document regexp("https://app\\.mezmo\\.com/[^/]+/logs/view.*") {
.log-line {
font-size: 1.4em;
font-family: Victor Mono, monospace;
}
.line-field-dt {
font-size: 0.7em;
font-style: italic;
font-weight: bold;
}
.ll-host,
.ll-app {
display: none;
}
}