tanhuaav03.xyz Open in urlscan Pro
172.67.202.220  Public Scan

URL: https://tanhuaav03.xyz/
Submission: On October 28 via api from BE — Scanned from CA

Form analysis 3 forms found in the DOM

<form @submit.prevent="search($refs.search.value)">
  <div class="sm:container mx-auto px-4">
    <div :class="{ 'pb-2': searchHistory.length, 'pb-4': ! searchHistory.length }" class="flex justify-between items-center pb-4">
      <div class="flex rounded-md shadow-sm w-full mx-auto">
        <div class="flex items-stretch grow">
          <input x-ref="search" :placeholder="currentSearchPlaceholderText" type="text" value=""
            class="bg-nord1 appearance-none border-2 border-nord9 rounded-none rounded-l w-full py-2 px-4 text-nord9 leading-tight focus:outline-none focus:bg-nord0 focus:ring-0 focus:border-nord9" maxlength="50" placeholder="使用 + 號來結合多個關鍵字">
        </div>
        <button
          class="-ml-px relative inline-flex items-center px-4 py-2 border-2 border-nord9 text-sm whitespace-nowrap leading-5 font-medium rounded-r-md text-norddark bg-nord9 hover:bg-opacity-90 focus:outline-none focus:border-nord8 active:bg-opacity-80 transition ease-in-out duration-150">
          <svg class="h-5 w-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
          </svg>
          <span class="ml-2">搜索</span>
        </button>
      </div>
    </div>
    <div x-show="searchHistory.length" class="pb-2" style="display: none;">
      <div class="flex items-start justify-between">
        <div class="line-clamp-1">
          <template x-for="(keyword, index) in searchHistory">
            <span>
              <a x-text="decodeURIComponent(keyword)" @click.prevent="search(decodeURIComponent(keyword))" href="#" class="text-nord13"></a><span x-show="index < searchHistory.length - 1" class="text-nord4">, </span>
            </span>
          </template>
        </div>
        <a @click.prevent="clearSearchHistory" href="#" alt="清除">
<svg xmlns="http://www.w3.org/2000/svg" class="inline h-5 w-5 text-secondary hover:text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"></path>
</svg>
</a>
      </div>
    </div>
  </div>
</form>

Name: searchPOST /index.php/vod/search.html

<form id="search" name="search" method="POST" action="/index.php/vod/search.html" onsubmit="return qrsearch();" class="search" style=" 
    background: #242424;

    z-index: 2;    display: flex;
    height: 80%;border-radius: 3px;
    ">
  <label for="inputSearch" class="m-0" id="searchLabel" style="    line-height: 40px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 10px;">
    <svg width="20" height="20" id="icon-search" viewBox="0 0 25 25" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="color: #f7d0bf;">
      <circle cx="11" cy="11" r="8"></circle>
      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
    </svg>
  </label>
  <input id="inputSearch" class="h-100 fs-3" name="wd" placeholder="请输入关键词" value="" style="    background: 0 0;
    color: #777;display: inline-block;
    padding: 0;
    outline: none;
    border: none;padding-left: 10px;
    border-top: 3px transparent solid;
    -webkit-transition: all .5s;
    transition: all .5s;">
  <button class="tx-btn" type="submit" style="    width: 120px;
    background-color: #3a3636;
    text-align: center;    line-height: 40px;
    height: auto;
    color: #f7d0bf;    display: inline-flex;    /*padding: 0 1.6em;*/justify-content: center;align-items: center;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;">搜索</button>
</form>

Name: searchPOST /index.php/vod/search.html

<form id="search" name="search" method="POST" action="/index.php/vod/search.html" onsubmit="return qrsearch();" class="search" style=" 
    background: #242424;

    z-index: 2;    display: flex;margin: 0 3em;
    height: 80%;border-radius: 3px;
    ">
  <label for="inputSearch" class="m-0" id="searchLabel" style="    line-height: 40px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 10px;">
    <svg width="20" height="20" id="icon-search" viewBox="0 0 25 25" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="color: #f7d0bf;">
      <circle cx="11" cy="11" r="8"></circle>
      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
    </svg>
  </label>
  <input type="text" name="wd" id="inputSearch" class="h-100 fs-3" placeholder="请输入关键词" value="" style="    background: 0 0;
    color: #777;display: inline-block;
    padding: 0;
    outline: none;
    border: none;padding-left: 10px;
    border-top: 3px transparent solid;
    -webkit-transition: all .5s;
    transition: all .5s;">
  <button class="tx-btn" type="submit" style="    width: 120px;
    background-color: #3a3636;
    text-align: center;    line-height: 40px;
    height: auto;
    color: #f7d0bf;    display: inline-flex;    /*padding: 0 1.6em;*/justify-content: center;align-items: center;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;">搜索</button>
</form>

Text Content

 

搜索
,
   
   
 * 国产传媒
 * 国产视频
 * 日本有码
 * 中文字幕
 * 无码影片
 * ThePornDude

