1:1 娃娃美图秀

https://hksexdoll.com

分享者: hksexdollcom (12409)发布时间: 02/09 17:46

🔞 1:1 精品秀 & 🎬 影视导航二合一 

━━━━━━━━━━━━━━━━━━

 🌸 视觉盛宴: 精选 1:1 实体娃娃高清摄影,瀑布流网格展示,点击进入沉浸式画廊。 https://hksexdoll.com/

 🚀 观影神器: 内置「注视、搜片、老地方、乌云」等精选影视站。 

👉 独家优化:智能识别影视链接,一键直达外部浏览器,彻底解决内置解析卡顿问题! 🎨 界面美化: 自动抓取网站高清 Logo/截图,图文并茂,不仅好用,而且好看! ━━━━━━━━━━━━━━━━━━

二维码导入
{
    "articleStyle": 2,
    "enableJs": true,
    "enabled": true,
    "header": "{\n  \"User-Agent\": \"Mozilla\/5.0 (Linux; Android 13; SM-S918B) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/120.0.0.0 Mobile Safari\/537.36\",\n  \"Referer\": \"https:\/\/hksexdoll.com\/\"\n}",
    "ruleArticles": "@js:\n\/\/ 1. 列表规则分流\nif (baseUrl.includes(\"hksexdoll.com\")) {\n    \/\/ 娃娃:原版规则不动\n    result = org.jsoup.Jsoup.parse(result).select(\".brxe-ivopbr\");\n} else {\n    \/\/ 【关键修改】影视:只抓取 class=\"my-movie-grid\" 下面的 li\n    \/\/ 这样可以避开 WordPress 顶部的菜单栏干扰\n    result = org.jsoup.Jsoup.parse(result).select(\".my-movie-grid li\");\n}\nresult;",
    "ruleTitle": "@js:\n\/\/ 2. 标题分流\nif (baseUrl.includes(\"hksexdoll.com\")) {\n    result = result.select(\".product-title a\").text();\n} else {\n    \/\/ 影视:直接获取文本(会自动忽略掉 img 标签,只留文字)\n    result = result.text();\n}\nresult;",
    "ruleLink": "@js:\n\/\/ 3. 链接分流\nif (baseUrl.includes(\"hksexdoll.com\")) {\n    var el = result.select(\"a.brxe-sfypzq\").first();\n    result = el ? el.attr(\"href\") : \"\";\n} else {\n    var el = result.select(\"a\").first();\n    result = el ? el.attr(\"href\") : \"\";\n}\nresult;",
    "ruleImage": "@js:\n\/\/ 4. 图片分流\nif (baseUrl.includes(\"hksexdoll.com\")) {\n    \/\/ 娃娃:原版规则不动\n    var img = result.select(\"img\").first();\n    result = img ? (img.attr(\"data-src\") || img.attr(\"src\")) : \"\";\n} else {\n    \/\/ 【关键修改】影视:抓取你代码里的 Google API 图标\n    var img = result.select(\"img\").first();\n    \/\/ 如果抓到了图就用图,抓不到就用默认图标兜底\n    result = img ? img.attr(\"src\") : \"https:\/\/goradioai.com\/favicon.ico\";\n}\nresult;",
    "ruleNextPage": "text.Next@href || .next.page-numbers@href",
    "ruleContent": "@js:\n\/\/ 5. 详情页跳转逻辑(原版逻辑保持不变)\nif (!baseUrl.includes(\"hksexdoll.com\")) {\n    \/\/ 只要不是娃娃官网,直接跳浏览器\n    java.startBrowser(baseUrl, \"正在前往...\");\n    result = \"正在跳转到外部浏览器播放...<br>\" + baseUrl;\n} else {\n    \/\/ 娃娃详情页解析(原版代码不动)\n    var doc = org.jsoup.Jsoup.parse(result);\n    var myImgs = [];\n    var rawList = doc.select(\".brxe-image-gallery img, .bricks-image-gallery img, noscript img, .entry-content img\");\n    for (var i = 0; i < rawList.size(); i++) {\n        var s = rawList.get(i).attr(\"data-src\") || rawList.get(i).attr(\"src\");\n        if (s && s.startsWith(\"http\") && !s.toLowerCase().includes(\".svg\") && !s.includes(\"100x100\") && !myImgs.includes(s)) {\n            myImgs.push(s);\n        }\n    }\n    var displayTitle = (typeof title !== 'undefined' && title && title !== \"null\") ? title : (doc.select(\"h1\").text() || \"1:1 Show\");\n    var h = \"<!DOCTYPE html><html><head><style>body{margin:0;background:#000;color:#eee;font-family:sans-serif;padding-bottom:50px} .top{background:#1a1a1a;color:#888;text-align:center;padding:12px;font-size:11px;position:sticky;top:0;z-index:99;letter-spacing:2px;border-bottom:1px solid #222} .header{padding:35px 20px 20px;background:#000;text-align:center} .img-wrap{padding:0 8px} .img-item{position:relative;margin-bottom:10px;border-radius:2px;overflow:hidden} .img-item img{width:100%;display:block;background:#111} .img-count{position:absolute;bottom:8px;right:10px;background:rgba(0,0,0,0.4);color:#999;padding:2px 6px;border-radius:2px;font-size:10px;font-family:monospace}<\/style><\/head><body>\";\n    h += \"<div class='top'>HD VISUAL SHOWCASE<\/div>\";\n    h += \"<div class='header'><h1 style='font-size:19px;margin:0;font-weight:400;color:#fff;letter-spacing:0.5px'>\" + displayTitle + \"<\/h1><\/div>\";\n    h += \"<div class='img-wrap'>\";\n    for(var k=0; k<myImgs.length; k++){\n        h += \"<div class='img-item'><img src='\" + myImgs[k] + \"'><span class='img-count'>\" + (k+1) + \" \/ \" + myImgs.length + \"<\/span><\/div>\";\n    }\n    h += \"<\/div><p style='text-align:center;color:#222;font-size:9px;margin-top:30px;letter-spacing:1px'>EXHIBITION ONLY<\/p><\/body><\/html>\";\n    result = h;\n}\nresult;",
    "sourceGroup": "🔞1:1精品秀",
    "sourceIcon": "https:\/\/hksexdoll.com\/favicon.ico",
    "sourceName": "1:1 娃娃美图秀",
    "sourceUrl": "https:\/\/hksexdoll.com",
    "searchUrl": "\/?s={{key}}&post_type=product",
    "sortUrl": "全部展示::\/shop\/\n🎬 影视大全::https:\/\/goradioai.com\/share\/",
    "type": 0
}
广告