layaranime.com
Open in
urlscan Pro
2606:4700:3030::6815:103d
Public Scan
URL:
https://layaranime.com/
Submission: On March 01 via api from US — Scanned from US
Submission: On March 01 via api from US — Scanned from US
Form analysis
1 forms found in the DOM/popular
<form action="/popular" class="p-2 bg-white border border-1 shadow">
<h6>Filter Anime</h6>
<!-- FILTER SELECT GENRE -->
<select x-cloak="" id="select-genre">
<option value="2">Action</option>
<option value="3">Adventure</option>
<option value="5">Animation</option>
<option value="4">Comedy</option>
<option value="10">Drama</option>
<option value="9">Fantasy</option>
<option value="11">Mystery</option>
<option value="8">Sci-Fi</option>
</select>
<div x-data="dropdown()" x-init="loadOptions('select-genre')" class="w-full flex flex-col items-center mx-auto mb-1">
<input name="genre" type="hidden" x-bind:value="selectedValues()" value="">
<div class="inline-block relative w-full">
<div class="flex flex-col items-center relative">
<div x-on:click="open" class="w-full">
<div class="flex border border-gray-200 bg-white rounded-sm">
<div class="flex flex-auto flex-wrap">
<template x-for="(option, index) in selected" :key="options[option].value">
<div class="flex justify-center items-center font-medium m-0.5 p-0.5 bg-oyen rounded-sm text-white">
<div class="text-xs font-normal leading-none max-w-full flex-initial x-model=" options[option]="" x-text="options[option].text"></div>
<div class="flex flex-auto flex-row-reverse">
<div x-on:click.stop="remove(index,option)">
<svg class="fill-current h-4 w-4 fill-white" role="button" viewBox="0 0 20 20">
<path
d="M14.348,14.849c-0.469,0.469-1.229,0.469-1.697,0L10,11.819l-2.651,3.029c-0.469,0.469-1.229,0.469-1.697,0 c-0.469-0.469-0.469-1.229,0-1.697l2.758-3.15L5.651,6.849c-0.469-0.469-0.469-1.228,0-1.697s1.228-0.469,1.697,0L10,8.183 l2.651-3.031c0.469-0.469,1.228-0.469,1.697,0s0.469,1.229,0,1.697l-2.758,3.152l2.758,3.15 C14.817,13.62,14.817,14.38,14.348,14.849z">
</path>
</svg>
</div>
</div>
</div>
</template>
<div x-show="selected.length == 0" class="text-gray-400 m-auto mx-2 flex-1 text-base"> Genre </div>
</div>
<div class="text-gray-300 w-8 py-1 pl-2 pr-1 border-l flex items-center border-gray-200 svelte-1l8159u">
<button type="button" x-show="isOpen() === false" x-on:click="open" class="cursor-pointer w-6 h-6 text-gray-600 outline-none focus:outline-none">
<svg version="1.1" class="fill-current h-4 w-4" viewBox="0 0 20 20">
<path d="M17.418,6.109c0.272-0.268,0.709-0.268,0.979,0s0.271,0.701,0,0.969l-7.908,7.83 c-0.27,0.268-0.707,0.268-0.979,0l-7.908-7.83c-0.27-0.268-0.27-0.701,0-0.969c0.271-0.268,0.709-0.268,0.979,0L10,13.25 L17.418,6.109z"></path>
</svg>
</button>
<button type="button" x-show="isOpen() === true" @click="close" class="cursor-pointer w-6 h-6 text-gray-600 outline-none focus:outline-none" style="display: none;">
<svg class="fill-current h-4 w-4" viewBox="0 0 20 20">
<path d="M2.582,13.891c-0.272,0.268-0.709,0.268-0.979,0s-0.271-0.701,0-0.969l7.908-7.83 c0.27-0.268,0.707-0.268,0.979,0l7.908,7.83c0.27,0.268,0.27,0.701,0,0.969c-0.271,0.268-0.709,0.268-0.978,0L10,6.75L2.582,13.891z"></path>
</svg>
</button>
</div>
</div>
</div>
<div class="w-full px-4">
<div x-show.transition.origin.top="isOpen()" class="absolute shadow top-100 bg-white z-40 w-full left-0 rounded max-h-select" x-on:click.away="close" style="display: none;">
<div class="flex flex-col w-full overflow-y-auto max-h-64">
<template x-for="(option,index) in options" :key="index" class="overflow-auto">
<div class="cursor-pointer w-full border-gray-100 rounded-t border-b hover:bg-gray-100" @click="select(index,$event)">
<div class="flex w-full items-center p-1 pl-1 border-transparent border-l-2 relative">
<div class="w-full items-center flex justify-between">
<div class="mx-2 text-sm" x-model="option" x-text="option.text"></div>
<div x-show="option.selected">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none"
d="M7.197,16.963H7.195c-0.204,0-0.399-0.083-0.544-0.227l-6.039-6.082c-0.3-0.302-0.297-0.788,0.003-1.087 C0.919,9.266,1.404,9.269,1.702,9.57l5.495,5.536L18.221,4.083c0.301-0.301,0.787-0.301,1.087,0c0.301,0.3,0.301,0.787,0,1.087 L7.741,16.738C7.596,16.882,7.401,16.963,7.197,16.963z">
</path>
</svg>
</div>
</div>
</div>
</div>
</template>
<div class="cursor-pointer w-full border-gray-100 rounded-t border-b hover:bg-gray-100" @click="select(index,$event)">
<div class="flex w-full items-center p-1 pl-1 border-transparent border-l-2 relative">
<div class="w-full items-center flex justify-between">
<div class="mx-2 text-sm" x-model="option" x-text="option.text">Action</div>
<div x-show="option.selected" style="display: none;">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none"
d="M7.197,16.963H7.195c-0.204,0-0.399-0.083-0.544-0.227l-6.039-6.082c-0.3-0.302-0.297-0.788,0.003-1.087 C0.919,9.266,1.404,9.269,1.702,9.57l5.495,5.536L18.221,4.083c0.301-0.301,0.787-0.301,1.087,0c0.301,0.3,0.301,0.787,0,1.087 L7.741,16.738C7.596,16.882,7.401,16.963,7.197,16.963z">
</path>
</svg>
</div>
</div>
</div>
</div>
<div class="cursor-pointer w-full border-gray-100 rounded-t border-b hover:bg-gray-100" @click="select(index,$event)">
<div class="flex w-full items-center p-1 pl-1 border-transparent border-l-2 relative">
<div class="w-full items-center flex justify-between">
<div class="mx-2 text-sm" x-model="option" x-text="option.text">Adventure</div>
<div x-show="option.selected" style="display: none;">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none"
d="M7.197,16.963H7.195c-0.204,0-0.399-0.083-0.544-0.227l-6.039-6.082c-0.3-0.302-0.297-0.788,0.003-1.087 C0.919,9.266,1.404,9.269,1.702,9.57l5.495,5.536L18.221,4.083c0.301-0.301,0.787-0.301,1.087,0c0.301,0.3,0.301,0.787,0,1.087 L7.741,16.738C7.596,16.882,7.401,16.963,7.197,16.963z">
</path>
</svg>
</div>
</div>
</div>
</div>
<div class="cursor-pointer w-full border-gray-100 rounded-t border-b hover:bg-gray-100" @click="select(index,$event)">
<div class="flex w-full items-center p-1 pl-1 border-transparent border-l-2 relative">
<div class="w-full items-center flex justify-between">
<div class="mx-2 text-sm" x-model="option" x-text="option.text">Animation</div>
<div x-show="option.selected" style="display: none;">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none"
d="M7.197,16.963H7.195c-0.204,0-0.399-0.083-0.544-0.227l-6.039-6.082c-0.3-0.302-0.297-0.788,0.003-1.087 C0.919,9.266,1.404,9.269,1.702,9.57l5.495,5.536L18.221,4.083c0.301-0.301,0.787-0.301,1.087,0c0.301,0.3,0.301,0.787,0,1.087 L7.741,16.738C7.596,16.882,7.401,16.963,7.197,16.963z">
</path>
</svg>
</div>
</div>
</div>
</div>
<div class="cursor-pointer w-full border-gray-100 rounded-t border-b hover:bg-gray-100" @click="select(index,$event)">
<div class="flex w-full items-center p-1 pl-1 border-transparent border-l-2 relative">
<div class="w-full items-center flex justify-between">
<div class="mx-2 text-sm" x-model="option" x-text="option.text">Comedy</div>
<div x-show="option.selected" style="display: none;">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none"
d="M7.197,16.963H7.195c-0.204,0-0.399-0.083-0.544-0.227l-6.039-6.082c-0.3-0.302-0.297-0.788,0.003-1.087 C0.919,9.266,1.404,9.269,1.702,9.57l5.495,5.536L18.221,4.083c0.301-0.301,0.787-0.301,1.087,0c0.301,0.3,0.301,0.787,0,1.087 L7.741,16.738C7.596,16.882,7.401,16.963,7.197,16.963z">
</path>
</svg>
</div>
</div>
</div>
</div>
<div class="cursor-pointer w-full border-gray-100 rounded-t border-b hover:bg-gray-100" @click="select(index,$event)">
<div class="flex w-full items-center p-1 pl-1 border-transparent border-l-2 relative">
<div class="w-full items-center flex justify-between">
<div class="mx-2 text-sm" x-model="option" x-text="option.text">Drama</div>
<div x-show="option.selected" style="display: none;">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none"
d="M7.197,16.963H7.195c-0.204,0-0.399-0.083-0.544-0.227l-6.039-6.082c-0.3-0.302-0.297-0.788,0.003-1.087 C0.919,9.266,1.404,9.269,1.702,9.57l5.495,5.536L18.221,4.083c0.301-0.301,0.787-0.301,1.087,0c0.301,0.3,0.301,0.787,0,1.087 L7.741,16.738C7.596,16.882,7.401,16.963,7.197,16.963z">
</path>
</svg>
</div>
</div>
</div>
</div>
<div class="cursor-pointer w-full border-gray-100 rounded-t border-b hover:bg-gray-100" @click="select(index,$event)">
<div class="flex w-full items-center p-1 pl-1 border-transparent border-l-2 relative">
<div class="w-full items-center flex justify-between">
<div class="mx-2 text-sm" x-model="option" x-text="option.text">Fantasy</div>
<div x-show="option.selected" style="display: none;">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none"
d="M7.197,16.963H7.195c-0.204,0-0.399-0.083-0.544-0.227l-6.039-6.082c-0.3-0.302-0.297-0.788,0.003-1.087 C0.919,9.266,1.404,9.269,1.702,9.57l5.495,5.536L18.221,4.083c0.301-0.301,0.787-0.301,1.087,0c0.301,0.3,0.301,0.787,0,1.087 L7.741,16.738C7.596,16.882,7.401,16.963,7.197,16.963z">
</path>
</svg>
</div>
</div>
</div>
</div>
<div class="cursor-pointer w-full border-gray-100 rounded-t border-b hover:bg-gray-100" @click="select(index,$event)">
<div class="flex w-full items-center p-1 pl-1 border-transparent border-l-2 relative">
<div class="w-full items-center flex justify-between">
<div class="mx-2 text-sm" x-model="option" x-text="option.text">Mystery</div>
<div x-show="option.selected" style="display: none;">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none"
d="M7.197,16.963H7.195c-0.204,0-0.399-0.083-0.544-0.227l-6.039-6.082c-0.3-0.302-0.297-0.788,0.003-1.087 C0.919,9.266,1.404,9.269,1.702,9.57l5.495,5.536L18.221,4.083c0.301-0.301,0.787-0.301,1.087,0c0.301,0.3,0.301,0.787,0,1.087 L7.741,16.738C7.596,16.882,7.401,16.963,7.197,16.963z">
</path>
</svg>
</div>
</div>
</div>
</div>
<div class="cursor-pointer w-full border-gray-100 rounded-t border-b hover:bg-gray-100" @click="select(index,$event)">
<div class="flex w-full items-center p-1 pl-1 border-transparent border-l-2 relative">
<div class="w-full items-center flex justify-between">
<div class="mx-2 text-sm" x-model="option" x-text="option.text">Sci-Fi</div>
<div x-show="option.selected" style="display: none;">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none"
d="M7.197,16.963H7.195c-0.204,0-0.399-0.083-0.544-0.227l-6.039-6.082c-0.3-0.302-0.297-0.788,0.003-1.087 C0.919,9.266,1.404,9.269,1.702,9.57l5.495,5.536L18.221,4.083c0.301-0.301,0.787-0.301,1.087,0c0.301,0.3,0.301,0.787,0,1.087 L7.741,16.738C7.596,16.882,7.401,16.963,7.197,16.963z">
</path>
</svg>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END FILTER SELECT GENRE -->
<!-- FILTER SELECT COUNTRY -->
<select x-cloak="" id="select-country">
<option value="6">Japan</option>
<option value="12">United Kingdom</option>
<option value="7">USA</option>
</select>
<div x-data="dropdown()" x-init="loadOptions('select-country')" class="w-full flex flex-col items-center mx-auto mb-1">
<input name="country" type="hidden" x-bind:value="selectedValues()" value="">
<div class="inline-block relative w-full">
<div class="flex flex-col items-center relative">
<div x-on:click="open" class="w-full">
<div class="flex border border-gray-200 bg-white rounded-sm">
<div class="flex flex-auto flex-wrap">
<template x-for="(option, index) in selected" :key="options[option].value">
<div class="flex justify-center items-center font-medium m-0.5 p-0.5 bg-oyen rounded-sm text-white">
<div class="text-xs font-normal leading-none max-w-full flex-initial x-model=" options[option]="" x-text="options[option].text"></div>
<div class="flex flex-auto flex-row-reverse">
<div x-on:click.stop="remove(index,option)">
<svg class="fill-current h-4 w-4 fill-white" role="button" viewBox="0 0 20 20">
<path
d="M14.348,14.849c-0.469,0.469-1.229,0.469-1.697,0L10,11.819l-2.651,3.029c-0.469,0.469-1.229,0.469-1.697,0 c-0.469-0.469-0.469-1.229,0-1.697l2.758-3.15L5.651,6.849c-0.469-0.469-0.469-1.228,0-1.697s1.228-0.469,1.697,0L10,8.183 l2.651-3.031c0.469-0.469,1.228-0.469,1.697,0s0.469,1.229,0,1.697l-2.758,3.152l2.758,3.15 C14.817,13.62,14.817,14.38,14.348,14.849z">
</path>
</svg>
</div>
</div>
</div>
</template>
<div x-show="selected.length == 0" class="text-gray-400 m-auto mx-2 flex-1 text-base">Negara</div>
</div>
<div class="text-gray-300 w-8 py-1 pl-2 pr-1 border-l flex items-center border-gray-200 svelte-1l8159u">
<button type="button" x-show="isOpen() === false" x-on:click="open" class="cursor-pointer w-6 h-6 text-gray-600 outline-none focus:outline-none">
<svg version="1.1" class="fill-current h-4 w-4" viewBox="0 0 20 20">
<path d="M17.418,6.109c0.272-0.268,0.709-0.268,0.979,0s0.271,0.701,0,0.969l-7.908,7.83 c-0.27,0.268-0.707,0.268-0.979,0l-7.908-7.83c-0.27-0.268-0.27-0.701,0-0.969c0.271-0.268,0.709-0.268,0.979,0L10,13.25 L17.418,6.109z"></path>
</svg>
</button>
<button type="button" x-show="isOpen() === true" @click="close" class="cursor-pointer w-6 h-6 text-gray-600 outline-none focus:outline-none" style="display: none;">
<svg class="fill-current h-4 w-4" viewBox="0 0 20 20">
<path d="M2.582,13.891c-0.272,0.268-0.709,0.268-0.979,0s-0.271-0.701,0-0.969l7.908-7.83 c0.27-0.268,0.707-0.268,0.979,0l7.908,7.83c0.27,0.268,0.27,0.701,0,0.969c-0.271,0.268-0.709,0.268-0.978,0L10,6.75L2.582,13.891z"></path>
</svg>
</button>
</div>
</div>
</div>
<div class="w-full px-4">
<div x-show.transition.origin.top="isOpen()" class="absolute shadow top-100 bg-white z-40 w-full left-0 rounded max-h-select" x-on:click.away="close" style="display: none;">
<div class="flex flex-col w-full overflow-y-auto max-h-64">
<template x-for="(option,index) in options" :key="index" class="overflow-auto">
<div class="cursor-pointer w-full border-gray-100 rounded-t border-b hover:bg-gray-100" @click="select(index,$event)">
<div class="flex w-full items-center p-1 pl-1 border-transparent border-l-2 relative">
<div class="w-full items-center flex justify-between">
<div class="mx-2 text-sm" x-model="option" x-text="option.text"></div>
<div x-show="option.selected">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none"
d="M7.197,16.963H7.195c-0.204,0-0.399-0.083-0.544-0.227l-6.039-6.082c-0.3-0.302-0.297-0.788,0.003-1.087 C0.919,9.266,1.404,9.269,1.702,9.57l5.495,5.536L18.221,4.083c0.301-0.301,0.787-0.301,1.087,0c0.301,0.3,0.301,0.787,0,1.087 L7.741,16.738C7.596,16.882,7.401,16.963,7.197,16.963z">
</path>
</svg>
</div>
</div>
</div>
</div>
</template>
<div class="cursor-pointer w-full border-gray-100 rounded-t border-b hover:bg-gray-100" @click="select(index,$event)">
<div class="flex w-full items-center p-1 pl-1 border-transparent border-l-2 relative">
<div class="w-full items-center flex justify-between">
<div class="mx-2 text-sm" x-model="option" x-text="option.text">Japan</div>
<div x-show="option.selected" style="display: none;">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none"
d="M7.197,16.963H7.195c-0.204,0-0.399-0.083-0.544-0.227l-6.039-6.082c-0.3-0.302-0.297-0.788,0.003-1.087 C0.919,9.266,1.404,9.269,1.702,9.57l5.495,5.536L18.221,4.083c0.301-0.301,0.787-0.301,1.087,0c0.301,0.3,0.301,0.787,0,1.087 L7.741,16.738C7.596,16.882,7.401,16.963,7.197,16.963z">
</path>
</svg>
</div>
</div>
</div>
</div>
<div class="cursor-pointer w-full border-gray-100 rounded-t border-b hover:bg-gray-100" @click="select(index,$event)">
<div class="flex w-full items-center p-1 pl-1 border-transparent border-l-2 relative">
<div class="w-full items-center flex justify-between">
<div class="mx-2 text-sm" x-model="option" x-text="option.text">United Kingdom</div>
<div x-show="option.selected" style="display: none;">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none"
d="M7.197,16.963H7.195c-0.204,0-0.399-0.083-0.544-0.227l-6.039-6.082c-0.3-0.302-0.297-0.788,0.003-1.087 C0.919,9.266,1.404,9.269,1.702,9.57l5.495,5.536L18.221,4.083c0.301-0.301,0.787-0.301,1.087,0c0.301,0.3,0.301,0.787,0,1.087 L7.741,16.738C7.596,16.882,7.401,16.963,7.197,16.963z">
</path>
</svg>
</div>
</div>
</div>
</div>
<div class="cursor-pointer w-full border-gray-100 rounded-t border-b hover:bg-gray-100" @click="select(index,$event)">
<div class="flex w-full items-center p-1 pl-1 border-transparent border-l-2 relative">
<div class="w-full items-center flex justify-between">
<div class="mx-2 text-sm" x-model="option" x-text="option.text">USA</div>
<div x-show="option.selected" style="display: none;">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none"
d="M7.197,16.963H7.195c-0.204,0-0.399-0.083-0.544-0.227l-6.039-6.082c-0.3-0.302-0.297-0.788,0.003-1.087 C0.919,9.266,1.404,9.269,1.702,9.57l5.495,5.536L18.221,4.083c0.301-0.301,0.787-0.301,1.087,0c0.301,0.3,0.301,0.787,0,1.087 L7.741,16.738C7.596,16.882,7.401,16.963,7.197,16.963z">
</path>
</svg>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END FILTER SELECT COUNTRY -->
<button type="submit" class="px-3 py-2 text-sm font-medium text-center text-white bg-oyen rounded">Filter Anime</button>
</form>
Text Content
Nonton Anime Open main menu * Home * Genre * Action * Adventure * Animation * Comedy * Drama * Fantasy * Mystery * Sci-Fi * Negara * Japan * United Kingdom * USA 4 BUCCHIGIRI?! Action Adventure Animation Comedy Drama Fantasy Mystery Sci-Fi Japan United Kingdom Nonton Anime 6 BRAVE BANG BRAVERN! Action Adventure Animation Drama Fantasy Mystery Sci-Fi Japan United Kingdom Nonton Anime 6 THE FIRE HUNTER Animation Drama Fantasy Mystery Sci-Fi Japan Nonton Anime 6 ISEKAI ONSEN PARADISE Animation Fantasy Sci-Fi Japan Nonton Anime 12 NINJA KAMUI Action Adventure Animation Comedy Japan USA Nonton Anime 1094 ONE PIECE Action Adventure Animation Comedy Drama Fantasy Mystery Sci-Fi Japan United Kingdom Nonton Anime FILTER ANIME Action Adventure Animation Comedy Drama Fantasy Mystery Sci-Fi Genre Action Adventure Animation Comedy Drama Fantasy Mystery Sci-Fi Japan United Kingdom USA Negara Japan United Kingdom USA Filter Anime TERBARU ONE PIECE EPISODE 1093 Action Adventure Animation Comedy Drama Fantasy Mystery Sci-Fi Japan United Kingdom ONE PIECE EPISODE 1094 Action Adventure Animation Comedy Drama Fantasy Mystery Sci-Fi Japan United Kingdom BUCCHIGIRI?! EPISODE 4 Action Adventure Animation Comedy Drama Fantasy Mystery Sci-Fi Japan United Kingdom BUCCHIGIRI?! EPISODE 3 Action Adventure Animation Comedy Drama Fantasy Mystery Sci-Fi Japan United Kingdom BUCCHIGIRI?! EPISODE 2 Action Adventure Animation Comedy Drama Fantasy Mystery Sci-Fi Japan United Kingdom BUCCHIGIRI?! EPISODE 1 Action Adventure Animation Comedy Drama Fantasy Mystery Sci-Fi Japan United Kingdom BUCCHIGIRI?! Action Adventure Animation Comedy Drama Fantasy Mystery Sci-Fi Japan United Kingdom BRAVE BANG BRAVERN! EPISODE 6 Action Adventure Animation Drama Fantasy Mystery Sci-Fi Japan United Kingdom BRAVE BANG BRAVERN! EPISODE 5 Action Adventure Animation Drama Fantasy Mystery Sci-Fi Japan United Kingdom BRAVE BANG BRAVERN! EPISODE 4 Action Adventure Animation Drama Fantasy Mystery Sci-Fi Japan United Kingdom