搜索

   
   
   
 * 国产传媒
 * 国产视频
 * 日本有码
 * 中文字幕
 * 无码影片
 * ThePornDude
    
   
   
   
   
   
   
   
   
   
   
   
   搜索
   


国产传媒

+更多
 * 第1集
   
   【小婷】CP-019

 * 第1集
   
   【李蓉蓉】换母俱乐部EP3_性爱篇

 * 第1集
   
   【SSRPEACH】 台湾清华大学外文系女神 惩罚爆操黑丝骚女儿 蜜穴淫汁淌到大腿 内射淫靡精液

 * 第1集
   
   【抄底】近距离抄底黑丝美女。

 * 第1集
   
   【艾鯉】奇淫旅社 禁慾窮遊後的顯身誘惑

 * 第1集
   
   【许诺】XK8073

 * 第1集
   
   小女子梦梵短发骚女和炮友户外路上干,脱光光直接路边后入有个大爷路过,搞得呻吟娇喘大声

 * 第1集
   
   【优娜】国家代表模拟屌


国产视频

+更多
 * 第1集
   
   【绿帽淫妻性爱狂】推特绿帽大神『1点睡觉』性爱原创首发-和大屌单男前怼后操玩操性瘾淫妻

 * 第1集
   
   【探花精选】唇枪舌战,终究颠鸾倒凤,对白有趣看点满满

 * 第1集
   
   【少妇4P】和三个牌友出千逼迫少妇借钱,后期还不起去酒店肉偿

 * 第1集
   
   森罗财团:小满,内定版 JK明日香校园

 * 第1集
   
   地铁站一路跟踪偷拍 不穿内裤的黑丝美女 肥美的大鲍鱼清晰可见

 * 第1集
   
   我就说表情这么销魂,原来后面还有一个在顶他的逼

 * 第1集
   
   这享受的表情,卖力的扭动屁股,动听的娇喘,怎么感觉是女的把这男的操了呢

 * 第1集
   
   极品骚逼人类已经无感,大金毛就就是大


日本有码

+更多
 * 第1集
   
   她的诱惑 (1988)

 * 第1集
   
   经典巨作 精心收集中港台情色电影 百部激情未删减片段 众多知名女星绝对的是视觉享受

 * 第1集
   
   顶级颜值大长腿极品尤物美女,口交肉棒摩擦小穴抽插 极品身材

 * 第1集
   
   【探花精选】极品好身材气质御姐温柔气质约到酒店胸前鼓胀饱满让人性趣大发用力抱紧亲吻添吸这软软娇躯啪啪抽插猛力操

 * 第1集
   
   纹身哥酒店重金约炮大长腿小姐姐换上开档黑丝各种姿势啪啪爽翻了

 * 第1集
   
   TZ-127 賭場潛入女搜索官

 * 第1集
   
   【林洋】GDCM023

 * 第1集
   
   推特微博网红大波肥臀反差御姐【苏畅】我是苏畅 我回来了》阳光早晨的完美性爱


中文字幕

+更多
 * 第1集
   
   淫荡妈妈教儿子啪啪

 * 第1集
   
   ADN-484(中字)半年来每天都被黑道男人抽插中出的妻子 仓本堇

 * 第1集
   
   【中文字幕】ATID-571 教育 「社長。請務必給我們宮西好好教導關於社會的常識…」 宮西光

 * 第1集
   
   和男友打电话的义姐被我后入

 * 第1集
   
   【中文字幕】MIDV-488 女經理的小穴隨時使用 性慾消解寵物 石川澪

 * 第1集
   
   为了让丈夫得到原谅去到被害者身边的妻子

 * 第1集
   
   【中文字幕】TKOU-005 人體束縛美少女陰蒂酷刑艾瑪·西岡

 * 第1集
   
   DASS-203(中字)如果只插入1CM的话! 不忍拒绝处男弟弟的姐姐 沙月芽衣


无码影片

+更多
 * 第1集
   
   【酒店偷情】约到了个颜值不错的人妻熟女,近距离特写口交骑乘大力猛操

 * 第1集
   
   白泽美女姐姐与我的超凡性爱体验,让我好好伺候温柔操

 * 第1集
   
   现场拍摄一次挑战两根肉棒的深入吊插

 * 第1集
   
   美女姐姐的做爱姿态让我更加兴奋,抛开理性的整晚SEX

 * 第1集
   
   明星换脸聂小雨巨乳做爱

 * 第1集
   
   好喜欢做爱的男子调教啦啦队的女队长把她爆操了

 * 第1集
   
   性欲很强的少妇首次出演被经验丰富的我好好调教她

 * 第1集
   
   极品美少女口交两男

填充用

免责声明:若本站收录的资源侵犯了您的权益,我们会及时删除侵权内容,谢谢合作!

联系邮箱:tanhuaav@gmail.com 联系TG: @tanhuaav69

若本站收录内容无意侵犯了贵公司权益,

请联系底部TG,我们将尽快处理相关内容。

联系邮箱:tanhuaav@gmail.com

联系TG: @tanhuaav69