Beautifies Reaper Scans
Better light mode support
Better mobile support
Better support for vertical screens
Removes clutter
Removes ads
Removes carousel
Removes editors choice
Authorzackareee
LicenseNo License
Categoryreaperscans
Created
Updated
Size2.5 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Better light mode support
Better mobile support
Better support for vertical screens
Removes clutter
Removes ads
Removes carousel
Removes editors choice
/* ==UserStyle==
@name www.reaperscans.com
@version 20220624.06.03
@namespace userstyles.world/user/zackareee
@description removes ads for reaper scans
@author zackareee
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://reaperscans.com/") {
#_adr_abp_container_1,
#_adr_abp_container_2, [id*="Papay"] *, .adsbygoogle, #custom_html-11, .c-sidebar.c-bottom-sidebar, .row.c-row {
display: none !important;
}
}
@-moz-document url("https://reaperscans.com/") {
@media (min-width: 567px) and (max-width:767px) {
.container{ max-width:95%}
}
@media (min-width: 963px) and (max-width:991px) {
.container{ max-width:95%}
}
@media (min-width: 576px) {
.col-sm-6 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
@media (min-width: 768px) {
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-md-6 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
}
@media (min-width:576px)and (max-width:1200px){
div:nth-child(16){
display:none !important;
}
}
@media (min-width:1200px) {
.col-xl-2{
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-xl-3 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
}
@media (max-width: 1308px) {
.main-navigation .main-menu {
display: none !important;
}
}
@media (max-width: 1308px) {
.site-header .main-navigation.style-1 .c-togle__menu {
display: inline-block;
}
}
@media (max-width: 1308px) {
.site-header .main-navigation.style-1 .search-navigation {
width: 65%;
}
}
.col-md-8 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
div.col-md-4.col-sm-12.col-xs-12, .recommendations {
display: none
}
.thumb-img{
object-fit: cover;
}
}
@-moz-document url-prefix("https://reaperscans.com/") {
body:not(.text-ui-light) {color:black;}
body:not(.text-ui-light) .latest.read-next{background-color: #F5F5F5 !important;}
.sidebar-col{display:none}
.col-sm-8.col-md-8.col-lg-8{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
}