funnyjunk.com Simple White Mode
funnyjunk.com Simple White Mode by rewqxecsvub
Details
Authorrewqxecsvub
LicenseNo License
Categoryfunnyjunk.com
Created
Updated
Size912 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 funnyjunk.com Simple White Mode
@version 20250201.10.29
@namespace https://userstyles.world/user/rewqxecsvub
@description funnyjunk.com Simple White Mode
@author rewqxecsvub
@license No License
==/UserStyle== */
@-moz-document domain("funnyjunk.com") {
html, img, video, iframe,
.cF1, .thUp, .thDn, .greenLight, .tUpBig, .tDnBig, #cFP, #cFN, #sideFavAdd, .pointsBig,
.search-inner input, .uploadBttn, #logoFJ, #alertLi {
filter: invert(1);
}
.contentTitle {
text-align: center !important;
padding-top: 20px !important;
padding-left: 0px !important;
font-size: 30px !important;
color: #2dff29 !important;
}
/* Decrease width of commment section from 100% of browser window width to 900px, which is the width of the post above, for better legibility */
#commentsList {
margin: auto;
/* width: 60%; */
max-width: 900px;
}
}