Cleans up Reddit Mobile's UI
Cleaned Up Mobile Reddit by skunkstriped
Details
Authorskunkstriped
LicenseNo License
Categoryreddit.com
Created
Updated
Size3.5 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 Cleaned Up Mobile Reddit
@version 20220119.21.17
@namespace userstyles.world/user/skunkstriped
@description Cleans up Reddit Mobile's UI
@author skunkstriped
@license No License
==/UserStyle== */
@-moz-document domain("www.reddit.com") {
.XPromoPopup.m-active .XPromoPopup__overlay {display: none;}
.XPromoPopup__action:first-child {display: none;}
.AwardingsBar.m-redesign.m-large, .PostFooter.m-redesign .PostFooter__award-button, .PostFooter.m-redesign .PostFooter__award-wrapper {display: none;}
._1UC3OWGfqCsYvxcSoPUm3w:last-child, ._2OSerrGqsksmXpb-ulVmEG:last-child, ._2ufdC1ZLlRA-vEoc1H6CJV:last-child {display: none;}
.TopNav__topButton.m-visible {display: none;}
.dayMode .CommentHeader__avatar, .nightMode .CommentHeader__avatar {display: none;}
.XPromoPill__content, .XPromoPill__container {display: none;}
.CommentHeader__username {font-weight: 500 !important;}
.CommentHeader__flair {border-radius: 2px !important;}
.CommentTree__comment {margin-left: -32px !important;}
.CommentsPageTools__reply {border-radius: 5px !important;}
.nightMode .CommentHeader__flair {
Background-color: #1e1e1e;
}
.dayMode .CommentHeader__flair {
Background-color: #f5f5f5;
}
.CommentHeader__flair {
padding: 0px 4px;
}
._2pUaFeMjwDAhdxtQUwSRcQ {display: none !important;}
.Post__link[rel=sponsored] {
display: none !important;
}
.PostFooter.m-compact.m-redesign {
border-bottom-width: 1px !important;
}
.dayMode .PostFooter.m-single.m-redesign {
border-bottom: 1px solid #edeff1;
}
.nightMode .PostFooter.m-single.m-redesign {
border-bottom: 1px solid #353535;
}
.Subnav.m-redesign {
border-bottom-width: 1px !important;
}
.PostFooter.m-redesign .PostFooter__share {display: none;}
.icon-x:before {display: none;}
.JoinButtonFull {display: none;}
blockquote {
opacity: 0.8;
}
.CommentTree__continueThread.m-showAll {
margin-left: 16px !important;
}
li._26Dt6IpEyQMadkdcI_SxEy:nth-of-type(3), li._26Dt6IpEyQMadkdcI_SxEy:nth-of-type(4), li._26Dt6IpEyQMadkdcI_SxEy:nth-of-type(5) {display: none;}
.CommunityHeader-subscribe-button, .CommunityHeader-subscriber-button {
border-radius: 8px;
padding: 0px;
line-height: 28px;
}
.CommunityHeader-subscribe-button {
background: #0079d3;
border: 1px solid #0079d3;
}
.Comment__body.m-italic {
font-weight: 400;
font-style: unset;
}
.EditForm__textarea {
margin-left: 20px !important;
}
.PostFooter.m-redesign .PostFooter__comments-link {
border: 0px solid #efefed !important;
}
.PostFooter.m-redesign .PostFooter__votingBox {
border: 0px solid #efefed !important;
}
.SortSelector__numComments {
display: none;
}
.JoinButton.m-subscribe {display: none;}
.CommentsPageTools__userIcon {display: none;}
.PostHeader__avatar {display: none;}
/* .aAprpkg6XvIsjmyc5LX8M {
background-color: unset !important;
}
._1VSyzeCqhLG-H2N68kAx9V, ._32mAL3uwyQJS7hj1ycgxCB {display: none;}
._2CLT0PnUFKOuIklTTY6Cy-, ._3JMuglKbxvsn0CwPw--kdX, ._2CLT0PnUFKOuIklTTY6Cy- {display: none;} */
/* CommentsBelowFoldContent~UserActivity.e2809834ddb16b89c4cc.css | https://www.redditstatic.com/mweb2x/chunkCSS/CommentsBelowFoldContent~UserActivity.e2809834ddb16b89c4cc.css */
.dayMode .CommentHeader__username:not(.m-admin):not(.m-moderator):not(.m-op):not(.m-self) {
/* color: #121213; */
color: #565758;
}
}