노벨피아 배너 제거
노벨피아 배너 제거 by kindongshin
Details
Authorkindongshin
LicenseNo License
Categorynovelpia
Created
Updated
Size762 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 노벨피아 배너 제거
@version 20241114.13.19
@namespace https://userstyles.world/user/kindongshin
@description 노벨피아 배너 제거
@author kindongshin
@license No License
==/UserStyle== */
@-moz-document domain("novelpia.com") {
#top-swiper-banner,
#bottom-swiper-banner,
.swiper-container2,
#slide-banner-box,
img[src="//images.novelpia.com/img/new/banner/pc_banner_freestory_01.jpg"],
img[src="//images.novelpia.com/img/new/banner/pc_banner_freestory_02_2.jpg"],
img[src="//images.novelpia.com/img/new/banner/pc_banner_plus_01.jpg"],
img[src="//images.novelpia.com/img/new/banner/pc_banner_plus_02_3.jpg"]{
display:none;
}
div[style="margin-top:15px;"] {
margin-top:30px!important;
}
}