[
  {
    "articleStyle": 0,
    "customOrder": -10098457,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "singleUrl": true,
    "sourceGroup": "1",
    "sourceIcon": "",
    "sourceName": "源仓库(官方纯净)",
    "sourceUrl": "http://yckceo.vip"
  },
  {
    "articleStyle": 0,
    "customOrder": -10098456,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "header": "{\"User-Agent\":\"\"}",
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "loginUi": "",
    "loginUrl": "",
    "ruleArticles": "<js>\nsort = [];\nL = String(baseUrl).replace(/^h[^=]*\\=/,'').split('★');\nfor (i = 0; i < L.length; ++i) {\n  K = (x) => {\n    r = L[i].split('☆')[x];\n    return r ==null ? \"\": r;\n  };\n  sort.push ({\n    title: K(1),\n    date: K(2),\n    img: K(3),\n    link: K(0)\n  });\n};\nJSON.stringify(sort);\n</js>\n$.[*]",
    "ruleDescription": "<!doctype html><html><head lang=\"zh\"><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=no\"><style>*{line-height:1em;margin:0;padding:0;text-underline-offset:.2em;word-break:break-all}body{background-color:#f4f5f7;display:flex;flex-wrap:wrap;place-content:center;place-items:start;padding:15px;color:#001944}.card{border-top:.5px solid rgba(255,255,255,.7);border-radius:24px;background-color:rgba(255,255,255,.6);box-shadow:0 10px 20px rgba(0,0,0,.05);padding:30px;margin:12.5px;width:250px;height:auto}.card > details + div{overflow:hidden;max-height:0;opacity:0;transition:.6s}.card > [open] + div{max-height:888px;opacity:1}.card > details > summary::-webkit-details-marker{display:none}.card > details > summary::-moz-list-bullet{display:none}.card > details > summary{font-size:24px;font-weight:700;user-select:none;outline:0;opacity:.4;transition:.6s;display:block}.card > [open] > summary{opacity:1;margin-bottom:6px;font-size:20.5px}.flex{display:flex;flex-wrap:wrap}.text{line-height:1.4em;display:inline-block;margin-top:9px}a:not([href]){margin-top:9px;margin-right:9px;display:inline-block}a:not([href]) span{margin-left:9px}a[href]{color:#4360b7;text-decoration:none;margin:.2em}a[href]:hover{text-decoration:underline}span{background-color:rgba(0,0,0,.04);padding:.15em .3em;border-radius:.5em;margin-left:.2em;font-family:monospace;opacity:.75}button{font-size:13.5px;font-weight:700;color:#4360b7;background-color:#e7eeff;padding:.65em .9em;margin-top:9px;margin-right:10px;border-radius:2em;border:none;transition:.3s}button:active{background-color:#d6ddee}textarea{margin-top:9px;padding:9px;width:100%;box-sizing:border-box;line-height:1.2em;font-size:13px;min-height:37.6px;max-height:115.6px;resize:vertical;border-radius:9px;color:#333;border:2px solid rgba(0,0,0,.1);background-color:rgba(0,0,0,.006)}input{vertical-align:middle;appearance:none;margin:-2px 2.25px 0 0;width:15px;height:15px;box-sizing:border-box;background-color:rgba(0,0,0,.006);border:2px solid rgba(0,0,0,.1);border-radius:9px;transition:.15s}input:checked{border-color:#4360b7}label{display:inline-block;margin-top:9px;margin-right:9px;font-size:15px}</style><title>写源助手</title></head><body><div class=\"card\"><details><summary>发现格式工具</summary></details><div><textarea id=\"text\" rows=\"3\" placeholder=\"请输入要处理的内容\"></textarea><a>格式转换</a><div class=\"flex\"><button onclick=\"Format()\">html转旧发现</button><button onclick=\"Switch()\">新旧发现互转</button></div><a>每行列数<span>仅新发现</span></a><div class=\"flex\"><button onclick=\"Add(null)\">自动</button><button onclick=\"Add(1)\">1</button><button onclick=\"Add(.4)\">2</button><button onclick=\"Add(.25)\">3</button><button onclick=\"Add(.2)\">4</button></div><a>快捷功能</a><div class=\"flex\"><button onclick=\"Copy('#text')\">复制全文</button><button onclick=\"Cut('#text')\">剪切全文</button><button onclick=\"Empty('#text')\">清空</button></div></div></div><div class=\"card\"><details><summary>正则匹配替换</summary></details><div><textarea id=\"text1\" rows=\"3\" placeholder=\"请输入要处理的内容\"></textarea><a>正则匹配</a><textarea id=\"matchText\" rows=\"1\" placeholder=\"正则表达式\"></textarea><label><input id=\"global\" type=\"checkbox\" checked>全局搜索</label><label><input id=\"ignoreCase\" type=\"checkbox\">忽略大小写</label><div class=\"flex\"><button onclick=\"Match()\">进行匹配</button><button onclick=\"Copy('#matchResult')\">复制结果</button><button onclick=\"Reset()\">清空</button></div><div id=\"tip\"></div><textarea id=\"matchResult\" rows=\"3\" placeholder=\"匹配结果\"></textarea><a>正则替换</a><textarea id=\"replaceText\" rows=\"1\" placeholder=\"想要替换成什么\"></textarea><div class=\"flex\"><button onclick=\"Add1('{\\{page}}')\">&#123;&#123;page&#125;&#125;</button><button onclick=\"Add1('\\\\')\">\\</button><button onclick=\"Add1('<')\">&lt;</button><button onclick=\"Add1('>')\">&gt;</button></div><div class=\"flex\"><button onclick=\"Replace()\">进行替换</button><button onclick=\"Copy('#replaceResult')\">复制结果</button></div><textarea id=\"replaceResult\" rows=\"3\" placeholder=\"替换结果\"></textarea></div></div><div class=\"card\"><details><summary>编码格式转换</summary></details><div><textarea id=\"text2\" rows=\"3\" placeholder=\"请输入要处理的内容\"></textarea><a>url编码</a><label><input id=\"ignoreComponent\" type=\"checkbox\">编码<span>@#$&amp;=:/,;?+</span></label><div class=\"flex\"><button onclick=\"Encode()\">进行编码</button><button onclick=\"Decode()\">进行解码</button></div><a>html转义</a><label><input id=\"super\" type=\"checkbox\">转义全部字符</label><div id=\"temp\" hidden></div><div class=\"flex\"><button onclick=\"EncodeHtml()\">进行转义</button><button onclick=\"DecodeHtml()\">进行反转义</button></div><a>快捷功能</a><div class=\"flex\"><button onclick=\"Copy('#text2')\">复制全文</button><button onclick=\"Cut('#text2')\">剪切全文</button><button onclick=\"Empty('#text2')\">清空</button></div></div></div><div class=\"card\"><details><summary>更多在线链接</summary></details><div><a>工具</a><div class=\"flex\"><button onclick=\"window.open('https://tool.lu/zhconvert')\">简繁转换</button></div><a>写源教程</a><div class=\"flex\"><button onclick=\"window.open('https://www.yuque.com/legado/yuan')\">Linyuan</button><button onclick=\"window.open('https://www.yuque.com/120031xufengnian/yuedu')\">felicità/寿衡</button></div></div></div><script>$=(t=>document.querySelector(t)),$$=(t=>document.execCommand(t)),Copy=(t=>{$(t).select(),$$(\"copy\")}),Empty=(t=>{x=$(t),x.value=\"\",x.focus()}),Cut=(t=>{$(t).select(),$$(\"cut\")}),Format=(()=>{if(t=$(\"#text\"),list=t.value.match(/<[^<]*?(href|open)[=\\(]['\"]([\\s\\S]*?)['\"][\\s\\S]*?>([\\s\\S]*?)</g),list){for(html=\"\",i=0;i<list.length;++i)a=list[i].match(/<[^<]*?(href|open)[=\\(]['\"]([\\s\\S]*?)['\"][\\s\\S]*?>([\\s\\S]*?)</),html+=a[3].trim().replace(/\\n/g,\" \")+\"::\"+a[2]+\"\\r\\n\";t.value=html.replace(/\\r\\n$/,\"\")}}),Switch=(()=>{t=$(\"#text\");try{for(html=\"\",json=JSON.parse(t.value),i=0;i<json.length;++i)html+=json[i].title+\"::\"+json[i].url+\"\\r\\n\";t.value=html.replace(/\\r\\n$/,\"\")}catch(e){if(t.value.match(/\\&\\&|::/g)){for(text=t.value.replace(/\\&\\&/g,\"\\r\\n\"),list=text.match(/.*?::.*/g),html=[],i=0;i<list.length;++i)a=list[i].match(/(.*?)::(.*)/),html.push({title:a[1],url:a[2]});t.value=JSON.stringify(html)}}}),Add=(t=>{x=$(\"#text\");try{for(json=JSON.parse(x.value),i=0;i<json.length;++i)json[i].style={layout_flexGrow:1,layout_flexBasisPercent:t};x.value=JSON.stringify(json)}catch(t){}}),BuildRegex=(()=>(text=$(\"#text1\"),text.value?(match=$(\"#matchText\"),match.value?(op=$(\"#global\").checked?\"g\":\"\",op=$(\"#ignoreCase\").checked?op+\"i\":op,new RegExp(match.value,op)):(match.focus(),!1)):(text.focus(),!1))),Match=(()=>{if(regex=BuildRegex(),t=$(\"#tip\"),x=$(\"#matchResult\"),tip=text=t.textContent=t.style=x.value=\"\",match=$(\"#text1\").value.match(regex),$(\"#global\").checked){for(i=0;i<match.length;++i)text+=match[i]+\"\\r\\n\";tip=\"共找到 \"+match.length+\" 处匹配：\\r\\n\",text=text.replace(/\\r\\n$/,\"\")}else tip=\"匹配位置：\"+regex.lastIndex,text=match[0];return t.textContent=tip,t.style.marginTop=\"9px\",x.value=text,!0}),Reset=(()=>{$(\"#text1\").value=$(\"#matchText\").value=$(\"#tip\").textContent=t.style=$(\"#matchResult\").value=$(\"#replaceText\").value=$(\"#replaceResult\").value=\"\",$(\"#text1\").focus()}),Add1=(t=>{x=$(\"#replaceText\"),start=x.selectionStart,length=x.selectionEnd-start,json=x.value.split(\"\"),json.splice(start,length,t),x.value=json.join(\"\"),x.focus(),x.selectionStart=t.length+start,x.selectionEnd=t.length+start}),Replace=(()=>{regex=BuildRegex(),$(\"#replaceResult\").value=$(\"#text1\").value.replace(regex,$(\"#replaceText\").value)}),Encode=(()=>{t=$(\"#text2\"),text=t.value,t.value=$(\"#ignoreComponent\").checked?encodeURIComponent(text):encodeURI(text)}),Decode=(()=>{t=$(\"#text2\"),text=t.value,t.value=decodeURIComponent(text)}),EncodeHtml=(()=>{if(t=$(\"#text2\"),text=t.value,$(\"#super\").checked)for(u=\"\",i=0;i<text.length;++i)u+=\"&#\"+text.charCodeAt(i)+\";\";else x=$(\"#temp\"),x.textContent=text,u=x.innerHTML;t.value=u}),DecodeHtml=(()=>{t=$(\"#text2\"),text=t.value,x=$(\"#temp\"),x.innerHTML=text.replace(/<br>/g,\"\\r\\n\").replace(/</g,\"&#60;\").replace(/>/g,\"&#62;\"),t.value=x.textContent});</script></body></html>\n🔵<!doctype html><html><head lang=\"zh\"><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=no\"><title>快捷导入</title><style>*{line-height:1em;margin:0;padding:0;text-underline-offset:.2em;word-break:break-all}body{background-color:#f4f5f7;display:flex;flex-wrap:wrap;place-content:center;place-items:start;padding:15px;color:#001944}.card{border-top:.5px solid rgba(255,255,255,.7);border-radius:24px;background-color:rgba(255,255,255,.6);box-shadow:0 10px 20px rgba(0,0,0,.05);padding:30px;margin:12.5px;width:250px;height:auto}.card>details+div{overflow:hidden;max-height:0;opacity:0;transition:.6s}.card>[open]+div{max-height:888px;opacity:1}.card>details>summary::-webkit-details-marker{display:none}.card>details>summary::-moz-list-bullet{display:none}.card>details>summary{font-size:24px;font-weight:700;user-select:none;outline:0;opacity:.4;transition:.6s;display:block}.card>[open]>summary{opacity:1;margin-bottom:6px;font-size:20.5px}.card>b{margin-bottom:6px;font-size:20.5px;display:block}.flex{display:flex;flex-wrap:wrap}.text{line-height:1.4em;display:inline-block;margin-top:9px}a:not([href]){margin-top:9px;margin-right:9px;display:inline-block}a[href]{color:#4360b7;text-decoration:none;margin:.2em}a[href]:hover{text-decoration:underline}legend{background-color:rgba(0,0,0,.04);padding:.15em .3em;border-radius:.5em;margin-left:.2em;font-family:monospace;opacity:.75}button{font-size:13.5px;font-weight:700;color:#4360b7;background-color:#e7eeff;padding:.65em .9em;margin-top:9px;margin-right:10px;border-radius:2em;border:none;transition:.3s}button:active{background-color:#d6ddee}textarea{margin-top:9px;padding:9px;width:100%;box-sizing:border-box;line-height:1.2em;font-size:13px;min-height:37.6px;max-height:115.6px;resize:vertical;border-radius:9px;color:#333;border:2px solid rgba(0,0,0,.1);background-color:rgba(0,0,0,.006)}input{vertical-align:middle;appearance:none;margin:-2px 2.25px 0 0;width:15px;height:15px;box-sizing:border-box;background-color:rgba(0,0,0,.006);border:2px solid rgba(0,0,0,.1);border-radius:9px;transition:.15s}input:checked{border-color:#4360b7}label{display:inline-block;margin-top:9px;margin-right:9px;font-size:15px}fieldset{border:2px solid rgba(0,0,0,.1);background-color:rgba(0,0,0,.006);border-radius:9px;margin-top:9px;padding:5px 18px 18px 18px}</style></head><body><div class=\"card\"><b>快捷导入</b><textarea id=\"url\" rows=\"4\" placeholder=\"请输入资源链接\"></textarea><fieldset><legend>导入格式</legend><label><input type=\"radio\" name=\"path\" value=\"auto\" checked>自动</label><label><input type=\"radio\" name=\"path\" value=\"bookSource\">书源</label><label><input type=\"radio\" name=\"path\" value=\"rssSource\">订阅源</label><label><input type=\"radio\" name=\"path\" value=\"replaceRule\">替换规则</label><label><input type=\"radio\" name=\"path\" value=\"textTocRule\">TXT目录规则</label><label><input type=\"radio\" name=\"path\" value=\"httpTTS\">TTS</label><label><input type=\"radio\" name=\"path\" value=\"theme\">主题</label><label><input type=\"radio\" name=\"path\" value=\"readConfig\">排版</label><label><input type=\"radio\" name=\"path\" value=\"dictRule\">字典规则</label></fieldset><div class=\"flex\"><button onclick=\"Import()\">点击导入</button><button onclick=\"Copy()\">复制</button><button onclick=\"Empty()\">清空</button></div></div><div class=\"card\"><details><summary>长期链接</summary></details><div><fieldset><legend>书源</legend><button onclick=\"SetUrl('https://mirror.ghproxy.com/https://raw.githubusercontent.com/shidahuilang/shuyuan/shuyuan/good.json★1')\">大灰狼</button><button onclick=\"SetUrl('https://mirror.ghproxy.com/https://raw.githubusercontent.com/zmn001125/booksources/master/sources/guaner.txt★1')\">关耳</button><button onclick=\"SetUrl('https://mirror.ghproxy.com/https://raw.githubusercontent.com/cyao2q/yuedu/master/shuyuan★1')\">漠星曜</button><button onclick=\"SetUrl('https://mirror.ghproxy.com/https://raw.githubusercontent.com/PB-pobing/pobing/pb/sy.json★1')\">破冰</button><button onclick=\"SetUrl('https://mirror.ghproxy.com/https://raw.githubusercontent.com/XIU2/Yuedu/master/shuyuan★1')\">XIU2</button><button onclick=\"SetUrl('https://www.gitlink.org.cn/api/yi-c/yd/raw/sy.json?ref=master★1')\">一程</button></fieldset><fieldset><legend>订阅源</legend><button onclick=\"SetUrl('https://www.gitlink.org.cn/api/yi-c/yd/raw/dy.json?ref=master★2')\">一程</button></fieldset><fieldset><legend>替换规则</legend><button onclick=\"SetUrl('https://mirror.ghproxy.com/https://raw.githubusercontent.com/shidahuilang/shuyuan/shuyuan/jinghua.json★3')\">大灰狼</button></fieldset><fieldset><legend>TTS</legend><button onclick=\"SetUrl('https://mirror.ghproxy.com/https://raw.githubusercontent.com/shidahuilang/shuyuan/shuyuan/tts.json★5')\">大灰狼</button></fieldset></div></div><script>$=(e=>document.querySelector(e)),Copy=(()=>{$(\"#url\").select(),document.execCommand(\"copy\")}),Empty=(()=>{x=$(\"#url\"),x.value=\"\",x.focus(),$('[value=\"auto\"]').checked=!0}),Import=(()=>{if(t=$(\"#url\"),!t.value)return t.focus(),!1;path=$('[name=\"path\"]:checked').value,location=`yuedu://import/${path}?src=`+encodeURIComponent(t.value)}),SetUrl=(e=>{x=$(\"#url\"),x.value=e.split(\"★\")[0],document.querySelectorAll('[name=\"path\"]')[e.split(\"★\")[1]].checked=!0,x.focus(),Import()});</script></body></html>\n{{}}\n@js:\nu = \"{{$.link}}\";\n/^\\d+$/.test(u) ? result.split('🔵')[u]: \"\";",
    "ruleImage": "$.img\n@js:\nr = result;\nr == \"\" ? source.sourceIcon: r;",
    "ruleLink": "$.link",
    "rulePubDate": "$.date",
    "ruleTitle": "$.title",
    "shouldOverrideUrlLoading": "if (/s?q=/.test(url)) {\n  q = java.toURL(url).searchParams.get('q');\n  java.searchBook(q.split(' ')[0]);\n  true;\n}",
    "singleUrl": false,
    "sortUrl": "寻书::https://bing.com/search?q=https://quark.sm.cn/api/rest?method=Novelnew.home&format=html&schema=v2&cate=全部&rank=rank_hot&gender=male☆夸克热搜・小说☆大家都在搜的热点☆http://pp.myapp.com/ma_icon/0/icon_42375936_1703676598/256★https://vt.sm.cn/api/novelStarReco/index☆星云推书☆点亮你的兴趣星球\n\n找源::https://bing.com/search?q=https://link3.cc/yckceo☆源仓库☆最新地址发布页☆https://tencentcdn.production.link3.cc/profile_images/1706720313658★https://shuyuan.yiove.com☆YiOVE书源仓库☆专为小说阅读爱好者设计☆https://shuyuan.yiove.com/favicon.ico★http://yx.ccute.xyz☆YX源仓库☆来自书源爱好者的收集小站☆http://yx.ccute.xyz/assets/iframe/images/logo.png★https://legado.aoaostar.com☆@AOAOSTAR☆收集整理☆https://avatars.githubusercontent.com/u/86001674★http://yuedu.miaogongzi.net/gx.html☆@喵公子☆收集整理☆https://i0.hdslb.com/bfs/face/a8f327d80028a97bf3b6f8d5afa260179c623268.jpg★https://qyyuapi.com☆@xiaohan231☆个人主页☆https://qyyuapi.com/logo.png★https://skybook.pages.dev☆@明月照大江☆个人主页\n\n工具::https://bing.com/search?q=0☆写源助手☆会有用喔(大概)★1☆快捷导入☆各种导入格式！",
    "sourceComment": "",
    "sourceIcon": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiM0NDQiIGQ9Ik04LjQyMiAyMC42MThDMTAuMTc4IDIxLjU0IDExLjA1NiAyMiAxMiAyMlYxMkwyLjYzOCA3LjA3M2EzLjE5NiAzLjE5NiAwIDAgMC0uMDQuMDY3QzIgOC4xNTQgMiA5LjQxNyAyIDExLjk0MnYuMTE3YzAgMi41MjQgMCAzLjc4Ny41OTcgNC44MDFjLjU5OCAxLjAxNSAxLjY3NCAxLjU4IDMuODI1IDIuNzA5eiIvPjxwYXRoIGZpbGw9IiM0NDQiIGQ9Im0xNy41NzcgNC40MzJsLTItMS4wNUMxMy44MjIgMi40NjEgMTIuOTQ0IDIgMTIgMmMtLjk0NSAwLTEuODIyLjQ2LTMuNTc4IDEuMzgybC0yIDEuMDVDNC4zMTggNS41MzYgMy4yNDIgNi4xIDIuNjM4IDcuMDcyTDEyIDEybDkuMzYyLTQuOTI3Yy0uNjA2LS45NzMtMS42OC0xLjUzNy0zLjc4NS0yLjY0MSIgb3BhY2l0eT0iLjciLz48cGF0aCBmaWxsPSIjNDQ0IiBkPSJNMjEuNDAzIDcuMTRhMy4xNTMgMy4xNTMgMCAwIDAtLjA0MS0uMDY3TDEyIDEydjEwYy45NDQgMCAxLjgyMi0uNDYgMy41NzgtMS4zODJsMi0xLjA1YzIuMTUxLTEuMTI5IDMuMjI3LTEuNjkzIDMuODI1LTIuNzA4Yy41OTctMS4wMTQuNTk3LTIuMjc3LjU5Ny00Ljh2LS4xMTdjMC0yLjUyNSAwLTMuNzg4LS41OTctNC44MDIiIG9wYWNpdHk9Ii41Ii8+PC9zdmc+",
    "sourceName": "方寸",
    "sourceUrl": "人间"
  },
  {
    "articleStyle": 0,
    "customOrder": -10098343,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Linux; Android 11; Pixel 3 XL Build/RQ3A.211001.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/102.0.4988.0 Mobile Safari/537.36 SearchCraft/3.9.2 (Baidu; P1 11) '\n}",
    "injectJs": "setTimeout(()=>{document.querySelector('.app-open-button').parentNode.removeChild(document.querySelector('.app-open-button'));},800)",
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "singleUrl": true,
    "sourceGroup": "掘金",
    "sourceIcon": "https://lf3-cdn-tos.bytescm.com/obj/static/xitu_juejin_web/static/favicons/favicon-32x32.png",
    "sourceName": "稀土掘金",
    "sourceUrl": "https://juejin.cn/user/center/signin?avatar_menu",
    "style": ".app-open-button {display:none !important;}"
  },
  {
    "articleStyle": 2,
    "customOrder": -101073,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "header": "",
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": ".lpic li",
    "ruleContent": "class.movurl@a@html&&class.thumb l@html&&class.info@html\n<js>\ndoc=org.jsoup.Jsoup.parse(result);\nimg=doc.select('img');\ninfo=doc.select('.info').html();\n\nzxb='';dxb='';\nlist=doc.select('a:not(:last-child)').toArray();\n\nfor(i in list){\na='http://www.iyinghua.io'+list[i].select('a').attr('href');\nb='http://www.iyinghua.io'+list[list.length-1-i].select('a').attr('href');\nzxb=zxb+'<button id=\"but'+i+'\" class=\"button\" value=\"'+a+'\">'+list[i].text()+'</button>';\ndxb=dxb+'<button id=\"dbut'+i+'\" class=\"button\" value=\"'+b+'\">'+list[list.length-1-i].text()+'</button>'\n}\n\nzx='<div id=\"zx\" style=\"display:block\">'+zxb+'</div>';\ndx='<div id=\"dx\" style=\"display:none\">'+dxb+'</div>';\n\n\nscript='(function(){$(\".button:first\").addClass(\"upBtn\");url=$(\".button:first\").val();video(url)})();\\n$(\".button\").click(function(){id=$(this).attr(\"id\");\\nid=\"#\"+id;\\n$(\".button\").removeClass(\"upBtn\");\\n$(id).addClass(\"upBtn\");\\nurl=$(id).val();video(url)});\\n$(\"li\").click(function(){id=$(this).attr(\"id\");\\nid=\"#\"+id;\\n$(\"li\").removeClass(\"active\");\\n$(id).addClass(\"active\");\\nif(id==\"#b1\"){$(\"#juji\").show();$(\"#info\").hide()}else{$(\"#info\").show();$(\"#juji\").hide()}});$(\"#dxb\").click(function(){if($(\"#dxb\").text()==\"倒序\"){$(\"#dxb\").text(\"正序\");$(\"#dx\").show();$(\"#zx\").hide();}else{$(\"#dxb\").text(\"倒序\");$(\"#dx\").hide();$(\"#zx\").show();}}) ';\n\ntap='<div id=\"tab\" style=\"display:inline;\"><ul><li id=\"b1\" class=\"active\">剧集</li><li id=\"b2\">剧情介绍</li><button id=\"dxb\" style=\"display:inline\">倒序</button></ul></div>';\n\nurl='function video(url){$.get(url,function(result){src=result.match(/data-vid=\"(.*?)\"/)[1];jx=\"https://tup.iyinghua.com/?vid=\"+src+\"&m=1\";$(\"#dd\").html(src);$(\"#ff\").attr(\"src\",jx)})};\\n'\n\njuji='<div id=\"juji\" style=\"display:block\">'+zx+dx+'</div>';\ninfo='<div id=\"info\" style=\"display:none\">'+img+info+'</div>';\n\nresult='<html><head> <script src=\"https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js\"> </script> </head>\\n<div id=\"dd\">\\n</div><iframe src=\"\" width=\"100%\" height=\"300px\" id=\"ff\" scrolling=\"no\"allowfullscreen=\"true\" webkitallowfullscreen=\"true\" frameborder=\"0\" autoplay=\"true\" mozallowfullscreen=\"true\"></iframe>\\n'+tap+'\\n<div id=\"html\" vspace=\"120\">\\n'+juji+info+'\\n</div>\\n<script>\\n'+url+script+'\\n</script>\\n</html>'\n</js>",
    "ruleDescription": "",
    "ruleImage": "//@src",
    "ruleLink": "http://www.iyinghua.io{{//h2//@href}}",
    "ruleNextPage": "text.下一页@href",
    "rulePubDate": "//p/text()",
    "ruleTitle": "//@title&&//font/text()&&//span[2]//text()##\\n##∣",
    "singleUrl": false,
    "sortUrl": "新番::http://www.iyinghua.io/{{java.timeFormat(Date.now()).match(/(\\d{4})/)[1]}}/\nOVA::http://www.iyinghua.io/36\n剧场::http://www.iyinghua.io/37\n真人::http://www.iyinghua.io/38\n搜索::http://www.iyinghua.io/search/{{source.getVariable()}}/\n日本动漫::http://www.iyinghua.io/japan/\n国产动漫::http://www.iyinghua.io/china/\n欧美动漫::http://www.iyinghua.io/american/\n动漫电影::http://www.iyinghua.io/movie/",
    "sourceGroup": "🎞️ 影视",
    "sourceIcon": "http://www.iyinghua.io/js/20180601/ico.png",
    "sourceName": "樱花动漫",
    "sourceUrl": "http://www.iyinghua.io",
    "style": ".button{outline:none;width:90px; height:35px; border-radius: 10px; border:3px solid #fff; background-color: #E9E4E0; }\n.upBtn{outline:none;width:90px; height:35px; border-radius: 10px; border:3px solid #fff; background-color: #ffffcc; }\nimg {\nfloat:left;margin-right:30px;\nwidth:150px}\n\n#intro{float:left;\nborder-style:double;\nborder-color:black;padding:5px;\nborder-width:5px}\n#html{margin-top:20px}\n#dxb{border-radius: 1px; border:3px solid #fff; background-color: #E9E4E0;outline:none}\n\nul{\nborder-bottom:0;\n\theight:40px;\n}\nli {\n\tlist-style:none;\n\tfloat:left;\n\theight:34px;\n\tmargin-right:20px;\n\tcolor:#909090;\n\tline-height:34px;\n}\nli.active {\n\tcolor:#50B400;\n\tborder-bottom:3px solid #50B400;\n}\n#dd {\npadding:5px 0;\noverflow:scroll;\nbackground-color:#E9E4E0;\n}\nhtml{width:100%}"
  },
  {
    "articleStyle": 0,
    "customOrder": -101058,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "singleUrl": true,
    "sourceGroup": "",
    "sourceIcon": "",
    "sourceName": "樱之空动漫",
    "sourceUrl": "https://www.skrcc.cc/"
  },
  {
    "articleStyle": 0,
    "customOrder": -101014,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": ".update_area@li",
    "ruleContent": "<!DOCTYPE html>\n<html>\n\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n    <link rel=\"stylesheet\" href=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.css\">\n    <script src=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.js\"></script>\n    <script src=\"http://lib.sinaapp.com/js/jquery/2.0.2/jquery-2.0.2.min.js\"></script>\n</head>\n\n<body>\n    <h3>{{@@.item_title@tag.h1@text}}</h3>\n<h5>{{@class.item_info@text}}</h5>\n    <div id=\"box\">{{@@class.content.0@tag.img@html}}</div>\n  \n  <div id=\"loads\">加载中 </div>\n    <script>\n        var loads;\n        $(document).ready(function () {\n            var box = document.getElementById(\"box\");\n            loads = document.getElementById(\"loads\");\n            new Viewer(box, { title: false, interval: 3000 })\n            var i = 1;\n            var page = {{@@class.page.0@tag.a.-2@textNodes##\\n}}-1;\n            var url = \"{{baseUrl.replace('.html','-')}}\";\n            new IntersectionObserver(entries => {\n                if (entries[0].intersectionRatio) {\n                    if (entries[0].intersectionRatio <= 0) return;\n                    for (var j = 0; j < 1; j++) {\n                        fetchHtml(i, page, url);\n                        i += 1;\n                    }\n                }\n            }).observe(loads)\n        });\n\n\n        function fetchHtml(i, page, url) {\n        \t\n            if (i <= page) {\n                nurl = url + i + '.html';\n                $.ajax({\n                    url: nurl,\n                    dataType: 'html',\n                    success: function (html) {\n                        $('#box').append('<h5>' + (++i) + '->' + (++page) + '</h5>');\n                        $('#box').append($(html).find('.content img'));\n                        box.viewer.update();\n                    },\n                    error: function (xhr) { }\n                });\n            } else {\n                $('#loads').html(\"\");\n            }\n        }\n    </script>\n</body>\n\n</html>\n",
    "ruleDescription": "",
    "ruleImage": "img@src",
    "ruleLink": "a@href",
    "ruleNextPage": ".page@a.-1@href",
    "rulePubDate": "{{@@span.0@text}}   {{@@span.1@text}}    👁{{@@span.2@text}}",
    "ruleTitle": ".meta-title@text",
    "singleUrl": false,
    "sortUrl": "精选::/hots.html\n微博网红::/group/wanghong.html\n喵糖映画::/group/miaotangyinghua.html\n森萝财团::/group/senluocaituan.html\n风之领域::/group/fengzhilingyu.html\n轻兰映画::/group/qinglanyinghua.html\n稚乖画册::/group/zhiguaihuace.html\n少女秩序::/group/shaonvzhixu.html\n紧急企划::/group/jinjiqihua.html\n喵写真::/group/miaoxiezhen.html\n",
    "sourceComment": "",
    "sourceGroup": "🔞 18禁",
    "sourceIcon": "https://fulitu.me//favicon.ico",
    "sourceName": "福利兔",
    "sourceUrl": "https://fulitu.me/",
    "style": "/*标题相关*/\nh3{text-align:center}\nh6{margin-bottom:0}\nimg{width:100%}\nh5{margin-bottom:0;padding-left:5;}"
  },
  {
    "articleStyle": 1,
    "customOrder": -101012,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "article",
    "ruleContent": "class.video-player@all",
    "ruleImage": "img@data-src",
    "ruleLink": "a@href",
    "ruleNextPage": "page",
    "rulePubDate": ".duration@text",
    "ruleTitle": "img@alt",
    "singleUrl": false,
    "sortUrl": "國產麻豆::https://playav.tv/category/chinese-model/page/{{page}}\n素人自拍::https://playav.tv/category/chinese/page/{{page}}\nSWAG::https://playav.tv/category/swag/page/{{page}}\nN砲房::https://playav.tv/category/numbersex/page/{{page}}\n中文有碼::https://playav.tv/category/chinese-censored/page/{{page}}\n日本無碼::https://playav.tv/category/uncensored/page/{{page}}\n韓國::https://playav.tv/category/korean/page/{{page}}\n歐美::https://playav.tv/category/sexy-babes/page/{{page}}",
    "sourceGroup": "可用",
    "sourceIcon": "https://playav.tv/wp-content/uploads/2020/11/playav.tv_.png",
    "sourceName": "PlayAV",
    "sourceUrl": "https://playav.tv/",
    "style": "video{width:100%}img{width:100%}"
  },
  {
    "articleStyle": 0,
    "customOrder": -101004,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "injectJs": "//$(\"div.layui-panel\").eq(0).remove();\nsetInterval(function () {\n    $(\"div.layui-hide-md\").css(\"display\",\"none\");\n},100)",
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "singleUrl": true,
    "sourceGroup": "🔞 18禁",
    "sourceIcon": "https://www.yckceo.com/favicon.ico",
    "sourceName": "源仓库",
    "sourceUrl": "https://www.yckceo.com/"
  },
  {
    "articleStyle": 0,
    "customOrder": -100997,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\",\"referer\": \"{{baseUrl}}\"\n\t}",
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": ".picture-list a",
    "ruleContent": ".picture-item-box@all##src=\".*\" data-src##src\n<js>##href##</js>",
    "ruleImage": "img@data-src",
    "ruleLink": "href",
    "ruleNextPage": "text.下一页@href",
    "rulePubDate": "span@text",
    "ruleTitle": "text",
    "singleUrl": false,
    "sortUrl": "热姐::https://mak803-ad398-dke3e.xofulitu765.xyz/arttype/2001/\n罗莉塔::https://mak803-ad398-dke3e.xofulitu765.xyz/arttype/2002/\n性感的::https://mak803-ad398-dke3e.xofulitu765.xyz/arttype/2003/\n杂志::https://mak803-ad398-dke3e.xofulitu765.xyz/arttype/2004/\n角色扮演::https://mak803-ad398-dke3e.xofulitu765.xyz/arttype/5001/\n美足::https://mak803-ad398-dke3e.xofulitu765.xyz/arttype/5029/\n唯美::https://mak803-ad398-dke3e.xofulitu765.xyz/arttype/2002/\n模特儿::https://mak803-ad398-dke3e.xofulitu765.xyz/arttype/5031/\n日本::https://mak803-ad398-dke3e.xofulitu765.xyz/arttype/5032/\n东盟::https://mak803-ad398-dke3e.xofulitu765.xyz/arttype/5033/\n韩国::https://mak803-ad398-dke3e.xofulitu765.xyz/t/5034/\n搜索::https://mak803-ad398-dke3e.xofulitu765.xyz/s/wd/{{(source.getVariable()==''||source.getVariable()==null)?source.setVariable('萝莉'):\"\"}}{{source.getVariable()}}/",
    "sourceComment": "",
    "sourceGroup": "🔞 18禁",
    "sourceIcon": "",
    "sourceName": "美足美图",
    "sourceUrl": "https://mak803-ad398-dke3e.xofulitu765.xyz"
  },
  {
    "articleStyle": 0,
    "customOrder": -100984,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "singleUrl": true,
    "sortUrl": "",
    "sourceGroup": "🎞️ 影视",
    "sourceIcon": "https://www.agedm.org/favicon.ico",
    "sourceName": "age动漫",
    "sourceUrl": "https://m.agedm.org/#/"
  },
  {
    "articleStyle": 0,
    "customOrder": -100983,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "singleUrl": true,
    "sortUrl": "",
    "sourceGroup": "影视",
    "sourceIcon": "https://cdn.aiqingyu1314.com/mayi/statics/img/favicon.ico",
    "sourceName": "蚂蚁影视",
    "sourceUrl": "https://www.mayiyingshi.org/"
  },
  {
    "articleStyle": 0,
    "customOrder": -100951,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": ".thumb-block",
    "ruleContent": "body@all\n<js>var URL=result.match(/\\('(https:.*?\\.*mp4\\?.*?)'/)[1];\nresult = URL.replace(/\\\\/g,\"\");\nresult =\"<video src=\"+result+\" width=\\\"100%\\\" height=\\\"100%\\\" autoplay      muted controls>  </video>\"\n</js>",
    "ruleImage": "img@data-src",
    "ruleLink": "tag.a.0@href",
    "ruleNextPage": "class.no-page next-page@href",
    "rulePubDate": "交流暗号🐧892966579       🕐{{@@class.duration@text}}",
    "ruleTitle": "a@title",
    "singleUrl": false,
    "sortUrl": "//搜索一设置源变量后再重进刷新下就行\n搜索一::https://s2.yxy57.icu/?k={{source.getVariable()}}\n\n\n//搜索二直接改搜索栏里的“k=”后面的文字就行\n搜索二::https://s2.yxy57.icu/?k=美女\n\n\n\n\n\n国产::https://s2.yxy57.icu/?k=国产\n欧美::https://s2.yxy57.icu/?k=欧美\n日韩::https://s2.yxy57.icu/?k=日韩\n白虎::https://s2.yxy57.icu/?k=白虎\n丝袜::https://s2.yxy57.icu/?k=丝袜\n中文::https://s2.yxy57.icu/?k=中文\n偷拍::https://s2.yxy57.icu/?k=偷拍\n",
    "sourceComment": "搜索的使用方法看注释",
    "sourceGroup": "R18",
    "sourceIcon": "https://i.postimg.cc/tT45zyZQ/9399ca50f4495079a2c4f54f268dcad6.gif",
    "sourceName": "玉羞园(免翻已修复)",
    "sourceUrl": "https://s2.yxy57.icu/"
  },
  {
    "articleStyle": 0,
    "customOrder": -100935,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "class.list-col",
    "ruleContent": "{{@class.panel-body@html##<p.*?gif.*?p>}}{{@script@html##<script.*?realsrv.com.*|<script.*?poweredby.*|ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz.*}}{{@link@html}}\n<div class=\"phpage-bottom\">\n{{@id.next_series@li@html}}</div>",
    "ruleDescription": "",
    "ruleImage": "tag.img@data-original&&tag.img@src",
    "ruleLink": "tag.a.0@href@js:result.replace(/.*?album\\/(\\d+).*/g,\"https://orangeapp.cc/photo/$1\")",
    "ruleNextPage": "class.prevnext.0@href",
    "rulePubDate": "class.tags@text||class.video-views pull-left@text&&class.video-added@text",
    "ruleTitle": "tag.img@title",
    "singleUrl": false,
    "sortUrl": "搜索::/search/photos?search_query={{source.getVariable()==''?source.setVariable(\"处女\"):source.getVariable()}}&page={{page}}&main_tag=0\n总排行榜::https://jm-comic1.cc/albums?o=mv\n月排行榜::/albums?t=m&o=mv&page={{page}}\n周排行榜::/albums?o=mv&t=w&page={{page}}\n日排行榜::/albums?o=mv&t=t&page={{page}}\n                                                                                   特殊play/play::/\n连载更新::/promotes/26\n网站推荐::/promotes/27\nCG图集::/albums/doujin/sub/CG?page={{page}}\nCosplay::/albums/another/sub/cosplay?page={{page}}\n全彩::/search/photos?search_query=%E5%85%A8%E5%BD%A9&page={{page}}\n重口::/search/photos?search_query=%E9%87%8D%E5%8F%A3&page={{page}}\n口交::/search/photos?search_query=%E5%8F%A3%E4%BA%A4&main_tag=0&page={{page}}\n乳汁::/search/photos?search_query=%E4%B9%B3%E6%B1%81&main_tag=0&page={{page}}\n骑大车::/search/photos?search_query=%E9%A8%8E%E5%A4%A7%E8%BB%8A&main_tag=0&page={{page}}\n勇者::/search/photos?search_query=%E5%8B%87%E8%80%85&main_tag=0&page={{page}}\n魔物娘::/search/photos?search_query=%E9%AD%94%E7%89%A9%E5%A8%98&main_tag=0&page={{page}\n3D::/search/photo/?search_query=3D&page={{page}}\n魅魔::/search/photos?search_query=%E9%AD%85%E9%AD%94&page={{page}}\n精灵::/search/photos?search_query=%E7%B2%BE%E7%81%B5&main_tag=0&page={{page}}\n触手::/search/photos?search_query=%E8%A7%A6%E6%89%8B&main_tag=0&page={{page}}\n阿黑颜::/search/photos?search_query=%E9%98%BF%E9%BB%91%E9%A1%8F&page={{page}}\n扶他::/search/photos?search_query=%E6%89%B6%E4%BB%96&page={{page}}\n风的工坊::/search/photos?search_query=%E9%A2%A8%E7%9A%84%E5%B7%A5%E6%88%BF&page={{page}}\n4K汉化组::/search/photos?search_query=4k%E6%BC%A2%E5%8C%96%E7%B5%84&page={{page}}\n                                                                主题   A漫::/        vnbgfg                                                                                                                            \n剧情向::/search/photos?search_query=%E5%8A%87%E6%83%85%E5%90%91&page={{page}}\n纯爱::/search/photos?search_query=%E7%B4%94%E6%84%9B&page={{page}}\n痴女::/search/photos?search_query=%E7%99%A1%E5%A5%B3&page={{page}}\n自慰::/search/photos?search_query=%E8%87%AA%E6%85%B0&page={{page}}\n触手::/search/photos?search_query=%E8%A7%B8%E6%89%8B&page={{page}}\n魔物::/search/photos?search_query=%E9%AD%94%E7%89%A9&page={{page}}\n性转换::/search/photos?search_query=%E6%80%A7%E8%BD%89%E6%8F%9B&page={{page}}\n乱伦::/search/photos?search_query=%E4%BA%82%E5%80%AB&page={{page}}\n人妻::/search/photos?search_query=%E4%BA%BA%E5%A6%BB&page={{page}}\nNTR::/search/photos?search_query=NTR&page={{page}}\n校园::/search/photos?search_query=%E6%A0%A1%E5%9C%92&page={{page}}\n百合::/search/photos?search_query=%E7%99%BE%E5%90%88&page={{page}}\n师生::/search/photos?search_query=%E5%B8%AB%E7%94%9F&page={{page}}\n                                                                                                                                     角色/扮演::/无\n御姐::/search/photos?search_query=%E5%BE%A1%E5%A7%90&page={{page}}\n熟女::/search/photos?search_query=%E7%86%9F%E5%A5%B3&page={{page}}\n巨乳::/search/photos?search_query=%E5%B7%A8%E4%B9%B3&page={{page}}\n贫乳::/search/photos?search_query=%E8%B2%A7%E4%B9%B3&page={{page}}\n女王::/search/photos?search_query=%E5%A5%B3%E7%8E%8B&page={{page}}\n教师::/search/photos?search_query=%E6%95%99%E5%B8%AB&page={{page}}\n女仆::/search/photos?search_query=%E5%A5%B3%E5%83%95&page={{page}}\n护士::/search/photos?search_query=%E8%AD%B7%E5%A3%AB&page={{page}}\n泳装::/search/photos?search_query=%E6%B3%B3%E8%A3%9D&page={{page}}\n眼镜::/search/photos?search_query=%E7%9C%BC%E9%8F%A1&page={{page}}\n连裤袜::/search/photos?search_query=%E9%80%A3%E8%A4%B2%E8%A5%AA&page={{page}}\n其他制服::/search/photos?search_query=%E5%85%B6%E4%BB%96%E5%88%B6%E6%9C%8D&page={{page}}\n兔女郎::/search/photos?search_query=%E5%85%94%E5%A5%B3%E9%83%8E&page={{page}}    \n                                                                                                                                                                                                                                                 其  他::/无\n最新A漫::/albums?o=mr&page={{page}}\n最新韩漫::/albums/hanman?o=mr&page={{page}}\n最新美漫::/albums/meiman?o=mr&page={{page}}\n最新同人::/albums/doujin?o=mr&page={{page}}\n最新短篇::/albums/short?o=mr&page={{page}}\n最新其他::/albums/another?o=mr&page={{page}}\n最新单行本::/albums/single?o=mr&page={{page}}\n                                                                                                                           ",
    "sourceGroup": "~",
    "sourceIcon": "https://jm-comic1.cc/media/logo/new_logo.png?v=20210720",
    "sourceName": "禁漫天堂",
    "sourceUrl": "https://jm-comic1.cc/"
  },
  {
    "articleStyle": 0,
    "customOrder": -30618,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "class.ucontent@li",
    "ruleContent": "class.s-tab-main@html",
    "ruleImage": "@js:\"https://i.postimg.cc/htVZ5jk1/1665570814797.png\"",
    "ruleLink": "tag.a@href",
    "ruleNextPage": "text.下一页@href",
    "rulePubDate": "class.time@text",
    "ruleTitle": "class.ctitle@text",
    "singleUrl": true,
    "sortUrl": "情侣::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=SwmVnh7DhV5fti8rANEOnA%3D%3D\n真实自拍::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=sxFQ8fIfXNi%2F7h%2FTa%2BVqaQ%3D%3D\n艳照门::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=sWJNZL81qog%2FV0kqE7K4xg%3D%3D\n韩国::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=qYmLQw%2Bg9uPbbhsqBrcq2Q%3D%3D\n91大神::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=WuIS%2BITZ25HLRd6XZW%2FOxA%3D%3D\n重口::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=DEbPb09hbgP9k6scQg63sw%3D%3D\n国产3P::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=GWLkyuIEPQDeXCqVFoTAyA%3D%3D\n寻花::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=rKKopyjdoS20rSOUxh3zJQ%3D%3D\n探花::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=hgzJx3zpIIxdOEMcWHz2Tg%3D%3D\n百度云泄露::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=2lC5aEeJd1u2dqQ%2FmdRIVQ%3D%3D\n叫爸爸::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=y8uZo8HwYsn8SvxL1UCb0g%3D%3D\n双飞::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=5thccQpFuzxfZnnatss5wQ%3D%3D\n援交::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=eYLQqyMZKX0naw7R9aFiUQ%3D%3D\n高潮::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=vxgb5Mhrcm45%2BvJ3jR%2FK5w%3D%3D\n云盘泄密::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=Uk8R2RDqogK686unextaRA%3D%3D\n百度云::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=5ZDf525skrVIknBGx5lmFQ%3D%3D\n母狗::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=6%2BdjspHsB86vEMDYR8vX0g%3D%3D\nSWAG::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=dth6EA%2B8L38m3Nca%2FQFL2Q%3D%3D\n灌醉::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=CgBbOg15Du4JraAsWNBNjQ%3D%3D\n乱伦::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=62iSChVBLwn9fxJe4R2eFw%3D%3D\n台湾::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=SxxaH9csNSivTS3P7gZoFg%3D%3D\n双洞::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=PsCugwsYtwmQ4ClpO%2FoDjg%3D%3D\n黑人::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=Jo0QDMWSz9h5NGQAE9Q6VQ%3D%3D\n模特::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=rkt3PZIjjsRwGyupHFDGaA%3D%3D\n明星::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=QYz3d2N9zvH04hLT6JKzUQ%3D%3D\n外围::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=IMWBtdaYv%2Fjxugi4%2BHhZ4A%3D%3D\nE罩::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=est3SVEmdTex%2Fvm3L4vYPw%3D%3D\n平胸::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=6KvMA5igEDec1T31X3GJzw%3D%3D\n萝莉::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=z90Pw6%2BPlSZL6DsNDa3HDw%3D%3D\n偷拍::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=kA%2FTlS7qmOLRGkgF%2Fn0INQ%3D%3D\n强奸::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=rkfTz9iRzCZ2YZ9BgpLQPQ%3D%3D\n孕妇::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=T5nxv4JMS0RuKayEmUskBg%3D%3D\n露出::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=cWH28OVOk5XusdgQlQ42DA%3D%3D\n学生::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=S4a6Y3Jh0ahrOuC%2BnPWraw%3D%3D\n厕所::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=OBoF9jSv3ssvCWLzi0ZUow%3D%3D\n丝袜::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=HZAcWdDll929vjXxi%2Fis9Q%3D%3D\n麻豆::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=AAzZLiir3JVotigCPt5yyw%3D%3D\n剧情::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=vX2kdY6Bji%2BZDgJC3Uom8Q%3D%3D\n少妇::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=WvRQ3zJ6x0Iddtyv%2F3kQ7Q%3D%3D\n初中::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=7zlfwQmL2OCGlwAMuO9PkQ%3D%3D\n户外::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=P5xjiQfnsJ62f4Hz3RGbVg%3D%3D\n巨乳::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=B5Vt3CkBgs3beFwmKholzg%3D%3D\n按摩师::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=JM5fp9rXtfWRGHxSh8zS5w%3D%3D\n抖音::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=zFa%2FHlIv9P7FSIj1wrTPLw%3D%3D\n极品::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=IuN82Iai2xUOVHMMANfnOA%3D%3D\n勾引::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=vh64QmiM3Mo2OcKdxDQdsQ%3D%3D\n调教::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=%2BQeUgBv85wKceg%2FDI5Ak0w%3D%3D\n对白::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=%2B9ccuxdMZa3%2FJ8LzxMB6qg%3D%3D\n喷水::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=1oRbUL2Xn9xhEmXGx6GsQA%3D%3D\n白虎::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=UKNntcz6aNUmZxjkxJCFPQ%3D%3D\n肛交::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=nWw6UIl046QAjrvoKFS2Rw%3D%3D\n宿舍::https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/search.php?k=12%2BMLChLTiqIX3cSShXxtg%3D%3D",
    "sourceComment": "",
    "sourceGroup": "🔞 18禁",
    "sourceIcon": "https://i.postimg.cc/tCs5Fb8F/1664101587780.png",
    "sourceName": "©集芳阁®",
    "sourceUrl": "https://xn---jfgsoucom-xo3rt4olv7g07mz39a.jifangge-club.com/"
  },
  {
    "articleStyle": 1,
    "customOrder": -30605,
    "enableJs": false,
    "enabled": true,
    "enabledCookieJar": false,
    "header": "{\n  \"User-Agent\": \"okhttp/4.2.2\"\n}",
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "$.data.vodrows",
    "ruleContent": "<video src=\"{{$.data.httpurl}}{{$.data.httpurl_preview}}\" autoplay muted controls></video>",
    "ruleDescription": "",
    "ruleImage": "$.coverpic",
    "ruleLink": "http://ios.bxguwen.com{{$.play_url}}",
    "ruleNextPage": "$..next_url",
    "rulePubDate": "{{$.updatetime}}  {{$.scorenum}}分  {{$.areaname}}   {{$.catename}} {{$.actor_tags..tagname}}  {{$.tags..tagname}} ",
    "ruleTitle": "@js:\nif (\"{{$.isvip}}{{$.islimitv3}}\"==\"00\"){result=\"{{$.title}}\"}else{result=\"\"}",
    "singleUrl": false,
    "sortUrl": "搜索用::http://ios.bxguwen.com/search?page={{page}}&wd={{v=source.getVariable()}}\n青纯少女::http://ios.bxguwen.com/vod/listing-6-0-0-0-0-0-0-0-0-1\n辣妹大奶::http://ios.bxguwen.com/vod/listing-7-0-0-0-0-0-0-0-0-1\n女同专属::http://ios.bxguwen.com/vod/listing-8-0-0-0-0-0-0-0-0-1\n素人出演::http://ios.bxguwen.com/vod/listing-9-0-0-0-0-0-0-0-0-1\n角色扮演::http://ios.bxguwen.com/vod/listing-10-0-0-0-0-0-0-0-0-1\n成人动漫::http://ios.bxguwen.com/vod/listing-11-0-0-0-0-0-0-0-0-1\n人妻熟女::http://ios.bxguwen.com/vod/listing-12-0-0-0-0-0-0-0-0-1\n变态另类::http://ios.bxguwen.com/vod/listing-13-0-0-0-0-0-0-0-0-1\n经典伦理::http://ios.bxguwen.com/vod/listing-14-0-0-0-0-0-0-0-0-1",
    "sourceGroup": "",
    "sourceIcon": "https://i.postimg.cc/WbBpgPrK/1655357335965.png",
    "sourceName": "©香蕉®",
    "sourceUrl": "http://ios.bxguwen.com/vod/listing-0-0-0-0-0-0-2-0-0-1",
    "style": "video{width:100%}"
  },
  {
    "articleStyle": 3,
    "customOrder": -17596,
    "enableJs": false,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 1676889802852,
    "loadWithBaseUrl": false,
    "ruleArticles": "$.model.data",
    "ruleContent": "$.model.url\n@js:\nresult = \"<video src=\\\"\" + result + \"\\\" width=\\\"100%\\\" height=\\\"100%\\\" controls=\\\"controls\\\" ></video>\";\nresult = \"<html><head><meta charset=\\\"utf-8\\\"><meta name=\\\"viewport\\\" content=\\\"width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no\\\" /><style>html,body{margin:0;padding:0;width:100%;}</style></head><body>\" + result + \"</body></html>\";\nresult",
    "ruleImage": "$.coverUrl",
    "ruleLink": "$.id@js:\"https://api.uaa.com/video/app/video/intro?id=\"+result+\"&viewId=16758385134915627\"",
    "rulePubDate": "",
    "ruleTitle": "$.title",
    "singleUrl": false,
    "sortUrl": "最多观看::https://api.uaa.com/video/app/video/search?orderType=3&page={{page}}&size=30\n最多收藏::https://api.uaa.com/video/app/video/search?orderType=4&page={{page}}&size=30\n最新上架::https://api.uaa.com/video/app/video/search?orderType=1&page={{page}}&size=30\n国产::https://api.uaa.com/video/app/video/search?orderType=3&origin=1&page={{page}}&size=30\n日本::https://api.uaa.com/video/app/video/search?orderType=3&origin=2&page={{page}}&size=30\n动漫::https://api.uaa.com/video/app/video/search?orderType=3&origin=3&page={{page}}&size=30\n巨乳::https://api.uaa.com/video/app/video/search?orderType=3&page={{page}}&size=30&tag=%E5%B7%A8%E4%B9%B3\n白虎::https://api.uaa.com/video/app/video/search?orderType=3&page={{page}}&size=30&tag=%E7%99%BD%E8%99%8E\n字幕::https://api.uaa.com/video/app/video/search?orderType=3&page={{page}}&size=30&tag=%E5%AD%97%E5%B9%95\n渔网::https://api.uaa.com/video/app/video/search?orderType=3&page={{page}}&size=30&tag=%E6%B8%94%E7%BD%91%E8%A2%9C",
    "sourceGroup": "R18",
    "sourceIcon": "https://www.uaa.com/assets/uaalogo.7acb1f90.svg",
    "sourceName": "UAA",
    "sourceUrl": "https://www.uaa.com/video/search"
  },
  {
    "articleStyle": 0,
    "customOrder": -4,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "header": "",
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "",
    "ruleContent": "",
    "ruleDescription": "",
    "ruleImage": "",
    "ruleLink": "",
    "ruleNextPage": "",
    "shouldOverrideUrlLoading": "",
    "singleUrl": true,
    "sortUrl": "",
    "sourceComment": "https://www.sshs.pw/\n\t",
    "sourceGroup": "图片",
    "sourceIcon": "https://www.10357756.xyz/static/favicon.ico",
    "sourceName": "绅士会所",
    "sourceUrl": "https://www.10357756.xyz/"
  },
  {
    "articleStyle": 0,
    "customOrder": 0,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "singleUrl": true,
    "sourceComment": "链接里的广告不要相信\n本链接所有内容全部取自网络 仅用于网络环境测试 请于二十四小时之内删除\n免费书源交流群：178801993",
    "sourceIcon": "https://img2.baidu.com/it/u=2497591018,1494490685&fm=253&fmt=auto&app=138&f=JPEG?w=375&h=500",
    "sourceName": "爱看买家秀",
    "sourceUrl": "https://www.ikmjx.com/"
  },
  {
    "articleStyle": 0,
    "contentBlacklist": "https://df45021685143567.ygnrvsz.cn/1_3.html,https://df45021685143663.ygnrvsz.cn/3_19.html,https://cfdf45021685143938.gbjxzmn.cn/13.html,https://cfdf45021685143938.gbjxzmn.cn/13.html",
    "customOrder": 0,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "loginUi": "",
    "loginUrl": "",
    "singleUrl": true,
    "sourceComment": "【不要相信里面的任何广告，都是假的】\n本链接所有内容全部取自网络 仅用于网络环境测试 请于二十四小时之内删除\n免费书源交流群：178801993",
    "sourceIcon": "https://www.sewen.info/17mb/logo.png",
    "sourceName": "铯纹网",
    "sourceUrl": "https://www.sewen.info/"
  },
  {
    "articleStyle": 2,
    "concurrentRate": "",
    "customOrder": 0,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "class.update_area_lists@tag.li",
    "ruleContent": "<js>\nvar num=0;\nvar data=org.jsoup.Jsoup.parse(result);\nvar conts=data.select('.content img');\nnum+=data.select('.content img').size();\nvar page=data.select('.page').first().select('a:nth-last-child(-n+2)').last().text();\nfor(var i=1;i<page;i++){\nurl=baseUrl.replace('.html','')+'_'+i+'.html';\njava.toast('正在加载第'+i+'页');\np=org.jsoup.Jsoup.connect(url).get();\nconts+=p.select('.content img');\nnum+=p.select('.content img').size();\n}\njava.toast('加载完成共'+num+'张');\n'<a href=\"'+baseUrl+'\" style=\"color:#000000\">原文地址</a>'+conts\n</js>",
    "ruleDescription": "",
    "ruleImage": "tag.a@tag.img@src",
    "ruleLink": "tag.a@href",
    "ruleNextPage": "class.page@tag.a.-2@href",
    "rulePubDate": "class.meta-post@textNodes",
    "ruleTitle": "tag.a@title",
    "singleUrl": false,
    "sortUrl": "一周推荐::https://www.xiurenb.net/top.html\n最新::https://www.xiurenb.net/new.html\n最热::https://www.xiurenb.net/hot.html\n秀人网::https://www.xiurenb.net/XiuRen/\nImiss爱蜜社::https://www.xiurenb.net/IMiss/\n模范学院::https://www.xiurenb.net/MFStar/\n魅妍社::https://www.xiurenb.net/MiStar/\n美媛馆::https://www.xiurenb.net/MyGirl/\n爱蜜社::https://www.xiurenb.net/IMiss/\n尤物馆::https://www.xiurenb.net/YouWu/\n嗲囡囡::https://www.xiurenb.net/FeiLin/\n蜜桃社::https://www.xiurenb.net/MiiTao/\n尤蜜荟::https://www.xiurenb.net/YouMi/\n画语界::https://www.xiurenb.net/XiaoYu/\n花漾::https://www.xiurenb.net/HuaYang/\n星颜社::https://www.xiurenb.net/XingYan/\n兔几盟::https://www.xiurenb.net/BoLoli/\n优星馆::https://www.xiurenb.net/Uxing/\n影私荟::https://www.xiurenb.net/WingS/\n星乐园::https://www.xiurenb.net/LeYuan/\n顽味生活::https://www.xiurenb.net/Taste/\n糖果画报::https://www.xiurenb.net/Candy/\n萌榜::https://www.xiurenb.net/Micat/",
    "sourceComment": "Author:JiXieShi",
    "sourceGroup": "图片",
    "sourceIcon": "https://images.weserv.nl/?url=https://article.biliimg.com/bfs/article/ded67638d944a7e0ef4452b721fd6434a22de16d.png",
    "sourceName": "秀人集",
    "sourceUrl": "https://www.xiurenb.net",
    "style": "/*标题相关*/\nh3{text-align:center}\nh6{margin-bottom:0}\nimg{width:100%,height:auto;}\nh5{margin-bottom:0;padding-left:5;}"
  },
  {
    "articleStyle": 0,
    "customOrder": 0,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "singleUrl": true,
    "sourceComment": "书源交流群：374309405\n加载较慢 耐心等待即可\n欢迎制作书源 \n网站内含有广告 请不要点击 以防受骗",
    "sourceIcon": "",
    "sourceName": "肉文阁",
    "sourceUrl": "https://www.rouwenwu19.com/"
  },
  {
    "articleStyle": 2,
    "customOrder": 0,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; Android 10; TEL-AN00 Build/HONORTEL-AN00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.105 Mobile Safari/537.36\"}",
    "injectJs": "const video = document.getElementById('video');\n        let isDragging = false;\n        let startX = 0;\n        let startTime = 0;\n\n        video.addEventListener('touchstart', (e) => {\n            isDragging = true;\n            startX = e.touches[0].clientX;\n            startTime = video.currentTime;\n            video.pause();  // 暂停视频\n        });\n\n        video.addEventListener('touchmove', (e) => {\n            if (!isDragging) return;\n            const dx = e.touches[0].clientX - startX;\n            const duration = video.duration;\n            const change = (dx / video.clientWidth) * duration;\n            video.currentTime = Math.min(Math.max(startTime + change, 0), duration);\n        });\n\n        video.addEventListener('touchend', () => {\n            if (isDragging) {\n                video.play();  // 继续播放视频\n                isDragging = false;\n            }\n        });",
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "$.model.data",
    "ruleContent": "<div class=\"container\">\n        <h3>{{$.model.title}}</h3>\n        <div class=\"video-container\">\n            <video id=\"video\" src=\"{{$.model.url}}\" poster=\"{{$.model.coverUrl}}\" controls></video>\n        </div>\n        <hr />\n        <div class=\"info-container\">\n            <p>⌚️ 时长：<span>{{$.model.durationFormat}}</span></p>\n            <p>📆 日期：<span>{{$.model.onlineTime##T|.000.*## }}</span></p>\n            <p>🎥 播放：<span>{{$.model.viewCount}}次</span></p>\n            <p>📩 收藏：<span>{{$.model.collectCount}}</span></p>\n            <p>🕵 片商：<span>{{$.model.authors}}</span></p>\n            <p>👤 上传：<span>{{$.model.uploader}}</span></p>\n            <p>🔖 标签：<span>{{$.model.categories}},{{$.model.tags}}</span></p>\n            <p>🏷 简介：<span>{{$.model.brief}}</span></p>\n        </div>\n    </div>",
    "ruleDescription": "",
    "ruleImage": "$.coverUrl",
    "ruleLink": "https://www.uaa.com/api/video/app/video/intro?force=false&id={{$.id}}&viewId=17225706561773551",
    "ruleNextPage": "page",
    "rulePubDate": "{{$.onlineTime##T.*}} {{$.tags}}",
    "ruleTitle": "$.title",
    "singleUrl": false,
    "sortUrl": "搜索::/api/video/app/video/search?keyword={{source.getVariable()}}&orderType=0&page={{page}}&size=33\n国产视频::/api/video/app/video/search?orderType=1&origin=1&page={{page}}&size=33\n日本AV::/api/video/app/video/search?orderType=1&origin=2&page={{page}}&size=33\nH动漫::/api/video/app/video/search?orderType=1&origin=3&page={{page}}&size=33\n\n观看排行::/api/video/app/video/search?category=&orderType=3&page={{page}}&searchType=1&size=32\n收藏排行::/api/video/app/video/search?category=&orderType=4&page={{page}}&searchType=1&size=32\n\n自拍偷拍::/api/video/app/video/search?category=&keyword=自拍偷拍&orderType=0&page={{page}}&searchType=1&size=32\n探花精选::/api/video/app/video/search?category=&keyword=探花精选&orderType=0&page={{page}}&searchType=1&size=32\n主播福利::/api/video/app/video/search?category=主播福利&orderType=1&page={{page}}&size=33\n",
    "sourceComment": "//改uaa",
    "sourceGroup": "18禁",
    "sourceIcon": "https://www.uaa.com/assets/uaalogo.7acb1f90.svg",
    "sourceName": "UAA-视频",
    "sourceUrl": "https://www.uaa.com",
    "style": "body {\n            margin: 0;\n            font-family: Arial, sans-serif;\n            background: linear-gradient(135deg, #ece9e6, #ffffff);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start;\n            padding: 20px;\n        }\n        .container {\n            width: 100%;\n            max-width: 800px;\n            background: #fff;\n            border-radius: 10px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n        h3 {\n            margin: 0;\n            padding: 10px 20px;\n            font-size: 0.9em;\n            background: #333;\n            color: #fff;\n            border-radius: 10px 10px 0 0;\n        }\n        .video-container {\n            width: 100%;\n            background: #000;\n            position: relative;\n        }\n        video {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n        .info-container {\n            padding: 20px;\n        }\n        .info-container p {\n            margin: 10px 0;\n            color: #555;\n        }\n        .info-container p span {\n            font-weight: bold;\n            color: #000;\n        }"
  },
  {
    "articleStyle": 0,
    "customOrder": 0,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "class.archive-list@class.col-12@class.waterfall-item",
    "ruleContent": "<html>\n    <head>\n        <meta charset=\"UTF-8\"></meta>\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge, chrome=1\"></meta>\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no\"></meta>\n        <meta name=\"robots\" content=\"max-image-preview:large\"></meta>\n        <link rel=\"alternate\" type=\"application/rss+xml\" title=\"日式JK » Feed\" href=\"https://www.jk.rs/feed\"></link>\n        <link rel=\"alternate\" type=\"application/rss+xml\" title=\"日式JK » 评论 Feed\" href=\"https://www.jk.rs/comments/feed\"></link>\n        <link rel=\"alternate\" type=\"application/rss+xml\" title=\"日式JK » 夏的JK 评论 Feed\" href=\"https://www.jk.rs/2024/09/06/910.html/feed\"></link>\n        <style id=\"classic-theme-styles-inline-css\" type=\"text/css\">\n            \n/*! This file is auto-generated */\n.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}\n\n        </style>\n\n        <link rel=\"stylesheet\" id=\"jimu-lightgallery-css\" href=\"https://www.jk.rs/wp-content/plugins/nicetheme-jimu/modules/base/assets/lightGallery/css/lightgallery.min.css\" type=\"text/css\" media=\"all\"></link>\n        <link rel=\"stylesheet\" id=\"jimu-css\" href=\"https://www.jk.rs/wp-content/plugins/nicetheme-jimu/modules/jimu.css\" type=\"text/css\" media=\"all\"></link>\n        <link rel=\"stylesheet\" id=\"jimu-blocks-css\" href=\"https://www.jk.rs/wp-content/plugins/nicetheme-jimu/modules/blocks.css\" type=\"text/css\" media=\"all\"></link>\n        <link rel=\"stylesheet\" id=\"glightbox-css\" href=\"https://www.jk.rs/wp-content/themes/Mango-1.1.1/plugins/glightbox/glightbox.min.css\" type=\"text/css\" media=\"all\"></link>\n        <link rel=\"stylesheet\" id=\"bootstrap-css\" href=\"https://www.jk.rs/wp-content/themes/Mango-1.1.1/plugins/bootstrap/bootstrap.min.css\" type=\"text/css\" media=\"all\"></link>\n        <link rel=\"stylesheet\" id=\"iconfont-css\" href=\"https://www.jk.rs/wp-content/themes/Mango-1.1.1/plugins/iconfont/iconfont.css\" type=\"text/css\" media=\"all\"></link>\n        <link rel=\"stylesheet\" id=\"animate-css\" href=\"https://www.jk.rs/wp-content/themes/Mango-1.1.1/css/animate.min.css\" type=\"text/css\" media=\"all\"></link>\n        <link rel=\"stylesheet\" id=\"reset-css\" href=\"https://www.jk.rs/wp-content/themes/Mango-1.1.1/css/reset.css\" type=\"text/css\" media=\"all\"></link>\n        <link rel=\"stylesheet\" id=\"style-css\" href=\"https://www.jk.rs/wp-content/themes/Mango-1.1.1/style.css\" type=\"text/css\" media=\"all\"></link>\n\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-includes/js/jquery/jquery.min.js\" id=\"jquery-core-js\"></script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-includes/js/jquery/jquery-migrate.min.js\" id=\"jquery-migrate-js\"></script>\n        <script defer=\"\" type=\"text/javascript\" src=\"https://www.jk.rs/wp-content/plugins/nicetheme-jimu/library/static/alpine.min.js\" id=\"alpine-defer-js\"></script>\n        <link rel=\"canonical\" href=\"https://www.jk.rs/2024/09/06/910.html\"></link>\n        <link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://www.jk.rs/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.jk.rs%2F2024%2F09%2F06%2F910.html\"></link>\n        <link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://www.jk.rs/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.jk.rs%2F2024%2F09%2F06%2F910.html&format=xml\"></link>\n        <link rel=\"pingback\" href=\"https://www.jk.rs/xmlrpc.php\"></link>\n        <link rel=\"icon\" href=\"https://www.jk.rs/wp-content/uploads/2024/05/cropped-ICO2-32x32.png\" sizes=\"32x32\"></link>\n        <link rel=\"icon\" href=\"https://www.jk.rs/wp-content/uploads/2024/05/cropped-ICO2-192x192.png\" sizes=\"192x192\"></link>\n        <link rel=\"apple-touch-icon\" href=\"https://www.jk.rs/wp-content/uploads/2024/05/cropped-ICO2-180x180.png\"></link>\n        <meta name=\"msapplication-TileImage\" content=\"https://www.jk.rs/wp-content/uploads/2024/05/cropped-ICO2-270x270.png\"></meta>\n        <style>\n            \n            @font-face {\n                font-family: 'DINAlternate-Bold';\n                src: url(https://www.jk.rs/wp-content/themes/Mango-1.1.1/fonts/DINAlternate-Bold.ttf) format(\"truetype\");\n                font-style: normal;\n            }\n\n            .font-price {\n                font-family: 'DINAlternate-Bold', arial, sans-serif\n            }\n\n            .font-number {\n                font-family: 'DINAlternate-Bold', arial, sans-serif\n            }\n        \n        </style>\n        <script>\n            \n    window.GeetestCaptcha = {\n        runCaptcha: () => true\n    }\n\n        </script>\n        <style id=\"theia-sticky-sidebar-stylesheet-TSS\">\n            .theiaStickySidebar:after {content: \"\"; display: table; clear: both;}\n        </style>\n    </head>\n    <body class=\"post-template-default single single-post postid-910 single-format-image\" style=\"transform: none;\">\n{{@class.masonry-list@html}}\n\n                <a href=\"javascript:\" class=\"login-close btn btn-light btn-icon btn-rounded btn-sm \">\n                    <span>\n                        <i class=\"iconfont icon-guanbi_close1\"></i>\n                    </span>\n                </a>\n            </div>\n        </div>\n        <div class=\"mobile-overflow\"></div>\n        <script>\n        </script>\n        <script defer=\"\" src=\"https://tj.u2.cm/random-string.js\" data-website-id=\"5d82d153-8c11-4c5c-b2bf-36be4f5fe845\"></script>\n        <script type=\"text/javascript\" id=\"wpopt_front-js-extra\">\n            \n/* <![CDATA[ */\nvar wpopt = {\"ajax_url\":\"https:\\/\\/www.jk.rs\\/wp-admin\\/admin-ajax.php\",\"ajax_name\":\"wp_opt\",\"is_post\":\"1\",\"post_id\":\"910\",\"module_post_views_open\":\"1\"};\n/* ]]> */\n\n        </script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-content/plugins/wp-opt/static/js/front.min.js\" id=\"wpopt_front-js\"></script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-content/plugins/nicetheme-jimu/modules/base/assets/lightGallery/js/lightgallery-all.min.js\" id=\"jimu-lightgallery-js\"></script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-content/plugins/nicetheme-jimu/modules/base/assets/lightGallery/js/lightgallery-load.min.js\" id=\"jimu-lightgallery-load-js\"></script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-content/plugins/nicetheme-jimu/modules/jimu.js\" id=\"jimu-js\"></script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-content/plugins/nicetheme-module-bigger-share-module/static/nice-poster.js\" id=\"nice-poster-js\"></script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-content/plugins/nicetheme-module-nice-blocks/assets/blocks.js\" id=\"nc-blocks-js-js\"></script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-content/themes/Mango-1.1.1/plugins/vanilla-lazyload/lazyload.min.js\" id=\"lazyload-js\"></script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-content/themes/Mango-1.1.1/plugins/shuffle/shuffle.min.js\" id=\"shuffle-js\"></script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-content/themes/Mango-1.1.1/js/ajax-comment.js\" id=\"ajax-comments-js\"></script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-includes/js/clipboard.min.js\" id=\"clipboard-js\"></script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-content/themes/Mango-1.1.1/plugins/glightbox/glightbox.min.js\" id=\"glightbox-js\"></script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-content/themes/Mango-1.1.1/js/image-post.js\" id=\"imagepost-js\"></script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-content/themes/Mango-1.1.1/plugins/theia-sticky-sidebar/ResizeSensor.min.js\" id=\"ResizeSensor-js\"></script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-content/themes/Mango-1.1.1/plugins/theia-sticky-sidebar/theia-sticky-sidebar.min.js\" id=\"stickySidebar-js\"></script>\n        <script type=\"text/javascript\" src=\"https://www.jk.rs/wp-content/themes/Mango-1.1.1/js/nicetheme.js\" id=\"nicetheme-js\"></script>\n        <div class=\"nice-popup\" :class=\"{ 'nice-popup-open': itemToBeRemoved.length > 0 }\" x-data=\"imageDeletePopupData\">\n            <div class=\"nice-popup-overlay\" @click=\"itemToBeRemoved = ''\"></div>\n            <div class=\"nice-popup-body\">\n                <div class=\"nice-popup-close\" @click=\"itemToBeRemoved = ''\">\n                    <span class=\"svg-white\"></span>\n                    <span class=\"svg-dark\"></span>\n                </div>\n                <div class=\"nice-popup-content\">\n                    <div class=\"popup-body\">\n                        <div class=\"text-center\">\n                            <i class=\"text-64 text-danger iconfont icon-guansuo_lock-one my-3\"></i>\n                            <h2 class=\"text-lg mb-4\"> 您确定要删除此图像吗？ </h2>\n                        </div>\n                    </div>\n                    <div class=\"popup-footer\">\n                        <div class=\"row g-2 g-md-3\">\n                            <div class=\"col\">\n                                <button @click=\"itemToBeRemoved = ''\" class=\"btn btn-light btn-block\"> 取消 </button>\n                            </div>\n                            <div class=\"col\">\n                                <button @click=\"remove\" class=\"btn btn-primary btn-block\"> 移除 </button>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </body>\n</html>",
    "ruleImage": "",
    "ruleLink": "@class.item-content@class.item-title@a@href",
    "ruleNextPage": "page",
    "ruleTitle": "@class.item-content@text",
    "singleUrl": false,
    "sortUrl": "jk::jk/page/{{page}}",
    "sourceIcon": "https://www.jk.rs/wp-content/uploads/2024/05/日式JK-5-1.webp",
    "sourceName": "日式jk",
    "sourceUrl": "https://www.jk.rs/",
    "style": ""
  },
  {
    "articleStyle": 0,
    "customOrder": 0,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\",\"referer\": \"{{baseUrl}}\"\n\t}",
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "singleUrl": true,
    "sourceComment": "遇到广告点击OK 再返回即可 欢迎制作书源\n书源交流群：255399726",
    "sourceIcon": "https://xn--bd1aygdef469chaijkl876anaopq.alicesw13.icu/logo.png",
    "sourceName": "爱丽丝书屋（h）",
    "sourceUrl": "https://xn--bd1aygdef469chaijkl876anaopq.alicesw13.icu/"
  },
  {
    "articleStyle": 0,
    "customOrder": 0,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "class.posts-row ajaxpager@class.posts-item card ajax-item",
    "ruleContent": "class.theme-box wp-posts-content@html",
    "ruleImage": "@class.item-thumbnail@a@img@src",
    "ruleLink": "@class.item-thumbnail@a@href",
    "rulePubDate": "@class.item-body@class.item-meta@item.0@text",
    "ruleTitle": "@class.item-body@class.item-heading@text",
    "singleUrl": false,
    "sortUrl": "阿里云盘::http://wpxj.ewp.cc/al\n百度云盘::http://wpxj.ewp.cc/bd\n夸克云盘::http://wpxj.ewp.cc/kk",
    "sourceIcon": "http://wpxj.ewp.cc/wp-content/uploads/2023/05/1683467066-IMG_20230507_213559-2.png",
    "sourceName": "酱酱资源",
    "sourceUrl": "http://wpxj.ewp.cc/"
  },
  {
    "articleStyle": 0,
    "customOrder": 0,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "class.item",
    "ruleContent": "script@all<js>\nresult=result.match(/http.*m3u8/)[0]##\\</js>{{@@title@text##}}\n<video src=\"{{result}}\" width=\"100%\" height=\"100%\" controls></video>",
    "ruleImage": "img@data-original",
    "ruleLink": "a.0@href",
    "ruleNextPage": "text.下一页@href",
    "rulePubDate": "📅{{@class.added@text}}   👁{{@class.views@text}}",
    "ruleTitle": "class.title@text",
    "singleUrl": false,
    "sortUrl": "首页::/\n最新::/label/new.html\n热门::/label/hot.html\n엔픽컴퍼니::/type/9.html\nChoiApple ::/type/4.html\nAjin lookbook::/type/8.html",
    "sourceComment": "//正文全屏要歪头看🤣,",
    "sourceGroup": "写真",
    "sourceIcon": "https://www.weimei.lol/favicon.ico",
    "sourceName": "唯美视频",
    "sourceUrl": "https://www.weimei.lol/#",
    "style": ""
  },
  {
    "articleStyle": 2,
    "customOrder": 0,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "class.videos-listb@tag.li||class.sousuo",
    "ruleContent": "<js>page=Number({{@@class.page.0@tag.a.-2@textNodes}})\nurl=baseUrl.replace('.html','_')\n\nnurl=[]\nfor(i=1;i<page;i++){\n\t\tnurl.push(url+i+'.html,{\"retry\": 9}')\n\t}\n\nhtml=src\njava.toast('稍等片刻\\n　正在飞速加载')\njava.ajaxAll(nurl).map(item=>{\n\t\thtml += '\\n'+item.body()\n\t})\njava.toast('加载成功\\n　正在获取图片')\nhtml\n</js>\n\ntag.p@tag.img@src\n<js>\nli='\\n'\nlist=result.split('\\n')\nfor(i in list){\n\t\tli += '<li><img src=\"http://bpic.wotucdn.com/20/32/52/20325281-1190f9105412b42f759882ce262c2dcb-3.jpg\" data-src=\"'+list[i]+'\"></li>\\n'\n\t}\nli\n</js>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n\r\n\n\n<ul id=\"box\">\n{{result}}\n</ul>\n\n\n<link rel=\"stylesheet\" href=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.css\">\r\n<script src=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.js\"></script>\n<script>\n\troot = document.getElementById('box')\n\tlazy = new IntersectionObserver(entires => {\n\t\tentires.forEach(item => {\n\t\t\tif(item.isIntersecting){\n\t\t\t\titem=item.target\n\t\t\t\titem.src=item.getAttribute('data-src')\n\t\t\t\tlazy.unobserve(item)\n\t\t\t}\n\t\t})\n\t}, {\n\t\troot: root,\n\t\tthreshold: [0],\n\t\trootMargin:\"0px 0px 500px 0px\"\n\t})\n\nimgs = document.getElementsByTagName('img')\nArray.from(imgs).forEach(item => {\n\t\tlazy.observe(item)\n\t})\n\n//查看大图插件\nnew Viewer(root,{title:false,interval:3000})\n</script>",
    "ruleDescription": "",
    "ruleImage": "tag.a@href##.+\\D((\\d+)\\d{3})\\D##https://www.plmn5.cc/Uploadfile/pic/$1.jpg##",
    "ruleLink": "tag.a@href",
    "ruleNextPage": "page",
    "ruleTitle": "tag.a@alt||tag.p@text",
    "singleUrl": false,
    "sortUrl": "秀人网::https://www.plmn5.cc/XiuRen/<,index{{page}}.html>\n搜索::https://www.plmn5.cc/plus/search/index.asp?keyword={{source.getVariable()}}<,&searchtype=title&p={{page}}>",
    "sourceIcon": "https://www.plmn5.cc/uploadfile/202406/18/BA154120852.webp",
    "sourceName": "漂亮美女",
    "sourceUrl": "https://www.plmn5.cc/",
    "style": "* {\n\tmargin: 0;\n\tpadding: 0\n}\nul {\n\tfont-size: 0;\n\theight: 100%;\n\toverflow-y: scroll\n}\nli {\n\tlist-style: none;\n\ttext-align: center\n}\nimg {\n\twidth: 100%;\n\theight: auto\n}"
  },
  {
    "articleStyle": 0,
    "customOrder": 0,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "singleUrl": true,
    "sourceComment": "所有内容均取自网络 仅用于网络环境测试 请于二十四小时之内删除\n侵删\n免费书源交流群：178801993",
    "sourceGroup": "R18",
    "sourceIcon": "https://www.xgmn01.xyz/uploadfile/202306/2/A4161748326.jpg",
    "sourceName": "XNXX（免翻版）",
    "sourceUrl": "https://xnuu.cc/"
  },
  {
    "articleStyle": 0,
    "customOrder": 0,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "injectJs": "var script = document.createElement(\"script\");\nscript.src = \"https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js\";\ndocument.getElementsByTagName('head')[0].appendChild(script);\n\nsetInterval(function () {\n    $(\"div.aspect-w-16.aspect-h-9\").eq(11).removeAttr(\"@click\");\n    $(\"#qk-ext-root\").remove();\n    $(\"iframe\").remove();\n    $(\"div.pt-16.pb-4.px-4\").remove();\n    $(\"div.space-y-5.mb-5\").remove();\n    $(\"div.root--ujvuu\").remove();\n}, 100);\n",
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "loginUrl": "",
    "singleUrl": true,
    "sourceComment": "（挂梯使用）",
    "sourceIcon": "https://missav.com/img/favicon.ico",
    "sourceName": "MISSAV",
    "sourceUrl": "https://missav.com/cn"
  },
  {
    "articleStyle": 2,
    "customOrder": 0,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": ".recommended@.recommended-grids@.col-md-2:matches((?i)^((?!秀人|UU|XIUREN|IMISS|XIAOYU|FEILIN).)*$)",
    "ruleContent": ".photo_box@tag.img@src##\\n##\\$\n\n<js>\nli='\\n'\njava.log(result)\nlist=result.split('$')\nfor(i in list){\n\t     if(list[i].length<20) break;\n\t\tli += '<li><img src=\"https://www.jokerlu6.pw/template/jokerlu/images/logo.png\" data-src=\"https://imageproxy.pimg.tw/resize?url='+list[i].replace(/^(http(.*)\\.jpg).*/,'$1')+'\"></li>\\n';\n\t}\nli\n</js>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n\n\n<ul id=\"box\">\n{{result}}\n</ul>\n<h3>{{@@.song-info@h3@text}}</h3>\r\n<h6>{{@@id.myList@h4@text}}</h6>\n\n<link rel=\"stylesheet\" href=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.css\">\r\n<script src=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.js\"></script>\n<script>\n\troot = document.getElementById('box')\n\tlazy = new IntersectionObserver(entires => {\n\t\tentires.forEach(item => {\n\t\t\tif(item.isIntersecting){\n\t\t\t\titem=item.target\n\t\t\t\titem.src=item.getAttribute('data-src')\n\t\t\t\tlazy.unobserve(item)\n\t\t\t}\n\t\t})\n\t}, {\n\t\troot: root,\n\t\tthreshold: [0],\n\t\trootMargin:\"0px 0px 500px 0px\"\n\t})\n\nimgs = document.getElementsByTagName('img')\nArray.from(imgs).forEach(item => {\n\t\tlazy.observe(item)\n\t})\n\n//查看大图插件\nnew Viewer(root,{title:false,interval:3000})\n</script>",
    "ruleImage": "https://imageproxy.pimg.tw/resize?url={{@@img@src}}",
    "ruleLink": "a.0@href",
    "ruleNextPage": ".mbyc.-2@a@href",
    "rulePubDate": ".time@p@text",
    "ruleTitle": ".title@text",
    "singleUrl": false,
    "sortUrl": "清凉写真::/index.php/arttype/110.html\n清凉随机::/index.php/arttype/110-{{ Math.ceil(Math.random()*2767) }}/\n美女图::/index.php/arttype/76.html\n美女随机::/index.php/arttype/76-{{ Math.ceil(Math.random()*699) }}/\n丝袜美腿::/index.php/arttype/111.html\n丝袜随机::/index.php/arttype/111-{{ Math.ceil(Math.random()*754) }}/\n亚洲美女::/index.php/arttype/77.html\n亚洲随机::/index.php/arttype/77-{{ Math.ceil(Math.random()*473) }}/\n素人正妹::/index.php/arttype/79.html\n素人随机::/index.php/arttype/79-{{ Math.ceil(Math.random()*163) }}/\r\nCOSPLAY::/index.php/arttype/80.html\nCOS随机::/index.php/arttype/80-{{ Math.ceil(Math.random()*850) }}/\r\n性感激情::/index.php/arttype/112.html\r\n欧美写真::/index.php/arttype/113.html\r\n欧美美女::/index.php/arttype/78.html",
    "sourceComment": "免费的图片代理https://imageproxy.pimg.tw 可代理 jpg gif,可靠性未知,能用多久不知道,到时候想看自己找梯子,(都有梯子了,还看这个?)",
    "sourceGroup": "R18",
    "sourceIcon": "https://eia.jokerlu-sin.buzz/favicon.ico",
    "sourceName": "jokerlu",
    "sourceUrl": "https://eia.jokerlu-sin.buzz/",
    "style": "* {\n\tmargin: 0;\n\tpadding: 0\n}\nul {\n\tfont-size: 0;\n\theight: 100%;\n\toverflow-y: scroll\n}\nli {\n\tlist-style: none;\n\ttext-align: center\n}\nimg {\n\twidth: 100%;\n\theight: auto\n}"
  },
  {
    "articleStyle": 1,
    "concurrentRate": "5",
    "customOrder": 0,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "id.content.0@tag.article",
    "ruleContent": "id.msacwl-slider-1@tag.img@data-lazy##(.*)\n<pre>\n    <js>\n        imgList = result.split(\"\\n\");\n        imgDom = \"\";\n        for (let i = 0; i < imgList.length; i++) {\n          imgDom += `<img src=\"http://iph.href.lu/375x400?text=AiKan\" data-src=\"${imgList[i]}\" />`;\n        }\n      </js>\n</pre>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" />\n<h3>{{@@class.entry-title.0@text}}</h3>\n<p>时间：{{@@class.updated.0@text}}</p>\n<p>{{@@class.entry-content@tag.p.[0:4]@text}}</p>\n<div id=\"imgbox\">{{result}}</div>\n<!-- tag.iframe.0@data-src -->\n<iframe src=\"{{@@tag.iframe.0@data-src}}\"></iframe>\n<link rel=\"stylesheet\" href=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.css\" />\n<script src=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.js\"></script>\n<script>\n  root = document.getElementById(\"imgbox\");\n  //查看大图插件\n  new Viewer(root, {\n    title: false,\n    interval: 3000,\n  });\n  lazy = new IntersectionObserver(\n    (entires) => {\n      console.log(\"entires\", entires);\n      entires.forEach((item) => {\n        if (item.isIntersecting) {\n          item = item.target;\n          item.src = item.getAttribute(\"data-src\");\n          lazy.unobserve(item);\n        }\n      });\n    },\n    {\n      root: root,\n      threshold: [0],\n      rootMargin: \"0px 0px 500px 0px\",\n    }\n  );\n\n  imgs = document.getElementsByTagName(\"img\");\n  Array.from(imgs).forEach((item) => {\n    lazy.observe(item);\n  });\n</script>\n",
    "ruleDescription": "",
    "ruleImage": "class.featured-image.0@tag.a.0@tag.img@data-src",
    "ruleLink": "class.featured-image.0@tag.a.0@href",
    "ruleNextPage": "page",
    "rulePubDate": "class.updated.0@text",
    "ruleTitle": "class.featured-image.0@tag.a.0@title",
    "shouldOverrideUrlLoading": "1",
    "singleUrl": false,
    "sortUrl": "首页::/\n搜索::/page/{{page}}?s={{(source.getVariable()==''||source.getVariable()==null)?source.setVariable('hokage'):source.getVariable()}}\n角色扮演::/category/ero-cosplay/page/{{page}}\n性感::/category/sexy-set/page/{{page}}\n在线视频::/category/online-video/page/{{page}}\nnude::/category/nude/page/{{page}}",
    "sourceComment": "首页只有10条",
    "sourceGroup": "🔞 18禁",
    "sourceIcon": "https://mitaku.net/wp-content/uploads/2020/05/cropped-Mitaku-Logo-1-32x32.jpg",
    "sourceName": "Mitaku动漫Coser",
    "sourceUrl": "https://mitaku.net",
    "style": " body {\n    padding: 30rpx;\n  }\n  img {\n    display: block;\n    width: 100%;\n  }\n  iframe {\n    margin-top: 30rpx;\n    display: block;\n    width: 100%;\n    min-height: 200px;\n    border: 0;\n    outline: 0;\n    background: url(\"http://iph.href.lu/375x200?text=Video\") contian/center no-repeat;\n  }"
  },
  {
    "articleStyle": 0,
    "customOrder": 0,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": ".posts-wrapper@article",
    "ruleContent": "script@all&&.entry-content@all",
    "ruleImage": ".placeholder@img@data-src",
    "ruleLink": ".entry-title@a@href",
    "ruleNextPage": "page",
    "rulePubDate": "🕓{{@@.meta-date@time@text}}    [{{@@.meta-price@text}}]",
    "ruleTitle": ".entry-title@text",
    "singleUrl": false,
    "sortUrl": "秀人::https://www.nicesss.com/xr/page/{{page}}\n秘境::https://www.nicesss.com/mij/page/{{page}}\n丝真::https://www.nicesss.com/siz/page/{{page}}\n热帖::https://www.nicesss.com/rez/page/{{page}}\n私影::https://www.nicesss.com/%e7%a7%81%e5%bd%b1/page/{{page}}\nCoser::https://www.nicesss.com/cosplya/page/{{page}}",
    "sourceGroup": "🔞 18禁",
    "sourceIcon": "https://www.nicesss.com/wp-content/themes/ripro/assets/images/favicon/favicon.png",
    "sourceName": "哟糖社",
    "sourceUrl": "https://www.nicesss.com/"
  },
  {
    "articleStyle": 0,
    "customOrder": 2,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "singleUrl": true,
    "sourceGroup": "legado",
    "sourceIcon": "https://cdn.jsdelivr.net/gh/gedoor/legado@master/app/src/main/res/mipmap-hdpi/ic_launcher.png",
    "sourceName": "使用说明",
    "sourceUrl": "https://www.yuque.com/legado"
  },
  {
    "articleStyle": 0,
    "customOrder": 4,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "singleUrl": true,
    "sourceGroup": "legado",
    "sourceIcon": "https://cdn.jsdelivr.net/gh/mgz0227/meowcloud/icon.png",
    "sourceName": "Meow云",
    "sourceUrl": "https://pan.miaogongzi.net"
  },
  {
    "articleStyle": 0,
    "customOrder": 5,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "singleUrl": true,
    "sourceGroup": "legado",
    "sourceIcon": "https://cdn.jsdelivr.net/gh/gedoor/legado@master/app/src/main/res/mipmap-hdpi/ic_launcher.png",
    "sourceName": "烏雲净化",
    "sourceUrl": "https://www.lanzoux.com/b0bw8jwoh"
  },
  {
    "articleStyle": 0,
    "customOrder": 8,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": true,
    "header": "{\n\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; MI 8 Lite Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 UCBrowser/13.2.0.1100 Mobile Safari/537.36\"\n}",
    "injectJs": "const toYueDuUrl = (url) => {\r\n  fetch(url)\r\n    .then((resp) => resp.text())\r\n    .then((text) => {\r\n      let isNext=false\r\n      const matchArray1 = [\"yuedu://\", \".json\"];\r\n      const regX1 = RegExp(\r\n        `\\\\${matchArray1[0]}+.*?([\\\\s\\\\S]*?)${matchArray1[1]}.*?`,\r\n        \"g\"\r\n      );\r\n      text.replace(regX1, function (word, key) {\r\n        if(word){\r\n          isNext=true\r\n          window.location.href = word;\r\n        }\r\n       \r\n      });\r\n      if(isNext)return;\r\n      const matchArray2 = [\"yuedu://\", \".htm\"];\r\n      const regX2 = RegExp(\r\n        `\\\\${matchArray2[0]}+.*?([\\\\s\\\\S]*?)${matchArray2[1]}.*?`,\r\n        \"g\"\r\n      );\r\n      text.replace(regX2, function (word, key) {\r\n        if(word){\r\n          isNext=true\r\n          window.location.href = word;\r\n        }\r\n      });\r\n      if(isNext)return;\r\n      const matchArray3 = [\"yuedu://\", \".html\"];\r\n      const regX3 = RegExp(\r\n        `\\\\${matchArray3[0]}+.*?([\\\\s\\\\S]*?)${matchArray3[1]}.*?`,\r\n        \"g\"\r\n      );\r\n      text.replace(regX3, function (word, key) {\r\n        if(word){\r\n          isNext=true\r\n          window.location.href = word;\r\n        }\r\n      });\r\n      if(isNext)return;\r\n      const matchArray4 = [\"yuedu://\", \".txt\"];\r\n      const regX4 = RegExp(\r\n        `\\\\${matchArray4[0]}+.*?([\\\\s\\\\S]*?)${matchArray4[1]}.*?`,\r\n        \"g\"\r\n      );\r\n      text.replace(regX4, function (word, key) {\r\n        if(word){\r\n          isNext=true\r\n          window.location.href = word;\r\n        }\r\n      });\r\n    });\r\n};\r\nif (\r\n  window.location.href.indexOf(\"http://jnztgtjy.usa3.345888.xyz/rss/fb.php\") !=\r\n    -1 ||\r\n  window.location.href.indexOf(\"https://jnztgtjy.usa3.345888.xyz/rss/fb.php\") !=\r\n    -1\r\n) {\r\n  document.body.style = \"display:none\";\r\n  const panelDefault = document.querySelectorAll(\".panel-default\");\r\n  document.body.innerHTML = \"\";\r\n  document.body.appendChild(panelDefault[0]);\r\n  document.body.appendChild(panelDefault[1]);\r\n  document.body.style = \"display:block\";\r\n  Array.from(document.querySelectorAll(\".list-group-item\")).forEach((ele) => {\r\n    const Dom = ele.querySelector(\"a\");\r\n    const href = Dom.getAttribute(\"href\");\r\n    Dom.setAttribute(\"href\", \"javascript:void(0);\");\r\n    Dom.addEventListener(\"click\", () => {\r\n      toYueDuUrl(\"http://jnztgtjy.usa3.345888.xyz/rss/\" + href);\r\n    });\r\n  });\r\n}\r\nif (\r\n  window.location.href.indexOf(\"id=\") != -1 &&\r\n  (window.location.href.indexOf(\"http://jnztgtjy.usa3.345888.xyz\") != -1 ||\r\n    window.location.href.indexOf(\"https://jnztgtjy.usa3.345888.xyz\") != -1)\r\n) {\r\n  document.body.style = \"display:none\";\r\n  const panelDefault = document.querySelectorAll(\".duo_more\");\r\n  document.body.innerHTML = \"\";\r\n  document.body.appendChild(panelDefault[0]);\r\n  document.body.appendChild(panelDefault[1]);\r\n  document.body.style = \"display:block\";\r\n  toYueDuUrl(window.location.href);\r\n}\nif(window.location.href.indexOf('http://sj.ysupan.com/')!=-1 || window.location.href.indexOf('https://sj.ysupan.com/')!=-1){\n    const changeImage=(Dom,style)=>{\n        Dom.style=style\n    }\n    var ImgDom=document.createElement('div');\n    ImgDom.style='display:none'\n    ImgDom.innerHTML=`<div class=\"showImg\" style='position: fixed;width: 100vw;height: 100vh;z-index: 1099999;top: 0;left: 0;background-color: rgba(0,0,0,0.5);display: flex;align-items: center;justify-content: center;flex-direction: column;'>\n        <img src=\"https://xiang-shiwang.gitee.io/document/640.png\" />\n        <div style='width: 50%;height: 40px;display: flex;align-items: center;justify-content: center;background-color: #f2f2f2;box-shadow: 1px 10px 10px rgba(0,0,0,0.5);border-radius: 8px;margin: 20px auto;' id='CloseDom'>关闭</div>\n      </div>`\n    document.body.appendChild(ImgDom);\n    document.getElementById('CloseDom').addEventListener('click',()=>{\n        changeImage(ImgDom,'display:none;')\n    })\n    \n    var divDom =document.createElement('div');\n    divDom.innerHTML='获取小程序码,查询地址'\n    divDom.style='    position: fixed;z-index: 999999;background: #fff;padding: 8px 10px;box-shadow: 1px 5px 10px rgba(0,0,0,0.5);top: 5px;border-radius: 10px;left: 50%;transform: translateX(-50%);'\n    document.body.appendChild(divDom);\n    divDom.addEventListener('click',()=>{\n        changeImage(ImgDom,'display:block;')\n    })\n}",
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "<js>\n  json=[];\n  if(baseUrl.match(/★/)){\n  list=baseUrl.replace(/http.*?wd=\\s*/,'').split('★');\n  for(i in list){\n  href=list[i].match(/【(.*?)】/)[1];\n  text=list[i].match(/《(.*?)》/)[1];\n  intro=list[i].match(/◎(.*?)◎/)[1];\n  indexUrl=list[i].match(/^(\\d+、\\d+、)/)?list[i].match(/^(\\d+、\\d+、)/)[1]:list[i].match(/^(.*?)【/)[1]\n   if(indexUrl.indexOf('https://xiang-shiwang.gitee.io')!=-1 || indexUrl.indexOf('http://xiang-shiwang.gitee.io')!=-1  || indexUrl.indexOf('http://jnztgtjy.usa3.345888.xyz/rss/fb.php')!=-1 || indexUrl.indexOf('https://jnztgtjy.usa3.345888.xyz/rss/fb.php')!=-1 ){\n       if(indexUrl.indexOf('?')==-1){\n           indexUrl+='?v='+new Date().getTime()\n       }else{\n            indexUrl+='?&='+new Date().getTime()\n       }\n   } json.push({text:text,src:href,intro:intro,index:indexUrl})\n  }\n  }\n  JSON.stringify(json)\n  </js>\n  $.[*]",
    "ruleContent": "",
    "ruleImage": " $.src",
    "ruleLink": "$.index",
    "ruleNextPage": "  ",
    "rulePubDate": " $.intro",
    "ruleTitle": " $.text",
    "shouldOverrideUrlLoading": "",
    "singleUrl": false,
    "sortUrl": "🧰 工具::https://xiang-shiwang.gitee.io/document/index.html【http://sy.legado1.top/sy.php/0039eb4cea8628f772566210dd15ddf6.png】《自用源》◎进入较慢请耐心等待,或浏览器打开◎★https://xingye.me/game/index.php【https://www.gitlink.org.cn/api/yi-c/tc/raw/dy/zy/xy.png?ref=master】《星夜小游戏》◎星夜小游戏平台聚合◎★https://www.yikm.net/【https://www.yikm.net/f.png】《小游戏》◎小霸王小游戏◎★https://www.jiongciyuan.net/jocy/【https://www.jiongciyuan.net/jocy/zb_users/theme/zblog5_nav/image/favicon.ico】《囧次元网页版》◎在线查看◎★https://viayoo.com/zh-cn/【https://viayoo.com/zh-cn/images/logo.png】《Via浏览器》◎简洁得浏览器◎★https://www.xbext.com【https://www.xbext.com/icons/favicon-196x196.png】《X浏览器》◎简洁得浏览器◎ ★ https://ant.c-6.app/【https://ant.c-6.app/templates/default/new/assets/images/logo.png】《蚂蚁加速器》◎vpn,蚂蚁加速器◎★https://www.emojiall.com/zh-hans【https://www.emojiall.com/favicon.ico】《Emoje大全》◎Emoje的各种表情◎★https://xiang-shiwang.gitee.io/document/uploading.html【http://sy.legado1.top/sy.php/9654232af59e52b645b3348859b1c888.png】《上传文件》◎进入页面后，点击右上角浏览器中打开◎\n\n📽 看动漫:: https://soupian.pro/【https://soupian.in/images/icon.png】《搜资源》◎soupian.in、soupian.plus、soupian.icu◎★https://m.agedm.org/#/【https://www.agedm.org/favicon.ico】《age动漫》◎永久地址：http://www.age.tv 、http://www.agefans.com ◎★https://www.mxdm.tv/ 【https://www.gitlink.org.cn/api/yi-c/tc/raw/dy/ys/mxdm.png?ref=master】《MX动漫》◎专注在线动漫网站◎★http://m.yhdm.io【http://m.iyinghua.io/js/20180601/favicon.ico】《樱花动漫》◎看动漫◎★https://dm530.org【https://dm530.org/static/img/loading.png】《风车动漫》◎看动漫◎★https://www.mddm.tv/【https://www.mddmx.com/favicon.ico】《漫岛tv》◎其他地址：https://www.mddmx.com/◎★http://kudm.vip/【https://www.noisedh.cn/assets/images/logos/yishijeman.png】《異世界动漫》◎其他地址：http://kudm.net/◎\r\n\n📺 看视频:: https://soupian.in/【https://soupian.in/images/icon.png】《搜资源》◎soupian.pro、soupian.plus、soupian.icu◎★ https://www.5280.fun/【https://edu-image.nosdn.127.net/034B6C53B270CC44D56476BBE94C95E4.png】《新视觉影视》◎地址入口◎★ https://www.91mayi.me【https://cdn.aiqingyu1314.com/mayi/statics/img/favicon.ico】《蚂蚁影视》◎地址：https://www.mayiyingshi.org/◎★https://www.wandou.la/【https://www.wandou.la/favicon.ico】《豌豆PRO》◎看电影◎★https://90hd.top?from=VIP【https://v.app.90hd.top/template/conch/asset/img/favicon.png】《VIP影视》◎看电影◎★https://www.freeok.vip/【https://www.freeok.vip/mxtheme/images/favicon.png】《FREEOK》◎看电影，其他地址：https://www.freeok.pro◎★https://www.dianyi.ng/【https://www.noisedh.cn/assets/images/logos/dianyi.png】《电影先生》◎看电影,其他地址：https://dy.xianshe.ng/◎\n\n♾️ 其他的:: https://xydh.fun/【https://xydh.fun/favicon.ico】《炫猿导航》◎各种东西◎★ https://www.noisedh.cn/【https://www.noisedh.cn/assets/images/favicon.png】《Noise导航》◎各种东西◎★ https://www.lengcat.cn/【https://www.lengcat.cn/wp-content/uploads/2022/07/logo-dark_collapsed@2x.png】《冷猫导航站》◎各种东西◎★ https://www.hifawn.com/【https://www.hifawn.com/apple-touch-icon.png】《迷鹿导航》◎各种东西◎★ https://www.9eip.com/【https://www.9eip.com/wp-content/uploads/2023/02/%E5%AE%8C%E7%BE%8E%E6%96%B0logo2023-2-16-1.png】《完美导航》◎各种东西◎★ https://www.zhansousou.com/【https://www.zhansousou.com/favicon.ico】《站搜搜》◎各种东西◎★ http://sj.ysupan.com/wanji#/【http://sj.ysupan.com/favicon.ico】《应用编号查询》◎先查询编号，在通过小程序获取地址◎★ http://jnztgtjy.usa3.345888.xyz/rss/fb.php【http://jnztgtjy.usa3.345888.xyz/view/img/favicon.ico】《源导入》◎进入页面，点击导入◎★ http://jnztgtjy.usa3.345888.xyz/【http://jnztgtjy.usa3.345888.xyz/view/img/favicon.ico】《爱写源论坛》◎应该有用◎",
    "sourceIcon": "http://sy.legado1.top/sy.php/0039eb4cea8628f772566210dd15ddf6.png",
    "sourceName": "常用工具",
    "sourceUrl": "自用源合集",
    "style": ""
  },
  {
    "articleStyle": 0,
    "customOrder": 12,
    "enableJs": true,
    "enabled": false,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "class.related_box||p",
    "ruleContent": "<js>page=Number({{@@class.pagination.0@tag.a.-2@textNodes}})\nurl=baseUrl.replace('.html','_')\n\nnurl=[]\nfor(i=1;i<page;i++){\n\t\tnurl.push(url+i+'.html,{\"retry\": 9}')\n\t}\n\nhtml=src\njava.toast('稍等片刻\\n　正在飞速加载')\njava.ajaxAll(nurl).map(item=>{\n\t\thtml += '\\n'+item.body()\n\t})\njava.toast('加载成功\\n　正在获取图片')\nhtml\n</js>\n\nclass.article-content@tag.p@tag.img@src\n<js>\nli='\\n'\nlist=result.split('\\n')\nfor(i in list){\n\t\tli += '<li><img src=\"http://bpic.wotucdn.com/20/32/52/20325281-1190f9105412b42f759882ce262c2dcb-3.jpg\" data-src=\"'+list[i]+'\"></li>\\n'\n\t}\nli\n</js>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n\r\n\n\n<ul id=\"box\">\n{{result}}\n</ul>\n\n\n<link rel=\"stylesheet\" href=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.css\">\r\n<script src=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.js\"></script>\n<script>\n\troot = document.getElementById('box')\n\tlazy = new IntersectionObserver(entires => {\n\t\tentires.forEach(item => {\n\t\t\tif(item.isIntersecting){\n\t\t\t\titem=item.target\n\t\t\t\titem.src=item.getAttribute('data-src')\n\t\t\t\tlazy.unobserve(item)\n\t\t\t}\n\t\t})\n\t}, {\n\t\troot: root,\n\t\tthreshold: [0],\n\t\trootMargin:\"0px 0px 500px 0px\"\n\t})\n\nimgs = document.getElementsByTagName('img')\nArray.from(imgs).forEach(item => {\n\t\tlazy.observe(item)\n\t})\n\n//查看大图插件\nnew Viewer(root,{title:false,interval:3000})\n</script>",
    "ruleImage": "class.related_box@tag.img@src||a.0@href##.*\\/\\D*(.*)\\.html##https://www.xgmn02.com/UploadFile/pic/$1.jpg",
    "ruleLink": "tag.a@href",
    "ruleNextPage": "page",
    "rulePubDate": "@id.diggNum105@textNodes||@b@font@text",
    "ruleTitle": "class.r_title@text||b@text",
    "singleUrl": false,
    "sortUrl": "最近更新::https://www.xgmn08.com/new.html\n\n🔍搜索::https://www.xgmn08.com/plus/search/index.asp?keyword={{source.getVariable()}}&searchtype=titlekeywords&p={{page}}\n\n推荐::https://www.xgmn08.com/top.html\n\n\t\n随机::https://www.xgmn08.com/XiuRen/page_{{ Math.ceil(Math.random()*50) }}.html\n秀人网::https://www.xgmn08.com/Xiuren/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n尤蜜荟::https://www.xgmn08.com/YouMi/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n花漾::https://www.xgmn08.com/HuaYang/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n画语界::https://www.xgmn08.com/XiaoYu/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n性感尤物::https://www.xgmn08.com/Xgyw/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n星颜社::https://www.xgmn08.com/XingYan/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n爱蜜社::https://www.xgmn08.com/IMiss/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n爱尤物::https://www.xgmn08.com/Aiyouwu/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n模范学院::https://www.xgmn08.com/MFStar/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n嗲囡囡::https://www.xgmn08.com/FeiLin/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n美媛馆::https://www.xgmn08.com/MyGirl/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n尤物馆::https://www.xgmn08.com/YouWu/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n蜜桃社::https://www.xgmn08.com/MiiTao/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n优星馆::https://www.xgmn08.com/Uxing/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n御女郎::https://www.xgmn08.com/DKGirl/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n魅研社::https://www.xgmn08.com/MiStar/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n兔几盟::https://www.xgmn08.com/Tukmo/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n影私荟::https://www.xgmn08.com/WingS/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n星乐园::https://www.xgmn08.com/LeYuan/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n玩味生活::https://www.xgmn08.com/Taste/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n瑞丝馆::https://www.xgmn08.com/Micat/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n花颜::https://www.xgmn08.com/Huayan/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n御女郎::https://www.xgmn08.com/DKGirl/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n糖果画报::https://www.xgmn08.com/Candy/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n\n尤果网::https://www.xgmn08.com/Ugirls/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n青豆客::https://www.xgmn08.com/Tgod/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n果团网::https://www.xgmn08.com/Girlt/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n喵糖映画::https://www.xgmn08.com/Mtcos/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n菠萝社::https://www.xgmn08.com/BoLoli/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\nYS WEB::https://www.xgmn08.com/Ysweb/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n丝袜美腿::https://www.xgmn08.com/Siwameitui/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n美腿宝贝::https://www.xgmn08.com/LEGBABY/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n\n国产美女::https://www.xgmn08.com/Guochanmeinv/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n港台美女::https://www.xgmn08.com/Gangtaimeinv/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n日韩美女::https://www.xgmn08.com/Rihanmeinv/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n欧美美女::https://www.xgmn08.com/Oumeimeinv/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\n内衣尤物::https://www.xgmn08.com/Neiyiyouwu/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}\ncosplay::https://www.xgmn08.com/Cosplay/{{page - 1 == 0 ? \"\" : \"page_\"+page+\".html\"}}",
    "sourceComment": "网址发布页：QuanJiXiu.Top\n永久域名:Xgyw.Net",
    "sourceGroup": "📖 图文",
    "sourceIcon": "https://www.xgmn02.com/uploadfile/202211/25/8B162910238.jpg",
    "sourceName": "美女网-秀人马甲",
    "sourceUrl": "https://www.xgmn02.com/233",
    "style": "* {\n\tmargin: 0;\n\tpadding: 0\n}\nul {\n\tfont-size: 0;\n\theight: 100%;\n\toverflow-y: scroll\n}\nli {\n\tlist-style: none;\n\ttext-align: center\n}\nimg {\n\twidth: 100%;\n\theight: auto\n}",
    "variableComment": ""
  },
  {
    "articleStyle": 0,
    "customOrder": 12,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": false,
    "singleUrl": true,
    "sourceGroup": "可用",
    "sourceIcon": "https://m.uaa.com/assets/logo-af49a8e2.svg",
    "sourceName": "UAA漫画",
    "sourceUrl": "https://m.uaa.com/comic"
  },
  {
    "articleStyle": 2,
    "concurrentRate": "",
    "customOrder": 31,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "class.update_area_lists@tag.li",
    "ruleContent": "<!DOCTYPE html>\r\n<html>\r\n\r\n<head>\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\r\n    <link rel=\"stylesheet\" href=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.css\">\r\n    <script src=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.js\"></script>\r\n    <script src=\"http://lib.sinaapp.com/js/jquery/2.0.2/jquery-2.0.2.min.js\"></script>\r\n</head>\r\n\r\n<body>\r\n    <h3>{{@@.item_title@tag.h1@text}}</h3>\r\n<h5>{{@class.jianjie@text}}</h5>\r\n    <div id=\"box\">{{@@class.content.0@tag.p@tag.img@html}}</div>\r\n    <div id=\"loads\">加载中 </div>\r\n    <script>\r\n        var loads;\r\n        $(document).ready(function () {\r\n            var box = document.getElementById(\"box\");\r\n            loads = document.getElementById(\"loads\");\r\n            new Viewer(box, { title: false, interval: 3000 })\r\n            var i = 1;\r\n            var page = {{@@class.page.0@tag.a.-2@textNodes##\\n}}-1;\r\n            var url = \"{{baseUrl.replace('.html','_')}}\";\r\n            new IntersectionObserver(entries => {\r\n                if (entries[0].intersectionRatio) {\r\n                    if (entries[0].intersectionRatio <= 0) return;\r\n                    for (var j = 0; j < 1; j++) {\r\n                        fetchHtml(i, page, url);\r\n                        i += 1;\r\n                    }\r\n                }\r\n            }).observe(loads)\r\n        });\r\n\r\n\r\n        function fetchHtml(i, page, url) {\n        \t\r\n            if (i <= page) {\r\n                nurl = url + i + '.html';\r\n                $.ajax({\r\n                    url: nurl,\r\n                    dataType: 'html',\r\n                    success: function (html) {\r\n                        $('#box').append('<h5>' + (++i) + '->' + (++page) + '</h5>');\r\n                        $('#box').append($(html).find('p img'));\r\n                        box.viewer.update();\r\n                    },\r\n                    error: function (xhr) { }\r\n                });\r\n            } else {\r\n                $('#loads').html(\"\");\r\n            }\r\n        }\r\n    </script>\r\n</body>\r\n\r\n</html>",
    "ruleDescription": "",
    "ruleImage": "tag.a@tag.img@src",
    "ruleLink": "tag.a@href",
    "ruleNextPage": "class.page@tag.a.-2@href",
    "rulePubDate": "{{@class.meta-post@textNodes}}_浏览:{{@class.cx_like@textNodes}}",
    "ruleTitle": "tag.a@title",
    "singleUrl": false,
    "sortUrl": "最新::https://www.xrmnw.cc/zx.html\r\n随机::https://www.xrmnw.cc/XiuRen/index{{ Math.ceil(Math.random()*50) }}.html\r\n一周推荐::https://www.xrmnw.cc/tj.html\r\n最热::https://www.xrmnw.cc/rm.html\r\n秀人网::https://www.xrmnw.cc/XiuRen/\r\nImiss爱蜜社::https://www.xrmnw.cc/IMiss/\r\n模范学院::https://www.xrmnw.cc/MFStar/\r\n魅妍社::https://www.xrmnw.cc/MiStar/\r\n美媛馆::https://www.xrmnw.cc/MyGirl/\r\n尤物馆::https://www.xrmnw.cc/YouWu/\r\n嗲囡囡::https://www.xrmnw.cc/FeiLin/\r\n蜜桃社::https://www.xrmnw.cc/MiiTao/\r\n尤蜜荟::https://www.xrmnw.cc/YouMi/\r\n画语界::https://www.xrmnw.cc/XiaoYu/\r\n花漾::https://www.xrmnw.cc/HuaYang/\r\n星颜社::https://www.xrmnw.cc/XingYan/\r\n兔几盟::https://www.xrmnw.cc/BoLoli/\r\n优星馆::https://www.xrmnw.cc/Uxing/\r\n影私荟::https://www.xrmnw.cc/WingS/\r\n星乐园::https://www.xrmnw.cc/LeYuan/\r\n顽味生活::https://www.xrmnw.cc/Taste/\r\n糖果画报::https://www.xrmnw.cc/Candy/\r\n萌榜::https://www.xrmnw.cc/Micat/",
    "sourceComment": "2022 5 17 \nfix bug\n",
    "sourceGroup": "🔞 18禁",
    "sourceIcon": "https://images.weserv.nl/?url=https://article.biliimg.com/bfs/article/ded67638d944a7e0ef4452b721fd6434a22de16d.png",
    "sourceName": "秀人集v16",
    "sourceUrl": "https://www.xrmnw.cc/",
    "style": "/*标题相关*/\r\nh3{text-align:center}\r\nh6{margin-bottom:0}\r\nimg{width:100%}\nh5{margin-bottom:0;padding-left:5;}"
  },
  {
    "articleStyle": 2,
    "customOrder": 38,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": ".main@li",
    "ruleContent": "all##ul##details",
    "ruleImage": "img@realsrc",
    "ruleLink": "a@href",
    "ruleNextPage": "page",
    "rulePubDate": "{{@@.love@text}} {{@@span@text}}",
    "ruleTitle": "a@text",
    "singleUrl": false,
    "sortUrl": "性感美女::https://m.tuiimg.com/xingganmeinv/list_{{page}}.html\n清纯美女::https://m.tuiimg.com/qingchunmeinv/list_{{page}}.html\n妹子图::https://m.tuiimg.com/meizitu/list_{{page}}.html\n美女写真::https://m.tuiimg.com/meinvxiezhen/list_{{page}}.html",
    "sourceComment": "",
    "sourceGroup": "可用",
    "sourceIcon": "https://xn--wcs69oyudj44b.xyz/favicon.ico",
    "sourceName": "推图尤物",
    "sourceUrl": "https://m.tuiimg.com"
  },
  {
    "articleStyle": 2,
    "customOrder": 40,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "class.miniatura",
    "ruleContent": "class.spotlight-group@tag.div@data-src##\\n##,\n<js>result</js>\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n<link rel=\"stylesheet\" href=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.css\">\n<script src=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.js\"></script>\n\n<div id=\"box\"></div>\n<h6 id=\"loads\"><i>加载中...</i></h6>\n\n\n\n<script>\nvar srclist = \"{{result}}\" .split(\",\");\nvar page = srclist.length;\n\nvar box = document.getElementById(\"box\");\nvar loads = document.getElementById(\"loads\");\n\nvar h5='<h5 style=\"border-left:2px solid#000;margin-bottom:0;padding-left:5;\">'\n\n//初始加载四张图\nfor(var i=0; i<3; i++){\n\tbox.innerHTML += h5+(i+1)+\"/\"+page+\"</h5>\"\n\tbox.innerHTML += '<img onload=\"box.viewer.update()\" src=\"' + srclist[i] + '\">';\n}\n\ndocument.querySelector(\"img\").onload = () => {\n\tnew Viewer(box,{title:false,interval:3000});\n\tloads.id = \"load\";\n//从第五张图开始\n\tvar i = 3;\n\n\tio = new IntersectionObserver(x=>{\n//相交等于0时终止运行？\n\t\tif(x[0].intersectionRatio<=0) return;\n\n\t\tfor(var I=0; I<3; I++){\n\t\t\t\tgetImg(i,page,srclist)\n\t\t\t\ti+=1\n\t\t}\n\t});\n\tio.observe(load);\n};\n\nfunction getImg(i,page,srclist){\n\tif( i<=page  &&  srclist[i]!=undefined ){\n\t\tbox.innerHTML += h5+(i+1)+\"/\"+page+\"</h5>\";\n\t\tbox.innerHTML += '<img onload=\"box.viewer.update()\"  src=\"' + srclist[i] +'\">';\n\t}else{\n\t\tio.unobserve(load);\n\t\tload.innerHTML = \"\"\n\t}\n}\n</script>",
    "ruleImage": "tag.img@data-src",
    "ruleLink": "href",
    "ruleNextPage": "page",
    "rulePubDate": "div.contar_imagens@text##$## P",
    "ruleTitle": "class.titulo_video@text",
    "singleUrl": false,
    "sortUrl": "首页::https://asiantolick.com/ajax/buscar_posts.php?post=&cat=&tag=&search=&index={{page-1}}\n\n性感::https://asiantolick.com/ajax/buscar_posts.php?post=&cat=&tag=1082&search=&index={{page-1}}\n\n萝莉::https://asiantolick.com/ajax/buscar_posts.php?post=&cat=&tag=1045&search=&index={{page-1}}\n\n福利姬::https://asiantolick.com/ajax/buscar_posts.php?post=&cat=&tag=1395&search=&index={{page-1}}\n\n随机::https://asiantolick.com/ajax/buscar_posts.php?post=&cat=&tag=&search=&index={{Math.ceil(Math.random()*36) }}",
    "sourceComment": "",
    "sourceGroup": "🔞 18禁",
    "sourceIcon": "https://i.postimg.cc/pTbSBG9m/IMG-20220808-222629.jpg",
    "sourceName": "📖Asian.tl",
    "sourceUrl": "https://asiantolick.com"
  },
  {
    "articleStyle": 2,
    "customOrder": 41,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 1679995652450,
    "loadWithBaseUrl": true,
    "ruleArticles": "id.container@tag.li",
    "ruleContent": "class.ss-image@href\n<js>\nli='\\n'\nlist=result.split('\\n')\nfor(i in list){\n\t\tli += '<li><img src=\"http://bpic.wotucdn.com/20/32/52/20325281-1190f9105412b42f759882ce262c2dcb-3.jpg\" data-src=\"'+list[i]+'\"></li>\\n'\n\t}\nli\n</js>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n\n\n<ul id=\"box\">\n{{result}}\n</ul>\n\n\n<link rel=\"stylesheet\" href=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.css\">\n<script src=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.js\"></script>\n<script>\n\troot = document.getElementById('box')\n\tlazy = new IntersectionObserver(entires => {\n\t\tentires.forEach(item => {\n\t\t\tif(item.isIntersecting){\n\t\t\t\titem=item.target\n\t\t\t\titem.src=item.getAttribute('data-src')\n\t\t\t\tlazy.unobserve(item)\n\t\t\t}\n\t\t})\n\t}, {\n\t\troot: root,\n\t\tthreshold: [0],\n\t\trootMargin:\"0px 0px 500px 0px\"\n\t})\n\nimgs = document.getElementsByTagName('img')\nArray.from(imgs).forEach(item => {\n\t\tlazy.observe(item)\n\t})\n\n//查看大图插件\nnew Viewer(root,{title:false,interval:3000})\n</script>",
    "ruleImage": "tag.img@data-src",
    "ruleLink": "tag.a@href",
    "ruleNextPage": "page",
    "ruleTitle": "tag.a@title",
    "singleUrl": false,
    "sortUrl": "全部::https://lamalinks.com/search/{{page}}/\n穴::https://lamalinks.com/search/close-up-virgins-hymen-pics/{{page}}/\n张开::https://lamalinks.com/search/spreading-ass/{{page}}/\n白虎::https://lamalinks.com/search/shaved-pussy/{{page}}/\nSM::https://lamalinks.com/search/bdsm/{{page}}/\n搜索::https://lamalinks.com/search/{{source.getVariable()}}/{{page}}/",
    "sourceGroup": "可用",
    "sourceIcon": "https://img1.baidu.com/it/u=115487244,2062484473&fm=253&fmt=auto&app=138&f=JPEG?w=889&h=500",
    "sourceName": "小黄图集",
    "sourceUrl": "https://lamalinks.com/search/1/",
    "style": "* {\n\tmargin: 0;\n\tpadding: 0\n}\nul {\n\tfont-size: 0;\n\theight: 100%;\n\toverflow-y: scroll\n}\nli {\n\tlist-style: none;\n\ttext-align: center\n}\nimg {\n\twidth: 100%;\n\theight: auto\n}"
  },
  {
    "articleStyle": 0,
    "customOrder": 62,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "singleUrl": true,
    "sourceGroup": "🎞️ 影视",
    "sourceIcon": "https://dm530.org/static/favicon.ico",
    "sourceName": "风车动漫",
    "sourceUrl": "https://dm530.org"
  },
  {
    "articleStyle": 1,
    "customOrder": 134,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": ".list_box@ul",
    "ruleContent": "id.video@all",
    "ruleImage": ".lazy@img",
    "ruleLink": "a@href",
    "ruleNextPage": "page",
    "rulePubDate": "span@text",
    "ruleTitle": ".title@text",
    "singleUrl": false,
    "sortUrl": "搜索🕵️::https://www.qinav.com/search/102728_{{page}}.html\n\n國產::https://www.qinav.com/search/100053_{{page}}.html\n日韓::https://www.qinav.com/search/116524_{{page}}.html\n歐美::https://www.qinav.com/search/116472_{{page}}.html\n動漫::https://www.qinav.com/search/101452_{{page}}.html\n有碼::https://www.qinav.com/search/116520_{{page}}.html\n無碼::https://www.qinav.com/search/100406_{{page}}.html\n字幕::https://www.qinav.com/search/105685_{{page}}.html\n三級::https://www.qinav.com/search/109192_{{page}}.html\n自拍::https://www.qinav.com/search/100070_{{page}}.html\n偷拍::https://www.qinav.com/search/100069_{{page}}.html\n主播::https://www.qinav.com/search/100961_{{page}}.html\n自慰::https://www.qinav.com/search/100039_{{page}}.html\n高潮::https://www.qinav.com/search/100145_{{page}}.html\n巨乳::https://www.qinav.com/search/100034_{{page}}.html\n大奶::https://www.qinav.com/search/100046_{{page}}.html\n蘿莉::https://www.qinav.com/search/100064_{{page}}.html\n少婦::https://www.qinav.com/search/100088_{{page}}.html\n熟女::https://www.qinav.com/search/100029_{{page}}.html\n亂倫::https://www.qinav.com/search/100092_{{page}}.html\n強姦::https://www.qinav.com/search/100100_{{page}}.html\n素人::https://www.qinav.com/search/100366_{{page}}.html\n白嫩::https://www.qinav.com/search/100032_{{page}}.html\n抖音::https://www.qinav.com/search/100483_{{page}}.html \n處女::https://www.qinav.com/search/100077_{{page}}.html \n媽媽::https://www.qinav.com/search/100091_{{page}}.html \n按摩::https://www.qinav.com/search/100248_{{page}}.html \nKTV::https://www.qinav.com/search/100059_{{page}}.html \n破處::https://www.qinav.com/search/100051_{{page}}.html \n裸貸::https://www.qinav.com/search/100135_{{page}}.html \n明星::https://www.qinav.com/search/100125_{{page}}.html \n母子::https://www.qinav.com/search/100392_{{page}}.html \n00後::https://www.qinav.com/search/100141_{{page}}.html \n換妻::https://www.qinav.com/search/100249_{{page}}.html \n極品::https://www.qinav.com/search/100155_{{page}}.html\n微信::https://www.qinav.com/search/100065_{{page}}.html\n幼女::https://www.qinav.com/search/100596_{{page}}.html\n絲襪::https://www.qinav.com/search/100035_{{page}}.html\n噴水::https://www.qinav.com/search/100040_{{page}}.html\n童貞::https://www.qinav.com/search/100028_{{page}}.html\n高中::https://www.qinav.com/search/100990_{{page}}.html\n喝醉::https://www.qinav.com/search/100062_{{page}}.html\n黑人::https://www.qinav.com/search/100164_{{page}}.html\n白虎::https://www.qinav.com/search/100043_{{page}}.html\n白絲::https://www.qinav.com/search/100080_{{page}}.html\n網紅::https://www.qinav.com/search/100036_{{page}}.html\n直播::https://www.qinav.com/search/100038_{{page}}.html\n約炮::https://www.qinav.com/search/100175_{{page}}.html\n教室::https://www.qinav.com/search/101599_{{page}}.html\n宿舍::https://www.qinav.com/search/100076_{{page}}.html\n雙飛::https://www.qinav.com/search/100072_{{page}}.html\n戶外::https://www.qinav.com/search/100087_{{page}}.html\n",
    "sourceGroup": "R18",
    "sourceIcon": "https://www.qinav.com/static/icon.png",
    "sourceName": "QinAV",
    "sourceUrl": "https://www.qinav.com/",
    "style": "video{width:100%}img{width:100%}"
  },
  {
    "articleStyle": 0,
    "customOrder": 152,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "class.video-img-box",
    "ruleContent": "class.pb-e-lg-30@script.-1@all\n<js>\nresult=result.match(/http.*m3u8/)[0]</js>\n<video src=\"{{result}}\" width=\"100%\" height=\"auto\" controls></video>",
    "ruleDescription": "",
    "ruleImage": "img@data-src",
    "ruleLink": "a.0@href",
    "ruleNextPage": "page",
    "ruleTitle": "class.title@text",
    "singleUrl": false,
    "sortUrl": "搜索🕵️::https://jable.tv/search/{{source.getVariable()}}/\n\n婚纱::https://jable.tv/tags/wedding-dress/\n热门::https://jable.tv/hot/\n肉丝::https://jable.tv/tags/flesh-toned-pantyhose/\n黑丝::https://jable.tv/tags/black-pantyhose/\n调教::https://jable.tv/categories/bdsm/\n凌辱::https://jable.tv/categories/rape/\n制服::https://jable.tv/categories/uniform/\n纹身::https://jable.tv/tags/tattoo/\n白虎::https://jable.tv/tags/hairless-pussy/\n萝莉::https://jable.tv/tags/loli/\n群交::https://jable.tv/categories/groupsex/\n女同::https://jable.tv/categories/lesbian/\n美腿::https://jable.tv/categories/pantyhose/\n偷拍::https://jable.tv/categories/hidden-cam/\n无码::https://jable.tv/categories/uncensored/\n视角::https://jable.tv/categories/pov/\n最新::https://jable.tv/latest-updates/",
    "sourceGroup": "R18",
    "sourceIcon": "https://missuo.ru/file/ad803bf65990e583d71d6.png",
    "sourceName": "Jable(挂vpn)",
    "sourceUrl": "https://jable.tv/",
    "style": ""
  },
  {
    "articleStyle": 2,
    "customOrder": 259,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "id.dlNews@tag.td||.title",
    "ruleContent": "<js>\r\nhtml = result\r\n//总页数-1(最后一页没有图\r\npage = parseInt(java.getString('class.pager@tag.li.-3@tag.a@text'))\r\njava.log(\"共\"+page+\"页\")\r\nif(page>1){\r\nnurl=[];\r\nbase=baseUrl.replace('.aspx','p');\r\nfor(i=2;i<=page;i++){\r\n\tnurl.push(base+i+\".aspx,{'retry':16}\")\t\r\n}\r\n\r\nres=java.ajaxAll(nurl)\r\nfor(i in res){\r\n\thtml += org.jsoup.Jsoup.parse(res[i].body())\r\n}\r\n}\r\n</js>\r\n\r\nid.content@tag.img@src##\\n##,\r\n\r\n<js>\r\nli='\\n'\r\nlist=result.split(',')\r\nfor(i in list){\r\n\t\tli += '<li><img src=\"https://www.166w.cc/images/logo.jpg_gzip.aspx\" data-src=\"'+list[i]+'\"></li>\\n'\r\n\t}\r\n\r\n</js>\r\n\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\r\n\r\n<h3>{{@@.title2@text}}</h3>\r\n<h6>{{@@id.printBody@tag.div.2@text}}</h6>\r\n<h6 id='hits'></h6>\r\n<ul id=\"box\">\r\n{{result}}\r\n</ul>\n<div id='relists'></div>\r\n<script>\r\n    var wqcms = new Object();\r\n</script>\r\n{{@@tag.script.-3@html##$(function(){wqcms.imgCont=$i('content');wqcms.imgResize();InitContStyle();wqcms.dispVars();});}}\r\n<script>\r\n    hits = document.getElementById(\"hits\");\r\n    hits.innerHTML = \"观看:\" + wqcms.hits + \"次\";\r\n</script>\r\n\r\n<link rel=\"stylesheet\" href=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.css\">\r\n<script src=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.js\"></script>\r\n<script>\n\r\n\troot = document.getElementById('box')\n\trelists = document.getElementById('relists')\n\t  pl = \"{{@@class.relist@tag.li@class.sum@textNodes##\\n##\\$}}\".split(\"$\");\r\n                times = \"{{@@class.relist@tag.li@class.author@class.date@textNodes##\\n##\\$}}\".split(\"$\");\r\n                layers = \"{{@@class.relist@tag.li@class.reLayer@text##\\n##\\$}}\".split(\"$\");\r\n\r\n                for (x = layers.length - 1; x >= 0; x--) {\r\n                    relists.innerHTML += \"<h4>\" + layers[x] + \"<span style='color: #999; font-size: 12px;'>\" + times[x] + \"</span><br>\" + pl[x] + \"</h4>\"\r\n                }\r\n\tlazy = new IntersectionObserver(entires => {\r\n\t\tentires.forEach(item => {\r\n\t\t\tif(item.isIntersecting){\r\n\t\t\t\titem=item.target\r\n\t\t\t\titem.src=item.getAttribute('data-src')\r\n\t\t\t\tlazy.unobserve(item)\r\n\t\t\t}\r\n\t\t})\r\n\t}, {\r\n\t\troot: root,\r\n\t\tthreshold: [0],\r\n\t\trootMargin:\"0px 0px 500px 0px\"\r\n\t})\r\n\r\nimgs = document.getElementsByTagName('img')\r\nArray.from(imgs).forEach(item => {\r\n\t\tlazy.observe(item)\r\n\t})\r\n\r\n//查看大图插件\r\nnew Viewer(root,{title:false,interval:3000})\r\n</script>\r\n",
    "ruleImage": "tag.img@src",
    "ruleLink": "tag.a@href",
    "ruleNextPage": "class.pager@tag.li.-2@tag.a@href",
    "rulePubDate": ".date@textNodes",
    "ruleTitle": "tag.img@alt||tag.a@text",
    "singleUrl": false,
    "sortUrl": "首页::/c49.aspx\n随机::/c49p{{ Math.ceil(Math.random()*70) }}.aspx\n搜索::/search.aspx?keyword={{(source.getVariable()==''||source.getVariable()==null)?source.setVariable('美女'):source.getVariable()}}&where=title",
    "sourceIcon": "https://www.166w.cc/favicon.ico",
    "sourceName": "24FA美女频道-每天6更",
    "sourceUrl": "https://www.117.life",
    "style": "/*标题相关*/\nh3{text-align:center}\nh6{margin-bottom:0}\n* {\n\tmargin: 0;\n\tpadding: 0\n}\nul {\n\tfont-size: 0;\n\theight: 100%;\n\toverflow-y: scroll\n}\nli {\n\tlist-style: none;\n\ttext-align: center\n}\nimg {\n\twidth: 100%;\n\theight: auto\n}"
  },
  {
    "articleStyle": 2,
    "customOrder": 259,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "id.main@div.0@.relative",
    "ruleContent": "<!DOCTYPE html>\r\n<html>\r\n\r\n<head>\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\r\n    <link rel=\"stylesheet\" href=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.css\">\r\n    <script src=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.js\"></script>\r\n    <script src=\"http://lib.sinaapp.com/js/jquery/2.0.2/jquery-2.0.2.min.js\"></script>\n    <title>{{@@id.main@h1@text}}</title>\r\n</head>\r\n\r\n<body>\r\n    <h3>{{@@id.main@h1@text}}</h3>\r\n    <div id=\"box\">{{@@class.my-2@tag.img@html}}</div>\r\n    <div id=\"loads\">加载中 </div>\r\n    <script>\r\n        var loads;\r\n        $(document).ready(function () {\r\n            var box = document.getElementById(\"box\");\r\n            loads = document.getElementById(\"loads\");\r\n            new Viewer(box, { title: false, interval: 3000 })\r\n            var i = 1;\r\n            var page = {{@@tag.nav.1@tag.a.-2@textNodes##\\n}}-1;\r\n            var url = \"{{baseUrl}}\";\r\n            new IntersectionObserver(entries => {\r\n                if (entries[0].intersectionRatio) {\r\n                    if (entries[0].intersectionRatio <= 0) return;\r\n                    for (var j = 0; j < 1; j++) {\r\n                        fetchHtml(i, page, url);\r\n                        i += 1;\r\n                    }\r\n                }\r\n            }).observe(loads)\r\n        });\r\n\r\n\r\n        function fetchHtml(i, page, url) {\n        \t\r\n            if (i <= page) {\r\n                nurl = url+'?page=' + i;\r\n                $.ajax({\r\n                    url: nurl,\r\n                    dataType: 'html',\r\n                    success: function (html) {\r\n                        $('#box').append('<h5>' + (++i) + '->' + (++page) + '</h5>');\r\n                        $('#box').append($(html).find('.my-2 img'));\r\n                        box.viewer.update();\r\n                    },\r\n                    error: function (xhr) { }\r\n                });\r\n            } else {\r\n                $('#loads').html(\"\");\r\n            }\r\n        }\r\n    </script>\r\n</body>\r\n\r\n</html>",
    "ruleImage": "tag.img@src",
    "ruleLink": "tag.a.0@href",
    "ruleNextPage": "page",
    "rulePubDate": "tag.time@datetime",
    "ruleTitle": "img@alt",
    "singleUrl": false,
    "sortUrl": "首页::/?page={{page}}\n摄影::/search/摄影?page={{page}}\n随机::/?page={{ Math.ceil(Math.random()*1700) }}\n国模人体::/groups/国模人体?page={{page}}\n搜索::/search/{{(source.getVariable()==''||source.getVariable()==null)?source.setVariable('美女'):source.getVariable()}}?page={{page}}",
    "sourceGroup": "🔞",
    "sourceIcon": "https://youwu.pics/favicon.ico",
    "sourceName": "尤物丧志",
    "sourceUrl": "https://youwu.pics",
    "style": "/*标题相关*/\nh3{text-align:center}\nh6{margin-bottom:0}\n* {\n\tmargin: 0;\n\tpadding: 0\n}\nul {\n\tfont-size: 0;\n\theight: 100%;\n\toverflow-y: scroll\n}\nli {\n\tlist-style: none;\n\ttext-align: center\n}\nimg {\n\twidth: 100%;\n\theight: auto\n}"
  },
  {
    "articleStyle": 2,
    "customOrder": 1039,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "#posts .post",
    "ruleContent": "#gallery-2@img@src\n<js>result.split('\\n').map($=>`<li><img src=\"https://yskhd.com/wp-content/themes/modown/static/img/thumbnail.png\" data-src=\"${$.replace('-285x285','')}\"></li>`).join('\\n')</js>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n\n\n<ul id=\"box\">\n{{result}}\n</ul>\n\n\n<link rel=\"stylesheet\" href=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.css\">\r\n<script src=\"https://cdn.bootcdn.net/ajax/libs/viewerjs/1.10.1/viewer.min.js\"></script>\n<script>\n\troot = document.getElementById('box')\n\tlazy = new IntersectionObserver(entires => {\n\t\tentires.forEach(item => {\n\t\t\tif(item.isIntersecting){\n\t\t\t\titem=item.target\n\t\t\t\titem.src=item.getAttribute('data-src')\n\t\t\t\tlazy.unobserve(item)\n\t\t\t}\n\t\t})\n\t}, {\n\t\troot: root,\n\t\tthreshold: [0],\n\t\trootMargin:\"0px\"\n\t})\n\nimgs = document.getElementsByTagName('img')\nArray.from(imgs).forEach(item => {\n\t\tlazy.observe(item)\n\t})\n\n//查看大图插件\nnew Viewer(root,{title:false,interval:3000})\n</script>",
    "ruleImage": "img@data-src",
    "ruleLink": "a.2@href",
    "ruleNextPage": "text.下一页@href",
    "rulePubDate": "🔖 {{@a.1@text}}　⏱️ {{@.time@text}}",
    "ruleTitle": "a.2@text",
    "singleUrl": false,
    "sortUrl": "最新::https://yskhd.com/all?paged=1&c&c2&c3&c4&t\n搜索::https://yskhd.com/?s={{if(source.getVariable().match(/^\\s*$/))source.setVariable('妹');source.getVariable()}}\n秀人::https://yskhd.com/all?c=1&c2&c3&c4&t&paged=1\n丝模::https://yskhd.com/all?c=2&c2&c3&c4&t&paged=1\n雅拉伊::https://yskhd.com/all?c=15&c2&c3&c4&t&paged=1",
    "sourceIcon": "https://yskhd.com/wp-content/themes/modown/static/img/thumbnail.png",
    "sourceName": "优丝库HD",
    "sourceUrl": "https://yskhd.com/all",
    "style": "* {\n\tmargin: 0;\n\tpadding: 0\n}\nul {\n\tfont-size: 0;\n\theight: 100%;\n\toverflow-y: scroll\n}\nli {\n\tlist-style: none;\n\ttext-align: center\n}\nimg {\n\twidth: 100%;\n\theight: auto\n}"
  },
  {
    "articleStyle": 0,
    "contentBlacklist": ".*bcebos.com.*gif.*,\n.*hm.baidu.com.*",
    "customOrder": 1041,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "injectJs": "// 选择需要删除的标签  以,分隔\nitems = document.querySelectorAll(`\n\t#ad,[class~=ad],\n\t#respond,.updlbox,h1:last-of-type,\n\t.footer_link,.shuoming,.bansheming\n`)\n\n\n// 隐藏选择的html\nArray.from(items,(item)=>{\n\titem.style.display = `none`\n})\n\n\n\n\n\n// 屏蔽首页广告\nArray.from(document.querySelectorAll(`.swiper-slide`),(item,i)=>{\n\timg = item.querySelector('img');\n\tsrc = img.getAttribute('data-src')||img.src;\n\tif(src.match(/\\.gif/)){\n\titem.style.display = `none`;\n\t}\n});",
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "singleUrl": true,
    "sourceComment": "发布页：https://www.czzy.site/",
    "sourceGroup": "📺 影视",
    "sourceIcon": "https://gimg3.baidu.com/gimg/app=2028&src=img.py1080p.com//2020/05/cropped-90b07fe57d6142-192x192.png",
    "sourceName": "厂长资源",
    "sourceUrl": "https://www.cz4k.com"
  },
  {
    "articleStyle": 0,
    "customOrder": 4637,
    "enableJs": true,
    "enabled": true,
    "enabledCookieJar": false,
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; Android 10; TEL-AN00 Build/HONORTEL-AN00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.105 Mobile Safari/537.36\"}",
    "injectJs": "const video = document.getElementById('video');\n        let isDragging = false;\n        let startX = 0;\n        let startTime = 0;\n\n        video.addEventListener('touchstart', (e) => {\n            isDragging = true;\n            startX = e.touches[0].clientX;\n            startTime = video.currentTime;\n            video.pause();  // 暂停视频\n        });\n\n        video.addEventListener('touchmove', (e) => {\n            if (!isDragging) return;\n            const dx = e.touches[0].clientX - startX;\n            const duration = video.duration;\n            const change = (dx / video.clientWidth) * duration;\n            video.currentTime = Math.min(Math.max(startTime + change, 0), duration);\n        });\n\n        video.addEventListener('touchend', () => {\n            if (isDragging) {\n                video.play();  // 继续播放视频\n                isDragging = false;\n            }\n        });",
    "lastUpdateTime": 0,
    "loadWithBaseUrl": true,
    "ruleArticles": "$.model.data",
    "ruleContent": "<div class=\"container\">\n        <h3>{{$.model.title}}</h3>\n        <div class=\"video-container\">\n            <video id=\"video\" src=\"{{$.model.url}}\" poster=\"{{$.model.coverUrl}}\" controls></video>\n        </div>\n        <hr />\n        <div class=\"info-container\">\n            <p>⌚️ 时长：<span>{{$.model.durationFormat}}</span></p>\n            <p>📆 日期：<span>{{$.model.onlineTime##T|.000.*## }}</span></p>\n            <p>🎥 播放：<span>{{$.model.viewCount}}次</span></p>\n            <p>📩 收藏：<span>{{$.model.collectCount}}</span></p>\n            <p>🕵 片商：<span>{{$.model.authors}}</span></p>\n            <p>👤 上传：<span>{{$.model.uploader}}</span></p>\n            <p>🔖 标签：<span>{{$.model.categories}},{{$.model.tags}}</span></p>\n            <p>🏷 简介：<span>{{$.model.brief}}</span></p>\n        </div>\n    </div>",
    "ruleDescription": "",
    "ruleImage": "$.coverUrl",
    "ruleLink": "https://www.uaa.com/api/video/app/video/intro?force=false&id={{$.id}}&viewId=17225706561773551",
    "ruleNextPage": "page",
    "rulePubDate": "{{$.onlineTime##T.*}} {{$.tags}}",
    "ruleTitle": "$.title",
    "singleUrl": false,
    "sortUrl": "变量搜索::/api/video/app/video/search?keyword={{v=source.getVariable();if(/^\\s*$/.test(v)||v==null)source.setVariable('偷情');source.getVariable()}}&orderType=1&page={{page}}&searchType=1&size=40\n\n最新排行::/api/video/app/video/search?category=&orderType=1&page={{page}}&searchType=1&size=40\n\n观看排行::/api/video/app/video/search?category=&orderType=3&page={{page}}&searchType=1&size=40\n\n收藏排行::/api/video/app/video/search?category=&orderType=4&page={{page}}&searchType=1&size=40\n\n国产视频::/api/video/app/video/search?orderType=1&origin=1&page={{page}}&searchType=1&size=40\n\n日本AV::/api/video/app/video/search?orderType=1&origin=2&page={{page}}&searchType=1&size=40\n\nH动漫::/api/video/app/video/search?orderType=1&origin=3&page={{page}}&searchType=1&size=40\n\n自拍偷拍::/api/video/app/video/search?category=自拍偷拍&orderType=1&page={{page}}&searchType=1&size=40\n\n主播福利::/api/video/app/video/search?category=主播福利&orderType=1&page={{page}}&searchType=1&size=40\n\n制服诱惑\n丝袜网袜::/api/video/app/video/search?tag=丝袜网袜&page={{page}}&searchType=1&size=40\n\n泳装水着::/api/video/app/video/search?tag=泳装水着&page={{page}}&searchType=1&size=40\n\nJK制服::/api/video/app/video/search?tag=JK制服&page={{page}}&searchType=1&size=40\n\n女仆::/api/video/app/video/search?tag=女仆&page={{page}}&searchType=1&size=40\n\n吊带袜::/api/video/app/video/search?tag=吊带袜&page={{page}}&searchType=1&size=40\n\n兔女郎::/api/video/app/video/search?tag=兔女郎&page={{page}}&searchType=1&size=40\n\n身材样貌\n少女萝莉::/api/video/app/video/search?tag=少女萝莉&page={{page}}&searchType=1&size=40\n\n白虎::/api/video/app/video/search?tag=白虎&page={{page}}&searchType=1&size=40\n\n苗条::/api/video/app/video/search?tag=苗条&page={{page}}&searchType=1&size=40\n\n美腿美脚::/api/video/app/video/search?tag=美腿美脚&page={{page}}&searchType=1&size=40\n\n美臀::/api/video/app/video/search?tag=美臀&page={{page}}&searchType=1&size=40\n\n熟女::/api/video/app/video/search?tag=熟女&page={{page}}&searchType=1&size=40\n\n巨乳::/api/video/app/video/search?tag=巨乳&page={{page}}&searchType=1&size=40\n\n交合喜好\n颜射::/api/video/app/video/search?tag=颜射&page={{page}}&searchType=1&size=40\n\n肛交::/api/video/app/video/search?tag=肛交&page={{page}}&searchType=1&size=40\n\n潮吹::/api/video/app/video/search?tag=潮吹&page={{page}}&searchType=1&size=40\n\n口交::/api/video/app/video/search?tag=口交&page={{page}}&searchType=1&size=40\n\n69::/api/video/app/video/search?tag=69&page={{page}}&searchType=1&size=40\n\n乳交::/api/video/app/video/search?tag=乳交&page={{page}}&searchType=1&size=40\n\n内射中出::/api/video/app/video/search?tag=内射中出&page={{page}}&searchType=1&size=40\n\n刺激玩法\n捆绑调教::/api/video/app/video/search?tag=捆绑调教&page={{page}}&searchType=1&size=40\n\n痴女痴汉::/api/video/app/video/search?tag=痴女痴汉&page={{page}}&searchType=1&size=40\n\n强奸轮奸::/api/video/app/video/search?tag=强奸轮奸&page={{page}}&searchType=1&size=40\n\n3P群交::/api/video/app/video/search?tag=3P群交&page={{page}}&searchType=1&size=40\n\n奇异催眠::/api/video/app/video/search?tag=奇异催眠&page={{page}}&searchType=1&size=40\n\n出轨::/api/video/app/video/search?tag=出轨&page={{page}}&searchType=1&size=40\n\nNTR::/api/video/app/video/search?tag=NTR&page={{page}}&searchType=1&size=40\n\n角色扮演\n医生护士::/api/video/app/video/search?tag=医生护士&page={{page}}&searchType=1&size=40\n\n空中女郎::/api/video/app/video/search?tag=空中女郎&page={{page}}&searchType=1&size=40\n\n未亡人::/api/video/app/video/search?tag=未亡人&page={{page}}&searchType=1&size=40\n\n老师校园::/api/video/app/video/search?tag=老师校园&page={{page}}&searchType=1&size=40\n\n人妻主妇::/api/video/app/video/search?tag=人妻主妇&page={{page}}&searchType=1&size=40\n\nOL::/api/video/app/video/search?tag=OL&page={{page}}&searchType=1&size=40\n\n姐姐妹妹::/api/video/app/video/search?tag=姐姐妹妹&page={{page}}&searchType=1&size=40\n\n母亲女儿::/api/video/app/video/search?tag=母亲女儿&page={{page}}&searchType=1&size=40\n\nTS人妖::/api/video/app/video/search?tag=TS人妖&page={{page}}&searchType=1&size=40\n\n女高中生::/api/video/app/video/search?tag=女高中生&page={{page}}&searchType=1&size=40",
    "sourceComment": "",
    "sourceGroup": "",
    "sourceIcon": "https://www.uaa.com/assets/uaalogo.7acb1f90.svg",
    "sourceName": "UAA·视频",
    "sourceUrl": "https://www.uaa.com/##",
    "style": "body {\n            margin: 0;\n            font-family: Arial, sans-serif;\n            background: linear-gradient(135deg, #ece9e6, #ffffff);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start;\n            padding: 20px;\n        }\n        .container {\n            width: 100%;\n            max-width: 800px;\n            background: #fff;\n            border-radius: 10px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n        h3 {\n            margin: 0;\n            padding: 10px 20px;\n            font-size: 0.9em;\n            background: #333;\n            color: #fff;\n            border-radius: 10px 10px 0 0;\n        }\n        .video-container {\n            width: 100%;\n            background: #000;\n            position: relative;\n        }\n        video {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n        .info-container {\n            padding: 20px;\n        }\n        .info-container p {\n            margin: 10px 0;\n            color: #555;\n        }\n        .info-container p span {\n            font-weight: bold;\n            color: #000;\n        }"
  }
]