/* ==UserStyle==
@name (Fixed)nhentai-hider(also-stolen)
@namespace USO Archive
@author xiggi AND I DIO
@description `A simple addon-theme that hides titles with tags that you have added to the blacklist.
Fixed version from: https://userstyles.world/style/8467/nhentai-hider
Now works on searches like https://nhentai.net/tag/{whatever}/, and https://nhentai.net/search/?q={whatever}
Original version only works on homepage.`
@version 4.2.0.6.9
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix(https://nhentai.net/) {
.blacklisted.gallery {
opacity: .1;
-webkit-filter: blur(5px);
filter: blur(5px);
will-change: filter;
display: none;
}
::-webkit-scrollbar {
width: 10px;
height: 8px;
background-color: #0d0d0d;
}
::-webkit-scrollbar-thumb {
background: #383838;
}
/** icons **/
.fa-heart, .fa-heart-o {
margin: 2px;
margin-right: 5px;
}
i.fa.fa-download {
margin-right: 5px;
}
/** ID **/
#info #gallery_id {
font-size: 20px;
cursor: pointer;
color: #fff;
}
}