Hiding titles with blacklisted tags and some other utilities.
HentaiZap by xiggi
Details
Authorxiggi
LicenseNo License
Categoryhentaizap
Created
Updated
Size2.3 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 HentaiZap
@version 20240405.08.16
@namespace ?
==/UserStyle== */
@-moz-document domain("hentaizap.com") {
.footer, .gallery_second, .thumb.blacklisted, .gallery_page .wrap .left_gp .gp_bottom, .bblocktop, button#fs_lang_mb, button#fs_lang, .sidebar_ranking {
display: none;
}
body {
padding: 0 20px;
}
.alert-warning {
color: #d3a454;
background-color: rgb(138 109 59 / 15%);
border-color: transparent;
}
.alert-success {
color: #67d354;
background-color:hwb(111 33% 17% / .15);
border-color: transparent;
}
#bigcontainer #cover img:hover, #bigcontainer #info-block img:hover, .thumbnail a>img:hover, .thumbnail>img:hover, img.lazy.entered.loaded:hover, .middle .ov_item .thumb .inner_thumb img:hover {
opacity: 50%;
transition: 0.2s;
}
.container, .profile_page {
padding: 0 20px;
}
.profile_page .wrap .mid_profile .up_avt .settings_btn:hover {
color: #fff;
}
.fstElement {
background: #1c1c1c;
border: 1px solid #4e4e4e;
color: #fff;
}
.fstResults {
position: absolute;
left: -1px;
top: 100%;
right: -1px;
max-height: 20em;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
border: 1px solid #363636;
border-top: 0;
background-color: #1f1f1f;
display: none;
}
.fstResultItem {
background: #1f1f1f;
border-top: 1px solid transparent;
color: #ccc;
}
.fstMultipleMode.fstActive .fstResults {
border-top: 1px solid #4e4e4e;
}
.profile_page .wrap .btm_profile_edit .blacklist ul li p {
font-size: 12px;
margin-bottom: 10px;
}
.header .right .surprise:hover, .header .right .surprise:active, .header .right .hacc:hover, .header .right .hacc:active {
opacity: 80%;
transition: 0.2s;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
color: #fff;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
z-index: 2;
background-color: #262626;
border-color: transparent;
}
::-webkit-scrollbar {
width: 5px;
height: 8px;
background-color: #0e0e0e;
}
::-webkit-scrollbar-thumb {
background: #262626;
}
}