cosplaytele

https://cosplaytele.com/

分享者: tangle122 (12293)发布时间: 2天前

也是修改站内大佬的一段代码,cosplaytele这个网站,主要改了一些显示问题。现在是一栏图片滚动,比之前清醒度高了一点。
二维码导入
{
    "articleStyle": 1,
    "customOrder": -10106316,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": ".col-inner",
    "ruleContent": "blockquote,iframe,#gallery-1@html##<\/?a.*?>",
    "ruleImage": "img@src",
    "ruleLink": "a@href",
    "ruleNextPage": "a[aria-label=\"Next\"]@href",
    "ruleTitle": "h5@text",
    "shouldOverrideUrlLoading": "if (!\/bisniscpm.asia\/.test(url)) {\n    java.openUrl(url);\n    true;\n}",
    "singleUrl": false,
    "sortUrl": "Video Cosplay::https:\/\/cosplaytele.com\/category\/video-cosplay\/\n\nCosplay Nude::https:\/\/cosplaytele.com\/category\/nude\/\nCosplay Ero::https:\/\/cosplaytele.com\/category\/no-nude\/\nCosplay::https:\/\/cosplaytele.com\/category\/cosplay\/\n\n24 hours::https:\/\/cosplaytele.com\/24-hours\/\n3 day::https:\/\/cosplaytele.com\/3-day\/\n7 Day::https:\/\/cosplaytele.com\/7-day\/\nLive Sex Cams::https:\/\/shorturl.at\/bIMCS\nUncensored JavHD::https:\/\/r.trwl1.com\/c1\/3a7c0a31-16c1-4983-add6-a8758b7c30d1",
    "sourceGroup": "R-18可用需翻,短篇视频,cos",
    "sourceIcon": "https:\/\/cosplaytele.com\/wp-content\/uploads\/2024\/01\/293172358_1027749337945791_5526464405172981062_n.png",
    "sourceName": "cosplaytele",
    "sourceUrl": "https:\/\/cosplaytele.com\/",
    "style": "@font-face { font-family: 'Custom'; src: url('https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap'); }\n* { font-family: 'Custom', sans-serif; }\n\ninput[readonly] {\n    display: none;\n}\n\n\/* 文本样式 *\/\nblockquote {\n    width: 92% !important;\n    margin: 15px auto 20px auto;\n    padding: 5% 4%;\n    color: #f0f0f0;\n    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);\n    border-radius: 12px;\n    line-height: 1.7;\n    font-size: 16px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.3);\n    border-left: 4px solid #ff4081;\n}\n\n\/* 视频容器 *\/\niframe[src*=\"cossora.stream\"] {\n    width: 98% !important;\n    height: 240px !important;\n    max-width: 720px;\n    display: block;\n    margin: 20px auto;\n    border-radius: 12px;\n    box-shadow: 0 6px 18px rgba(0,0,0,0.4);\n    background: #000;\n}\n\n\/* 图片容器 - 改为上下滚动布局 *\/\n#gallery-1.gallery {\n    display: flex !important;\n    flex-direction: column !important;\n    flex-wrap: nowrap !important;\n    overflow-x: hidden !important;\n    overflow-y: auto !important;\n    max-height: none !important;\n    padding: 8px 4px !important;\n    margin: 0 !important;\n    width: 100% !important;\n    background: #1a1a1a;\n    border-radius: 12px;\n}\n\n\/* 图片项 - 上下排列 *\/\n.gallery-item {\n    display: block !important;\n    width: 100% !important;\n    margin: 0 0 20px 0 !important;\n    padding: 0 !important;\n    box-sizing: border-box !important;\n    break-inside: avoid !important;\n    page-break-inside: avoid !important;\n    -webkit-column-break-inside: avoid !important;\n}\n\n\/* 高分辨率图片样式 *\/\nimg {\n    width: 100% !important;\n    max-width: 100% !important;\n    height: auto !important;\n    min-height: 300px !important;\n    max-height: 800px !important;\n    object-fit: contain !important;\n    object-position: center !important;\n    border-radius: 12px !important;\n    vertical-align: middle !important;\n    display: block !important;\n    margin: 0 auto !important;\n    background: #2a2a2a !important;\n    box-shadow: 0 4px 16px rgba(0,0,0,0.5) !important;\n    transition: transform 0.3s ease !important;\n}\n\n\/* 图片悬停效果 *\/\nimg:hover {\n    transform: scale(1.02) !important;\n}\n\n\/* 提升图片质量 - 尝试加载更高分辨率的图片 *\/\nimg[src*=\"-300x\"] {\n    content: attr(data-src) !important;\n}\n\n\/* 加载指示器 *\/\nimg:not([src]) {\n    background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%) !important;\n    background-size: 200% 100% !important;\n    animation: loading 1.5s infinite !important;\n}\n\n@keyframes loading {\n    0% { background-position: 200% 0; }\n    100% { background-position: -200% 0; }\n}\n\n\/* 滚动条样式 *\/\n#gallery-1.gallery::-webkit-scrollbar {\n    width: 6px;\n}\n\n#gallery-1.gallery::-webkit-scrollbar-track {\n    background: #2a2a2a;\n    border-radius: 3px;\n}\n\n#gallery-1.gallery::-webkit-scrollbar-thumb {\n    background: #ff4081;\n    border-radius: 3px;\n}\n\n#gallery-1.gallery::-webkit-scrollbar-thumb:hover {\n    background: #ff79a9;\n}\n\n\/* 响应式调整 *\/\n@media screen and (min-width: 768px) {\n    #gallery-1.gallery {\n        padding: 12px 8px !important;\n    }\n    \n    .gallery-item {\n        margin-bottom: 25px !important;\n    }\n    \n    img {\n        max-height: 900px !important;\n    }\n}\n\n\/* 暗色主题适配 *\/\nbody.dark #gallery-1.gallery {\n    background: #0a0a0a;\n}\n\nbody.dark img {\n    background: #1a1a1a !important;\n}"
}
广告