hianime.to Open in urlscan Pro
188.114.97.3  Public Scan

URL: https://hianime.to/watch/uzumaki-spiral-into-horror-15600?ep=128597
Submission Tags: falconsandbox
Submission: On October 14 via api from US — Scanned from NL

Form analysis 5 forms found in the DOM

/search

<form action="/search" autocomplete="off">
  <a href="/filter" class="filter-icon">Filter</a>
  <input type="text" class="form-control search-input" name="keyword" placeholder="Search anime..." required="">
  <button type="submit" class="search-icon"><i class="fas fa-search"></i></button>
</form>

POST

<form class="preform" id="login-form" method="post">
  <div class="form-group">
    <label class="prelabel" for="email">Email address</label>
    <input type="email" class="form-control" id="email" placeholder="name@email.com" name="email" required="">
  </div>
  <div class="form-group">
    <label class="prelabel" for="password">Password</label>
    <input type="password" class="form-control" id="password" placeholder="Password" name="password" required="">
  </div>
  <div class="form-check custom-control custom-checkbox">
    <div class="float-left">
      <input type="checkbox" class="custom-control-input" name="remember" value="1" id="remember" checked="">
      <label class="custom-control-label" for="remember">Remember me</label>
    </div>
    <div class="float-right">
      <a href="javascript:;" class="link-highlight text-forgot forgot-tab-link">Forgot password?</a>
    </div>
    <div class="clearfix"></div>
  </div>
  <div data-theme="dark" class="g-recaptcha mb-3 mt-3" id="login-recaptcha">
    <div style="width: 304px; height: 78px;">
      <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-6umnguvgidj6" frameborder="0" scrolling="no"
          sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdCdH8pAAAAAMV9Qy_K16Fvm4pWGYWrAEpjRjgD&amp;co=aHR0cHM6Ly9oaWFuaW1lLnRvOjQ0Mw..&amp;hl=en&amp;v=aR-zv8WjtWx4lAw-tRCA-zca&amp;theme=dark&amp;size=normal&amp;cb=pudgg74n5svj"></iframe>
      </div><textarea id="g-recaptcha-response-3" name="g-recaptcha-response" class="g-recaptcha-response"
        style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
    </div><iframe style="display: none;"></iframe>
  </div>
  <div class="form-group login-btn mb-0">
    <button id="btn-login" class="btn btn-primary btn-block">Login</button>
    <div class="loading-relative" id="login-loading" style="display: none;">
      <div class="loading">
        <div class="span1"></div>
        <div class="span2"></div>
        <div class="span3"></div>
      </div>
    </div>
  </div>
</form>

POST

<form class="preform" method="post" id="register-form">
  <div class="form-group">
    <label class="prelabel" for="re-username">Your name</label>
    <input type="text" class="form-control" id="re-username" placeholder="Name" name="name" required="">
  </div>
  <div class="form-group">
    <label class="prelabel" for="re-email">Email address</label>
    <input type="email" class="form-control" id="re-email" placeholder="name@email.com" name="email" required="">
  </div>
  <div class="form-group">
    <label class="prelabel" for="re-password">Password</label>
    <input type="password" class="form-control" id="re-password" placeholder="Password" name="password" required="">
  </div>
  <div class="form-group">
    <label class="prelabel" for="re-confirmpassword">Confirm Password</label>
    <input type="password" class="form-control" id="re-confirmpassword" placeholder="Confirm Password" required="">
  </div>
  <div data-theme="dark" class="g-recaptcha mb-3" id="register-recaptcha">
    <div style="width: 304px; height: 78px;">
      <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-f0v3e6rvrazp" frameborder="0" scrolling="no"
          sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdCdH8pAAAAAMV9Qy_K16Fvm4pWGYWrAEpjRjgD&amp;co=aHR0cHM6Ly9oaWFuaW1lLnRvOjQ0Mw..&amp;hl=en&amp;v=aR-zv8WjtWx4lAw-tRCA-zca&amp;theme=dark&amp;size=normal&amp;cb=6eua90ysubye"></iframe>
      </div><textarea id="g-recaptcha-response-2" name="g-recaptcha-response" class="g-recaptcha-response"
        style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
    </div>
  </div>
  <div class="form-group login-btn mb-0">
    <button id="btn-register" class="btn btn-primary btn-block">Register</button>
    <div class="loading-relative" id="register-loading" style="display: none;">
      <div class="loading">
        <div class="span1"></div>
        <div class="span2"></div>
        <div class="span3"></div>
      </div>
    </div>
  </div>
</form>

POST

