aniwave.to Open in urlscan Pro
172.64.107.32  Public Scan

URL: https://aniwave.to/watch/solo-leveling.3rpv2/ep-11
Submission: On April 04 via manual from MA — Scanned from DE

Form analysis 6 forms found in the DOM

GET filter

<form method="get" autocomplete="off" action="filter"> <button type="button"><i class="fa-solid fa-magnifying-glass"></i></button> <input type="text" name="keyword" placeholder="Search anime...">
  <div class="tip"> <svg class="icon">
      <use xlink:href="#icon-search-shortcut"></use>
    </svg> <span>Quick Access</span> </div>
  <div class="search-popup">
    <div class="s-close">Clear</div>
    <div class="inner">
      <div class="head-box">
        <div class="tabs-sm">
          <div class="tab active">Anime</div>
        </div>
        <div class="actions"> <a class="filter" href="/filter"> <svg class="icon"> <use xlink:href="#icon-tip-filter"></use> </svg> <span>Filter</span> </a> </div>
      </div>
      <div class="body"></div>
      <div class="foot">
        <div class="nav-tip"> <span> <svg class="icon">
              <use xlink:href="#icon-tip-arrow-down"></use>
            </svg> <svg class="icon">
              <use xlink:href="#icon-tip-arrow-up"></use>
            </svg> <span>to navigate</span> </span> <span> <svg class="icon">
              <use xlink:href="#icon-tip-enter"></use>
            </svg> <span>to select</span> </span> <span> <svg class="icon">
              <use xlink:href="#icon-tip-esc"></use>
            </svg> <span>to exit</span> </span> </div> <a class="more" href="#" style="display: none;">View all <i class="fas fa-long-arrow-right"></i></a>
      </div>
    </div>
  </div>
</form>

POST ajax/episode/report

<form action="ajax/episode/report" method="POST"> <input type="hidden" name="episode_id" id="report-episode-id"> <input type="hidden" name="server_id" id="report-server-id">
  <div class="block">
    <div class="info d-flex">
      <div class="avatar mr-3"> <img src="https://static.aniwave.to/i/b/b1/359624ee690b1744a5a978cd251f5401@100.jpg" class="rounded"> </div>
      <div class="name">
        <div class="title">Ore dake Level Up na Ken</div>
        <div class="episode">Episode <span id="report-episode">?</span></div>
      </div>
    </div>
  </div>
  <div class="block">
    <div class="row">
      <div class="col-md-6">
        <div class="form-group"> <label class="form-label">Video:</label>
          <div>
            <div class="custom-control custom-checkbox custom-control-inline"> <input type="checkbox" name="issue[]" value="video_broken" class="custom-control-input" id="video_broken"> <label class="custom-control-label"
                for="video_broken">Broken</label> </div>
          </div>
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group"> <label class="form-label">Audio:</label>
          <div>
            <div class="custom-control custom-checkbox custom-control-inline"> <input type="checkbox" name="issue[]" value="audio_sync" class="custom-control-input" id="audio_sync"> <label class="custom-control-label" for="audio_sync">Not
                synced</label> </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="block">
    <div class="row">
      <div class="col-md-6">
        <div class="form-group"> <label class="form-label">Subtitle:</label>
          <div>
            <div class="custom-control custom-checkbox custom-control-inline"> <input type="checkbox" name="issue[]" value="sub_sync" class="custom-control-input" id="sub_sync"> <label class="custom-control-label" for="sub_sync">Not synced</label>
            </div>
          </div>
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group"> <label class="form-label">Skip time:</label>
          <div>
            <div class="custom-control custom-checkbox custom-control-inline"> <input type="checkbox" name="issue[]" value="skiptime" class="custom-control-input" id="skiptime"> <label class="custom-control-label" for="skiptime">Wrong</label> </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="block">
    <div class="form-group"> <label class="form-label">Other:</label>
      <div> <textarea class="form-control" name="message"></textarea> </div>
    </div>
  </div>
  <div class="form-group mb-3"> <button class="btn btn-light">Submit</button> </div>
</form>

POST ajax/user/login

<form class="ajax-login" action="ajax/user/login" method="post" data-broadcast="user:updated">
  <div class="form-group"> <i class="icon fa-solid fa-circle-user"></i> <input type="text" class="form-control form-control-lg" name="username" placeholder="Username or email" required=""> </div>
  <div class="form-group"> <i class="icon fa-solid fa-lock"></i> <input type="password" class="form-control form-control-lg" name="password" placeholder="Password" required=""> </div>
  <div class="form-group"> <a href="#" class="btn clear" data-content-switch="forgot">Forgot password</a> </div>
  <div class="form-group"> <span class="captcha"></span> </div>
  <div class="form-group"> <button type="submit" class="btn btn-lg fw-bold btn-primary w-100">Submit</button> </div>
