配合自动翻页脚本使用,图片之间加黑边
漫画bz by huaqianghua
Details
Authorhuaqianghua
LicenseNo License
Categorymangabz.com
Created
Updated
Size488 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 漫画bz
@version 20230729.13.56
@namespace userstyles.world/user/huaqianghua
@description 配合自动翻页脚本使用,图片之间加黑边
@author huaqianghua
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://mangabz.com/"), url-prefix("https://www.mangabz.com/") {
#cp_img > img {
display: block !important;
margin: 10px auto !important;
width: auto !important;
height: auto !important;
}
}