javplays.org Open in urlscan Pro
2606:4700:3037::ac43:d539  Public Scan

URL: https://javplays.org/
Submission: On October 11 via api from BE — Scanned from DE

Form analysis 2 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">
      <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">
        </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">Search</span>
        </button>
      </div>
    </div>
    <div x-cloak="" x-show="searchHistory.length" class="pb-2">
      <div x-cloak="" 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="Clear">
                                <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>

<form class="w-full mx-auto" @submit.prevent="search($refs.homeSearch.value)">
  <div class="flex rounded-md shadow-sm w-full mx-auto">
    <div class="relative flex items-stretch grow focus-within:z-10">
      <input name="s" x-ref="homeSearch" :placeholder="currentSearchPlaceholderText" type="text"
        class="block w-full rounded-none rounded-l-md p-3 border border-gray-300 transition ease-in-out duration-150 sm:leading-5 focus:outline-none focus:border-primary focus:ring focus:ring-nord11 focus:ring-opacity-50 placeholder-gray-400"
        maxlength="50" placeholder="Example: Big Tit Blonde Schoolgirl">
    </div>
    <button
      class="-ml-px relative inline-flex items-center px-4 py-2 border border-gray-300 text-sm leading-5 font-medium rounded-r-md text-gray-700 bg-gray-50 hover:text-gray-500 hover:bg-white focus:outline-none focus:ring-blue-500 focus:border-blue-300 active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150">
      <svg class="h-5 w-5 text-gray-400" 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 w-full">Search</span>
    </button>
  </div>
  <div x-show="searchHistory.length" class="w-full mt-2 mx-auto text-left" 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="Clear">
                        <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>
</form>

Text Content

Warning: Attempt to read property "ID" on null in
/www/wwwroot/javplays.org/wp-content/themes/missav/app/filters.php on line 32

Warning: Attempt to read property "ID" on null in
/www/wwwroot/javplays.org/wp-content/themes/missav/app/filters.php on line 33

Warning: Attempt to read property "ID" on null in
/www/wwwroot/javplays.org/wp-content/themes/missav/app/filters.php on line 39

Warning: Attempt to read property "ID" on null in
/www/wwwroot/javplays.org/wp-content/themes/missav/app/filters.php on line 40

javplays.org
Search
Menu

Search

Search
,



SEARCH ANY JAPAN AV


Search
,


NEW SEX MOVIES



Back to top


FOOTER

VLXX là web xem phim sex dành cho người lớn trên 19 tuổi, giúp bạn giải trí,
thỏa mãn sinh lý, dưới 19 tuổi xin vui lòng quay ra. Trang web này không đăng
tải clip sex Việt Nam, video sex trẻ em. Nội dung phim được dàn dựng từ trước,
hoàn toàn không có thật, người xem tuyệt đối không bắt chước hành động trong
phim, tránh vi phạm pháp luật.

© 2024 HNCORE.ORG