</form>

POST ajax/user/register

<form class="ajax-register" action="ajax/user/register" method="post" data-broadcast="user:updated">
  <div class="form-group"> <i class="icon fa-solid fa-envelope"></i> <input type="email" class="form-control form-control-lg" placeholder="Email" name="email"> </div>
  <div class="form-group"> <i class="icon fa-solid fa-circle-user"></i> <input type="text" class="form-control form-control-lg" placeholder="Username" name="username"> </div>
  <div class="form-group"> <i class="icon fa-solid fa-lock"></i> <input type="password" class="form-control form-control-lg" placeholder="Password" name="password"> </div>
  <div class="form-group"> <i class="icon fa-solid fa-lock"></i> <input type="password" class="form-control form-control-lg" placeholder="Password confirmation" name="password_confirmation"> </div>
  <div class="form-group"> <span class="captcha"></span> </div>
  <div class="form-group"> <button type="submit" class="btn btn-lg fw-bold btn-primary w-100">Register</button> </div>
</form>

POST ajax/user/forgot-password

<form class="ajax" action="ajax/user/forgot-password" method="post">
  <div class="form-group"> <i class="icon fa-solid fa-envelope"></i> <input type="text" class="form-control form-control-lg" placeholder="Email or Username" name="account"> </div>
  <div class="form-group"> <span class="captcha"></span> </div>
  <div class="form-group"> <button type="submit" class="btn btn-lg fw-bold btn-primary w-100">Submit</button> </div>
</form>

POST ajax/anime/request

<form class="ajax-login" action="ajax/anime/request" method="post">
  <div class="form-group"> <input type="text" class="form-control" name="title" placeholder="Anime name" required=""> </div>
  <div class="form-group"> <input type="text" class="form-control" name="ref_url" placeholder="Link to MAL/ anidb/ anilist or any if possible"> </div>
  <div class="form-group"> <textarea class="form-control" name="detail" placeholder="More details about it if possible" rows="3"></textarea> </div>
  <div class="form-group"> <span class="captcha"></span> </div>
  <div class="form-group"> <button type="submit" class="btn btn-lg fw-bold btn-primary w-100">Submit</button> </div>
</form>

Text Content

 * Home


 * * ACTION
   
   
   * ADVENTURE
   
   
   * AVANT GARDE
   
   
   * BOYS LOVE
   
   
   * COMEDY
   
   
   * DEMONS
   
   
   * DRAMA
   
   
   * ECCHI
   
   
   * FANTASY
   
   
   * GIRLS LOVE
   
   
   * GOURMET
   
   
   * HAREM
   
   
   * HORROR
   
   
   * ISEKAI
   
   
   * IYASHIKEI
   
   
   * JOSEI
   
   
   * KIDS
   
   
   * MAGIC
   
   
   * MAHOU SHOUJO
   
   
   * MARTIAL ARTS
   
   
   * MECHA
   
   
   * MILITARY
   
   
   * MUSIC
   
   
   * MYSTERY
   
   
   * PARODY
   
   
   * PSYCHOLOGICAL
   
   
   * REVERSE HAREM
   
   
   * ROMANCE
   
   
   * SCHOOL
   
   
   * SCI-FI
   
   
   * SEINEN
   
   
   * SHOUJO
   
   
   * SHOUNEN
   
   
   * SLICE OF LIFE
   
   
   * SPACE
   
   
   * SPORTS
   
   
   * SUPER POWER
   
   
   * SUPERNATURAL
   
   
   * SUSPENSE
   
   
   * THRILLER
   
   
   * VAMPIRE
   Genre


 * * TV SERIES
   
   
   * MOVIES
   
   
   * OVAS
   
   
   * ONAS
   
   
   * SPECIALS
   
   
   * MUSIC
   Types
 * Newest
 * Updated
 * Ongoing
 * Added
 * Request
 * Watch2gether
 * Random
 * Donate
 * Read Manga



Quick Access
Clear
Anime
Filter

to navigate to select to exit
View all
Watch2gether Random Read Manga
EN JP

Sign in
Expand
Auto Play
Auto Next
Auto Skip
Add skip time
 * Intro begin
   Intro end
   Outro begin
   Outro end
   Contribute

