Stylus Userstyles
Stylus is a great browser add-on that let you adjust CSS on sites you browse: move, hide, resize and rearrange things on a web page. Here’s a collection of my improvements to different web sites:
aliexpress.com
.drogue-poplayer-modal, .top-banner-container, #J_xiaomi_dialog {
display: none !important;
}
amazon.ca
#recommendations {
display: none;
}
fosstodon.org
.mention span {
color: pink;
}
getpostman.com
.click-to-expand-wrapper.is-snippet-wrapper {
max-height: none;
}
code[class*="language-"], pre[class*="language-"] {
white-space: pre-wrap;
}
namecheap.com
#content, .tab-view, .row {
max-width: 100%;
}
.table-display.small-table table tr th, .table-display.small-table table tr td {
padding: 3px;
}
table.advanced-dns .type {
width: 10rem;
}
table.advanced-dns .host {
width: 13rem;
}
table.advanced-dns .value {
width: auto;
}
table.advanced-dns .ttl {
width: 5rem;
}
table.advanced-dns .actions {
width: 3rem;
}
orangepi.org
.second-menu a {
padding: 3px 10px;
font-weight: 400;
font-size: 12px;
text-align: left;
}
#webmenu {
font-family: sans-serif;
}
tasmota.github.io
.md-grid {
max-width: 100%;
}