hides a few elements from view
Royalroad Minor Tweaks by sininen-blue

Details
Authorsininen-blue
LicenseNo License
Categoryroyalroad.com
Created
Updated
Code size1.2 kB
Code checksum1565c3fc
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Royalroad Minor Tweaks
@namespace github.com/openstyles/stylus
@version 1.0.0
@description hides a few elements from view
@author Me
@preprocessor uso
@var select HideStar "Hide Stars?" {
"Yes": ".star {display: none !important;}",
"No": ""
}
@var select HideReviews "Hide Reviews?" {
"Yes": ".reviews {display: none !important;}",
"No": ""
}
==/UserStyle== */
@-moz-document domain("royalroad.com") {
/* hide stars and reviews*/
/*[[HideStar]]*/
/*[[HideReviews]]*/
/* advanced search dark mode consistency*/
button.search-tag, button.search-tag.add, button.search-tag.remove {
border-color: transparent !important;
}
.btn.grey-cararra {
background-color: #1c1c1c !important;
border: 2px solid;
border-color: #2B2F33 !important;
padding-bottom: 39px !important;
}
.slider-selection {
background-image: linear-gradient(180deg,#1c1c1c,#1c1c1c) !important;
}
.slider-track {
background-image: linear-gradient(180deg,#2B2F33,#2B2F33) !important;
}
}