配合自动翻页脚本使用,图片之间加黑边
漫画bz by huaqianghua
Details
Authorhuaqianghua
LicenseNo License
Categorymangabz.com
Created
Updated
Code size1.7 kB
Code checksum6acf6272
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 漫画bz
@version 20250331.15.14
@namespace https://userstyles.world/user/huaqianghua
@description 配合自动翻页脚本使用,图片之间加黑边
@author huaqianghua
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://hdpt.xyz/torrents.php") {
/* 删除公告*/
#outer > table.main > tbody > tr > td > div {
display: none;
}
}
@-moz-document domain("mangabz.com") {
/* 调节 间隔*/
#cp_img > img {
display: block !important;
margin: 10px auto !important;
width: auto !important;
height: auto !important;
}
}
@-moz-document domain("www.dumanwu.com") {
a, b, body, dd, div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, header, i, img, li, ol, p, span, td, th, tr, tt, u, ul {
margin: 1px auto !important;
padding: 0;
border: 0;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
box-sizing: border-box;
background-color: black;
}
}
@-moz-document url-prefix("https://rousi.zip/torrents.php") {
#outer > div > a > img{
display: none;
}
}
@-moz-document url-prefix("https://1ptba.com/torrents.php") {
#outer > div > center,
#outer > table > tbody > tr > td > h2:nth-child(1),
#outer > table > tbody > tr > td > table:nth-child(2),
#outer > table > tbody > tr > td > h2:nth-child(3),
#outer > table > tbody > tr > td > table:nth-child(4),
#motto{
display: none;
}
}
@-moz-document url-prefix("https://et8.org/torrents.php") {
#ad_belownav,
#ad_belowsearchbox {
display: none;
}
}
@-moz-document url-prefix("https://hdpt.xyz/") {
#outer > table > tbody > tr > td > div{
display: none;
}
}