ddd
mobiledc by mslee
Details
Authormslee
LicenseNo License
Categorym.dcinside.com
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
dd
Source code
/* ==UserStyle==
@name mdc
@namespace github.com/openstyles/stylus
@version 1.0.1
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("m.dcinside.com") {
:root {
--rand: 200deg;
}
iframe,
.adv-group {
display: none;
}
.nav.fx-depthmenu {
display: none;
}
span[style="color:#ABABAB;"] {
display: none;
}
#search_wrap .logo,
.menu-scroll-slider,
.detail-top-lst,
.sp-lst,
.sp-nick,
.micon,
.minor_imgicon,
.btn-justify-area,
.ginfo > li:nth-child(1),
.ft-btm,
.gall-lnk-box,
.tab-lst > li:nth-child(3),
.view-btm-con,
.reco-icon-lst,
.adv-groupno,
.btm-wrt-btns,
.allview,
.layer-popup-inner,
.app-info-ban,
.dori-box,
.sp-icon,
.comment-write-btm,
.sch-move,
.outside-search-box
{
display: none;
}
.gall-tit-lnk,
.count,
.gall-tit,
.search-gall,
.tab-lst{
opacity: 0;
padding: 0!important;
}
.rt {
opacity: 0;
}
.ginfo2, .update-re {
opacity:0;
}
.reco-area, .fld-sch, #pagination_div {
opacity: 0;
}
.ginfo2:active {
opacity: 1;
}
.reco-area:active {
opacity: 1;
}
#pagination_div:active {
opacity: 1;
}
.detail-sel-box,
#recom_title_top,
.grid.clkhigh,
.adv-groupin,
span.num,
iframe {
display: none!important;
}
.search-wrap2, .footer, .ft-top {
background:transparent!important;
}
body{
filter:hue-rotate(var(--rand))
}
.thum-txt {
filter:hue-rotate(calc(360deg - var(--rand)))
}
p.txt {
filter:hue-rotate(calc(360deg - var(--rand)))
}
}