<form class="preform" method="post" id="forgot-form">
  <div class="alert alert-success mb-3" id="forgot-success" style="display:none"></div>
  <div class="alert alert-danger mb-3" id="forgot-error" style="display:none"></div>
  <div class="form-group">
    <label class="prelabel" for="forgot-email">Your Email</label>
    <input required="" type="text" class="form-control" id="forgot-email" name="email" placeholder="name@email.com">
  </div>
  <div data-theme="dark" class="g-recaptcha mb-3" id="forgot-recaptcha">
    <div style="width: 304px; height: 78px;">
      <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-d6gf1k3oc7n6" frameborder="0" scrolling="no"
          sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdCdH8pAAAAAMV9Qy_K16Fvm4pWGYWrAEpjRjgD&amp;co=aHR0cHM6Ly9oaWFuaW1lLnRvOjQ0Mw..&amp;hl=en&amp;v=aR-zv8WjtWx4lAw-tRCA-zca&amp;theme=dark&amp;size=normal&amp;cb=nx5gxytkz6v3"></iframe>
      </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
        style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
    </div>
  </div>
  <div class="form-group login-btn mb-0">
    <button class="btn btn-primary btn-block">Submit</button>
    <div class="loading-relative" id="forgot-loading" style="display: none;">
      <div class="loading">
        <div class="span1"></div>
        <div class="span2"></div>
        <div class="span3"></div>
      </div>
    </div>
  </div>
</form>

POST

<form class="preform" method="post" id="verify-form">
  <div class="alert alert-success mb-3" id="verify-success" style="display:none"></div>
  <div class="alert alert-danger mb-3" id="verify-error" style="display:none"></div>
  <div class="form-group">
    <label class="prelabel" for="verify-email">Your Email</label>
    <input required="" type="text" class="form-control" id="verify-email" name="email" placeholder="name@email.com">
  </div>
  <div data-theme="dark" class="g-recaptcha mb-3" id="verify-recaptcha">
    <div style="width: 304px; height: 78px;">
      <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-87k689tzu10x" frameborder="0" scrolling="no"
          sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdCdH8pAAAAAMV9Qy_K16Fvm4pWGYWrAEpjRjgD&amp;co=aHR0cHM6Ly9oaWFuaW1lLnRvOjQ0Mw..&amp;hl=en&amp;v=aR-zv8WjtWx4lAw-tRCA-zca&amp;theme=dark&amp;size=normal&amp;cb=20yuir8ya3ym"></iframe>
      </div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
        style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
    </div>
  </div>
  <div class="form-group login-btn mb-0">
    <button class="btn btn-primary btn-block">Submit</button>
    <div class="loading-relative" id="verify-loading" style="display: none;">
      <div class="loading">
        <div class="span1"></div>
        <div class="span2"></div>
        <div class="span3"></div>
      </div>
    </div>
  </div>
</form>

Text Content

Close menu
Watch2gether

Random
ENJP
Anime Name

Community
 * Home
 * Subbed Anime
 * Dubbed Anime
 * Most Popular
 * Movies
 * TV Series
 * OVAs
 * ONAs
 * Specials
 * Events
 * HiAnime App
 * Genre
    * Action
    * Adventure
    * Cars
    * Comedy
    * Dementia
    * Demons
    * Drama
    * Ecchi
    * Fantasy
    * Game
    * Harem
    * Historical
    * Horror
    * Isekai
    * Josei
    * Kids
    * Magic
    * Martial Arts
    * Mecha
    * Military
    * Music
    * Mystery
    * Parody
    * Police
    * Psychological
    * Romance
    * Samurai
    * School
    * Sci-Fi
    * Seinen
    * Shoujo
    * Shoujo Ai
    * Shounen
    * Shounen Ai
    * Slice of Life
    * Space
    * Sports
    * Super Power
    * Supernatural
    * Thriller
    * Vampire
    * More
   
   


Filter

Join nowHiAnime Group


Watch2gether

Random
ENJP
Anime Name

Community

 * 
 * 
 * 
 * 

Login



 1. Home
 2. TV
 3. Watching Uzumaki: Spiral into Horror

Expand
Light
Auto Play
Auto Next
Auto Skip Intro
Prev
Next
Add to List
Watching On-Hold Plan to watch Dropped Completed
Watch2getherLive

You are watching Episode 3 If current server doesn't work please try other
servers beside.
SUB:
HD-1
HD-2

DUB:
HD-1
HD-2

× 🚀 Estimated the next episode will come at 10/20/2024, 6:30:00 AM
List of episodes:


1
Episode 1


2
Episode 2


3
Episode 3



18+


UZUMAKI: SPIRAL INTO HORROR

R
HD
3
3
4
TV ?m

In the town of Kurouzu-cho, Kirie Goshima lives a fairly normal life with her
family. As she walks to the train station one day to meet her boyfriend,
Shuuichi Saito, she sees his father staring at a snail shell in an alley.
Thinking nothing of it, she me...+ More
HiAnime is the best site to watch Uzumaki: Spiral into Horror SUB online, or you
can even watch Uzumaki: Spiral into Horror DUB in HD quality. You can also find
Drive anime on HiAnime website.
View detail
9.0
Vote now

What do you think about this anime?
😩Boring 😃Great 🤩Amazing





Comments

Share Anime

to your friends