Light
Prev
Next
Report
Add to list

You're watching Episode 11.
If current servers doesn't work, please try other servers beside.
Sub
 * Vidplay
 * MyCloud
 * Filemoon
 * Mp4upload

S-Sub
 * Vidplay
 * MyCloud

Sub & Dub
Sub & Dub
Only Sub
Only Dub
001-012
001-012

 * 1 I`m Used to It
 * 2 If I Had One More Chance
 * 3 It`s Like a Game
 * 4 I`ve Gotta Get Stronger
 * 5 A Pretty Good Deal
 * 6 The Real Hunt Begins
 * 7 Let`s See How Far I Can Go
 * 8 This Is Frustrating
 * 9 You`ve Been Hiding Your Skills
 * 10 What Is This, a Picnic?
 * 11 A Knight Who Defends an Empty Throne
 * 12 Arise


SOLO LEVELING

Ore dake Level Up na Ken; Solo Leveling
R HD
Ten years ago, an unknown passageway known as "the Gate" appeared, bridging the
gap between the real world and a realm of magic and monsters. Regular folks were
granted with extraordinary powers and designated as "Hunters" to fight these
malevolent creatures. Sung Jin-Woo, a 20-year-old Hunter dubbed the "World's
Weakest" for his meager abilities, is among them. To pay for his mother's
medical bills, he tirelessly hunts down monsters in Gates with lower levels.
Jin-Woo's despondent life takes a dramatic turn after a catastrophic quest when
he wakes up in a hospital believing he's the sole survivor. A cryptic dashboard
presenting a "Quest Log" obligates him to endure a grueling training regimen, or
face severe consequences. Jin-Woo is initially skeptical of its feasibility, but
as he grasps the potential to become one of the world's most powerful Hunters,
he embraces the opportunity.
[more]
Type: TV
Country: Japan
Premiered: Winter 2024
Date aired: Jan 07, 2024 to Mar 31, 2024
Broadcast: Sundays at 00:00 JST
Status: Completed
Genres: Action, Adventure, Fantasy, Shounen, Super Power, Isekai, Magic
MAL: 8.38 by 200,681 reviews
Duration: 23 min
Episodes: 12
Studios: A-1 Pictures
Producers: Aniplex, Crunchyroll, Netmarble, Kakao piccoma, D&C Media
8.85/10 117804 reviews

What do you think about this anime?
Related
Summary
Solo Leveling: How to Get Stronger
SPECIAL 328k 3.9k
1.8k Shares
324
456
383
323
305



Comments
Anime
Episode 11 SUB
Rules
Click here to read the comment rules
Recommended
I Got a Cheat Skill in Another World and Became Unrivaled in The Real World, Too
TV 13 Eps 173k
Is It Wrong to Try to Pick Up Girls in a Dungeon?
TV 13 Eps 158k
Arifureta: From Commonplace to World's Strongest
TV 13 Eps 138k
ALDNOAH.ZERO Season 2
TV 12 Eps 18k
Gate
TV 12 Eps 88k
Full-Time Magister
ONA 12 Eps 40k
Overlord
TV 13 Eps 176k
Sword Art Online
TV 25 Eps 189k
Shangri-La Frontier
TV 25 Eps 143k
War God System! I'm Counting On You!
ONA 16 Eps 18k

REPORT AN ISSUE

×
Ore dake Level Up na Ken
Episode ?
Video:
Broken
Audio:
Not synced
Subtitle:
Not synced
Skip time:
Wrong
Other:

Submit
A-Z List
Searching anime order by alphabet name A to Z.
 * All
 * 0-9
 * A
 * B
 * C
 * D
 * E
 * F
 * G
 * H
 * I
 * J
 * K
 * L
 * M
 * N
 * O
 * P
 * Q
 * R
 * S
 * T
 * U
 * V
 * W
 * X
 * Y
 * Z

Join now
Help
 * FAQ
 * Contact
 * Request

Friends
 * fmovies
 * read manga online
 * aniwave

Copyright © aniwave.to. All Rights Reserved
This site does not store any files on its server. All contents are provided by
non-affiliated third parties.

LOGIN

×

Welcome back!

Forgot password

Submit
Don't have an account? Register

REGISTER

×

Create an account to use full range of functions..

Register
Already have an account? Sign in

FORGOT PASSWORD

×

We will send an email to your box, just follow that link to set your new
password.

Submit
Back to sign in

SEND A REQUEST

×

If you can't find your favourite anime in our library, please submit a request.
We will try to make it available as soon as possible.

Submit

Close ad