aniwave.vc Open in urlscan Pro
172.67.221.166  Public Scan

URL: https://aniwave.vc/watch/mushoku-tensei-jobless-reincarnation-season-2.2o9ql/ep-3
Submission: On April 22 via api from US — 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.vc/i/c/c8/0bf30686f918671c6973c80c6559a0b1@100.jpg" class="rounded"> </div>
      <div class="name">
        <div class="title">Mushoku Tensei II: Isekai Ittara Honki Dasu Part 2</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 3.
If current servers doesn't work, please try other servers beside.
Sub
 * Vidplay
 * MyCloud
 * Filemoon
 * Mp4upload

S-Sub
 * Vidplay
 * MyCloud

× The next episode is predicted to arrive on 2024/04/28 15:00 GMT (6 days, 10
hours, 58 minutes, 30 seconds)
Sub & Dub
Sub & Dub
Only Sub
Only Dub
001-003
001-003

 * 1 My Dream Home
 * 2 Wedding Reception
 * 3 Afar


MUSHOKU TENSEI: JOBLESS REINCARNATION SEASON 2 PART 2

Mushoku Tensei II: Isekai Ittara Honki Dasu Part 2; Mushoku Tensei: Jobless
Reincarnation Season 2 Part 2
R HD
The second cour of Mushoku Tensei II: Isekai Ittara Honki Dasu.
[more]
Type: TV
Country: Japan
Premiered: Spring 2024
Date aired: Apr 07, 2024 to May 2024
Broadcast: Mondays at 00:00 JST
Status: Releasing
Genres: Adventure, Drama, Ecchi, Fantasy, Super Power, Isekai, Demons, Magic
MAL: 7.87 by 843 reviews
Duration: ?
Episodes: 12
Studios: Studio Bind
Producers: add some
8.87/10 11191 reviews

What do you think about this anime?
Season 1 Part 1
Season 1 Part 2
Special
Season 2
Season 2 Part 2

Related
Prequel
Mushoku Tensei: Jobless Reincarnation Season 2
TV 3,772k 153k
Shares








Comments
Anime
Episode 3 SUB
Rules
Click here to read the comment rules
Recommended
ONE PIECE
TV ? Eps 468k
JUJUTSU KAISEN
TV 24 Eps 366k
Solo Leveling
TV 12 Eps 318k
Black Clover
TV 170 Eps 292k
Chainsaw Man
TV 12 Eps 276k
The Eminence in Shadow
TV 20 Eps 269k
Attack on Titan
TV 25 Eps 265k
JUJUTSU KAISEN Season 2
TV 23 Eps 262k
Demon Slayer: Kimetsu no Yaiba
TV 26 Eps 262k
Naruto: Shippuden
TV 500 Eps 236k

REPORT AN ISSUE

×
Mushoku Tensei II: Isekai Ittara Honki Dasu Part 2
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.vc. 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