Removes most ads and ad-placeholders on royalroad.com
Royal Road AdLess by jojotastic777
Details
Authorjojotastic777
LicenseNo License
Categoryroyalroad
Created
Updated
Code size1.0 kB
Code checksum1dca5941
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Warning: May Have Unknown Side-Effects
Source code
/* ==UserStyle==
@name Royal Road AdLess
@version 20210915.07.49
@namespace userstyles.world/user/jojotastic777
@description Removes most ads and ad-placeholders on royalroad.com
@author jojotastic777
@license No License
==/UserStyle== */
@-moz-document domain("royalroad.com") {
.fiction-list-item:not(.row) {
display: none;
}
.fic-header + .portlet {
display: none;
}
.porlet-body > .wide.text-center {
display: none;
}
.profile-content > .row {
display: none;
}
.profile-sidebar > .portlet {
display: none;
}
#news + .row {
display: none;
}
.col-sm-6 > .portlet.text-center {
display: none;
}
#slick-slide10 {
display: none;
}
[data-slick-index="9"] {
display: none !important;
}
.fiction-sidebar > .portlet.text-center {
display: none;
}
.fiction-info > .row:not(.portlet) {
display: none;
}
h6 + div.wide.text-center {
display: none;
}
div.chapter-inner.chapter-content + h6 {
display: none;
}
div.portlet.chapter + div.wide {
display: none;
}
}