A simple red downvote button for Reddit.
Reddit red downvote by CrimsonDawn84
Details
AuthorCrimsonDawn84
LicenseNo License
Categoryhttps://www.reddit.com/
Created
Updated
Size1.1 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 Reddit red downvote
@version 20230831.10.48
@namespace ?
==/UserStyle== */
@-moz-document domain("www.reddit.com") {
:root,
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
button,
cite,
code,
del,
dfn,
em,
img,
input,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
--newCommunityTheme-voteText-downvote: #f00 !important;
--newCommunityTheme-voteText-downvoteShaded80: #f00 !important;
--newCommunityTheme-voteText-downvoteTinted80: #f00 !important;
--newRedditTheme-voteText-downvote: #f00 !important;
--newRedditTheme-voteText-downvoteShaded80: #f00 !important;
--newRedditTheme-voteText-downvoteTinted80: #f00 !important;
}
}