revolver.news - Need script to disable !important
revolver.news - Need script to disable !important by curather
Details
Authorcurather
LicenseNo License
Categoryhttps://revolver.news/
Created
Updated
Size3.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 revolver.news
@version 20240116.21.02
@namespace ?
==/UserStyle== */
/* ==UserStyle==
@name Citizenfreepress
@namespace citizenfreepress.com
@author Curather
@description `Dark theme for citizen free press`
@version 20220726.14.27
@license CC0-1.0
@preprocessor uso
<a href="https://icons8.com/icon/95tjpz0WdSIQ/twitterx">TwitterX</a> icon by <a href="https://icons8.com">Icons8</a>
<a href="https://icons8.com/icon/20774/google-cloud-platform">Google Cloud Platform</a> icon by <a href="https://icons8.com">Icons8</a>
<a href="https://icons8.com/icon/hFSYhmJSebhy/yahoo">Yahoo</a> icon by <a href="https://icons8.com">Icons8</a>
==/UserStyle== */
@-moz-document domain("revolver.news") {
.page-wrapper {
--bgc2: #131313;
/*ZigZag background by eCSSpert*/
background:
linear-gradient(135deg, var(--bgc2) 25%, transparent 25%) -25px 0,
linear-gradient(225deg, var(--bgc2) 25%, transparent 25%) -25px 0,
linear-gradient(315deg, var(--bgc2) 25%, transparent 25%),
linear-gradient(45deg, var(--bgc2) 25%, transparent 25%);
background-size: 50px 50px;
background-color: #111;
color: #fff;
link-color: #c1bebe !important;
}
.inner {
background-color: #111;
color: #fff;
}
#top header .masterhead .logo h1.icon a {
filter: invert(100%);
}
#top .list-articles .item .comment-timestamp .comment a, #top .list-articles .item .comment-timestamp .timestamp a, #top .list-articles .item .comment-timestamp .comment a span, #top .list-articles .item .comment-timestamp .timestamp a span {
color: #c7c7cc;
}
h3, a, p {
color:#c1bebe !important;
}
.text blockquote {
background-color: transparent !important
}
a[href*="revolver.news"]:not([href*=\#comments]):not([href*=\/my-account\/]):before {
content: "";
padding: 0 16px 0 0;
margin: 0 4px;
background: url(https://img.icons8.com/stencil/16/r.png) no-repeat center;
}
a[href*="1ft.io"]:before {
content: "";
padding: 0 16px 0 0;
margin: 0 4px;
background: url(https://1ft.io/public/img.svg) no-repeat center;
}
a[href*="news.yahoo.com"]:before {
content: "";
padding: 0 16px 0 0;
margin: 0 4px;
background: url(https://img.icons8.com/badges/16/yahoo.png) no-repeat center;
}
a[href*="webcache.googleusercontent.com/search?q="]:before {
content: "";
padding: 0 16px 0 0;
margin: 0 4px;
background: url(https://img.icons8.com/color/16/google-cloud-platform.png) no-repeat center;
}
a[href*="twitter.com"][target=_blank]:before, a[href*="twitter.com%2F"]:before, a[href*="x.com/"]:before, a[href*="threadreaderapp.com/"]:before {
content: "";
padding: 0 16px 0 0;
margin: 0 4px;
background: url(https://img.icons8.com/badges/16/twitterx.png) no-repeat center;
}
a[href*="www.youtube.com/watch"][target=_blank]:before, a[href*="youtube.com%2Fwatch"]:before, a[href*="youtu.be"]:before {
content: "";
padding: 0 16px 0 0;
margin: 0 4px;
background: url(https://youtube.com/favicon.ico) no-repeat center;
}
img.ytb-play {
left: 156px !important;
}
}