dark zen mode for modern wwww.reddit.com
zen www.reddit.com by GitEin11
Details
AuthorGitEin11
LicenseNo License
Categorywww.reddit.com
Created
Updated
Size4.8 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 zen www.reddit.com
@namespace zen for www.reddit.com
@version 1.0.0
@description zen www.reddit.com
@author ein
==/UserStyle== */
@-moz-document url-prefix("https://www.reddit.com") {
* {
border-radius: 0 !important;
}
@media (prefers-color-scheme: dark) {
:root:not(.theme-light) .theme-beta,
:root:not(.theme-light).theme-beta,
:root:not(.theme-light) .theme-rpl,
:root:not(.theme-light).theme-rp {
--color-neutral-background: #0e0e0e !important;
}
}
shreddit-ad-post.promotedlink,
faceplate-hovercard div.flex.flex-row.items-center faceplate-tracker.flex.items-center,
.rounded-full {
display: none !important;
}
shreddit-comment [slot="commentMeta"] {
--color-neutral-content-strong: #a57562 !important;
.font-bold {
font-weight: normal !important;
font-size: 14px;
}
& > div > div > div:nth-child(2) {
display: none !important;
}
}
a[id^="post-title"],
h1 {
color: #8bb3c4 !important;
}
.md {
color: #999 !important;
}
@media (prefers-color-scheme: dark) {
:root:not(.theme-light) .theme-rpl,
:root:not(.theme-light) .theme-beta {
--color-secondary-plain: #444 !important;
--color-neutral-content-strong: #444 !important;
--color-neutral-content-weak: #444 !important;
--color-button-secondary-text: #444 !important;
--color-a-default: #8bb3c4 !important;
--color-neutral-content: #444 !important;
--color-secondary-background: #0000 !important;
--color-secondary-background-selected: #0000 !important;
--color-primary-background: #0000 !important;
--color-global-white: #444 !important;
--color-tone-1: #444 !important;
--color-secondary-weak: #444 !important;
--color-secondary: #444 !important;
--color-neutral-background-weak: #0e0e0e !important;
--color-category-nsfw: #b07273 !important;
--color-neutral-background-hover: #131313 !important;
--color-action-upvote: #131313 !important;
--color-action-downvote: #131313 !important;
--color-neutral-border-strong: #343536 !important;
}
}
.theme-beta,
.theme-light.theme-beta {
--button-color-background-activated: #0000 !important;
--button-color-background: #0000 !important;
}
:root.theme-dark {
--shreddit-color-wordmark: #777 !important;
}
community-status-tooltip,
award-button img {
filter: brightness(.5) grayscale(1) !important;
}
.ml-2xs:has(img[class="m-0 block"]),
img[class="m-0 block"] {
display: none;
}
.rounded-full,
.text-32 {
display: none !important;
}
span[class^="bg-tone-4"] {
filter: grayscale(1);
background: #111 !important;
padding: 0;
}
.prefixedName,
#position,
span[class^="bg-tone-4"] div {
color: #444 !important;
}
shreddit-post-flair {
position: relative;
top: -5px;
}
.prefixedName,
.inline-block.my-0.mx-2xs.text-12.text-neutral-content-weak,
time {
color: #444;
}
shreddit-comment > faceplate-partial > div > button > span > svg > path {
color: #444 !important;
}
.mr-2xs {
margin-right: 0;
}
.text-coolgray-350,
.mr-2xs {
margin-left: 0;
color: #444;
font-weight: normal;
}
.mx-2xs {
margin-left: 0.5rem;
}
a[class^="subreddit-name"],
a[class^="author-name"],
span[id^="time-ago-separator"] {
color: #444;
}
.snoo-cls-10 {
fill: #222 !important;
}
path[class^="snoo-cl"] {
fill: #222 !important;
}
.opacity-30 {
opacity: 0;
}
.leading-none {
width: 0;
}
.pr-\[6px\] {
padding-right: 0;
}
.masthead.w-full.relative {
margin-top: 15px;
}
.ml-0 {
border-color: #343536 !important;
}
shreddit-feed-error-banner,
shreddit-feed-error-banner + .justify-between,
.\@container,
.text-48,
shreddit-comments-page-ad {
display: none !important;
}
div.w-lg {
display: none;
}
.ml-xs.truncate {
position: relative;
margin-left: 0 !important;
}
}
.button-bordered {
border-color: #343536 !important;
}