4.3k Shares
Share
Tweet
Share
Share
Share




COMMENTS





CHARACTERS & VOICE ACTORS

View more


GOSHIMA, KIRIE

Main

SATAKE, UKI

Japanese


SAITOU, SHUUICHI

Main

MIKI, SHINICHIRO

Japanese


GOSHIMA, YASUO

Supporting

FURUKAWA, TOSHIO

Japanese


ISHIKAWA, SHIHO

Supporting

FUKUSHIMA, AMI

Japanese


KATAYAMA, NORIO

Supporting

MATSUZAKI, KATSUTOSHI

Japanese


KUROTANI, AZAMI

Supporting

ISE, MARIYA

Japanese





RECOMMENDED FOR YOU


24
24
24


SHAKUGAN NO SHANA: SEASON III

TV 23m

22
22


SHION NO OU

TV 23m

24
24
24


TOKYO RAVENS

TV 23m

14
14
14


TSURUNE: KAZEMAI KOUKOU KYUUDOUBU

TV 24m

12
12
12


THE QUINTESSENTIAL QUINTUPLETS

TV 24m

18+
1


HOKUTO NO KEN: RAOH GAIDEN GEKITOU-HEN

Movie 89m

8
8


FOX SPIRIT MATCHMAKER 4TH SEASON

ONA 14m

1


INITIAL D BATTLE STAGE

OVA 52m

13
13
13


THE MOROSE MONONOKEAN II

TV 23m

18+
12
12
12


HIGH SCHOOL DXD NEW

TV 26m

13
13
13


IRODUKU: THE WORLD IN COLORS

TV 24m

43
43


MYSTERIOUS THIEF SAINT TAIL

TV 22m

22
22
22


MOBILE SUIT GUNDAM UNICORN RE:0096

TV 23m

26
26
26


FANTASTIC CHILDREN

TV 24m

1


FREE! MOVIE 3: ROAD TO THE WORLD - YUME

Movie 99m

12
12
12


O MAIDENS IN YOUR SAVAGE SEASON

TV 24m

12
12
12


LOVE, CHUNIBYO & OTHER DELUSIONS! 2ND SEASON: HEART THROB

TV 24m

25
25


ITAKISS

TV 24m





MOST POPULAR




 * ONE PIECE
   
   1122
   1096
   
   TV
   
   


 * NARUTO: SHIPPUDEN
   
   500
   500
   500
   
   TV
   
   


 * BLEACH
   
   366
   366
   366
   
   TV
   
   


 * JUJUTSU KAISEN 2ND SEASON
   
   23
   23
   23
   
   TV
   
   


 * BLACK CLOVER
   
   170
   170
   170
   
   TV
   
   


 * DEMON SLAYER: KIMETSU NO YAIBA SWORDSMITH VILLAGE ARC
   
   11
   11
   11
   
   TV
   
   


 * BORUTO: NARUTO NEXT GENERATIONS
   
   293
   293
   293
   
   TV
   
   


 * NARUTO
   
   220
   220
   220
   
   TV
   
   


 * JUJUTSU KAISEN (TV)
   
   24
   24
   24
   
   TV
   
   


 * SPY X FAMILY
   
   12
   12
   12
   
   TV
   
   




Join nowHiAnime Group



A-Z LISTSearching 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


 * Terms of service
 * DMCA
 * Contact
 * HiAnime App


HiAnime does not store any files on our server, we only linked to the media
which is hosted on 3rd party services.

© HiAnime.to. All rights reserved.





WELCOME BACK!

×
Email address
Password
Remember me
Forgot password?


Login

Don't have an account? Register or Verify

CREATE AN ACCOUNT

×
An email has been sent to your email address containing an activation link.
Please check your email and click on the link to activate your account (It may
get in the email spam box).
Your name
Email address
Password
Confirm Password

Register

Have an account? Login

RESET PASSWORD

×
Your Email

Submit

Back to Sign-in

SEND VERIFICATION EMAIL

×
Your Email

Submit

Back to Sign-in

Available Manga Version
×


CHARACTERS & VOICE ACTORS

×

GOSHIMA, KIRIE

Main

SATAKE, UKI

Japanese


SAITOU, SHUUICHI

Main

MIKI, SHINICHIRO

Japanese


GOSHIMA, YASUO

Supporting

FURUKAWA, TOSHIO

Japanese


ISHIKAWA, SHIHO

Supporting

FUKUSHIMA, AMI

Japanese


KATAYAMA, NORIO

Supporting

MATSUZAKI, KATSUTOSHI

Japanese


KUROTANI, AZAMI

Supporting

ISE, MARIYA

Japanese


OKADA

Supporting

HATANO, WATARU

Japanese


SAITOU, YUKIE

Supporting

DOI, MIKA

Japanese


SAITOU, TOSHIO

Supporting

MATSUYAMA, TAKASHI

Japanese


SEKINO, KYOKO

Supporting



 * 1
 * 2
 * ›