Unclutter, fix and center questionablecontent.net in the most lazy way possible.
Clean questionablecontent by wpinc
Details
Authorwpinc
LicenseWTFPL http://www.wtfpl.net
Categoryquestionablecontent.net
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Questionablecontent WPI
@namespace userstyles.world/user/wpinc
@version 1.4.0
@description Unclutter, fix and center questionablecontent.net in the most lazy way possible.
@author Webshit Productions Inc.
@license WTFPL http://www.wtfpl.net
==/UserStyle== */
@-moz-document regexp('https://(?:www\\.)?questionablecontent\\.net/(?!about|contact).*') {
.column {
padding-left: 2rem;
padding-right: 2rem;
}
.app_gdpr--2k2uB,
ins.adsbygoogle,
iframe,
.small-2.medium-expand.column,
.small-12.medium-expand.column div.row:not(#newspost),
#container.row.align-center.column center,
#container > .row > [href] {
display: none !important;
}
#example-menu.top-bar,
#comicnav.menu {
justify-content: center;
}
#example-menu.top-bar div.top-bar-right {
display: none;
}
#example-menu.top-bar div.top-bar-left ul.vertical.medium-horizontal.menu {
justify-content: center;
}
#news {
max-width: 500px;
}
#strip {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
#container.row.align-center.column {
width: fit-content;
}
@media only screen and (max-width: 900px) {
.column {
padding: 0.5rem;
}
}
}