manhuascan.com Open in urlscan Pro
2606:4700:3031::6815:4fc9  Public Scan

URL: https://manhuascan.com/manga/32938-author-of-my-own-destiny-official/chapter-7
Submission: On March 20 via manual from NO — Scanned from NO

Form analysis 5 forms found in the DOM

GET /search

<form id="search" autocomplete="off" action="/search" method="GET">
  <div class="inner"><input id="input-header-search" type="text" name="q" placeholder="Search..." autocomplete="off" value="">
    <style>
      .spinner2 {
        margin: 100px auto;
        width: 50px;
        height: 40px;
        text-align: center;
        font-size: 10px;
        position: absolute;
        top: -20px;
        left: 46%;
        display: none;
      }

      .spinner2>div {
        background-color: #27ae60;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
      }

      #search-form-large .spinner2,
      #search .spinner2 {
        margin: unset;
        width: 40px;
        height: 25px;
        top: 3px;
        right: 30px;
        left: unset;
      }

      #search-form-large .spinner2 {
        top: 5px;
      }

      #search-form-large .spinner2>div,
      #search .spinner2>div {
        width: 4px;
      }

      .spinner2 .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
      }

      .spinner2 .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
      }

      .spinner2 .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
      }

      .spinner2 .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
      }

      #search-form-large.loading .spinner2 {
        display: block;
      }

      .notifications-dropdown {
        min-width: 320px;
      }

      body.dark-mode .border,
      body.dark-mode .border-left,
      body.dark-mode .border-right,
      body.dark-mode .border-top,
      body.dark-mode .border-bottom {
        border-color: #000000 !important;
      }

      .notifications .dropdown-toggle::after {
        display: none;
      }

      .notifications .list {
        background-color: #dddddd !important
      }

      body.dark-mode .notifications .list {
        background-color: #020d18 !important
      }

      .notifications .list .row {
        margin-left: unset;
        margin-right: unset
      }

      .notifications .list-item {
        background-color: white;
        margin-bottom: 5px;
        padding: 10px 0
      }

      body.dark-mode .notifications .list-item {
        background-color: #06121e;
      }

      .notifications .reading-item {
        padding: 10px 0
      }

      .notifications .reading-item .inner {
        display: flex;
        overflow: hidden;
        align-items: center;
        height: auto;
      }

      .notifications .reading-item .inner .icon {
        display: flex;
        overflow: hidden;
        width: 50px;
        min-width: 50px;
        margin-right: 10px
      }

      .notifications .reading-item .inner .icon a {
        display: block;
        overflow: hidden
      }

      .notifications .reading-item .inner .icon img {
        #height: 100%;
        object-fit: cover;
        width: 50px !important;
        min-width: 50px !important;
        height: 50px !important;
        border-radius: 50% !important;
      }

      .notifications .meta img {
        max-width: 20px !important;
      }

      .notifications .nav-item .nav-link {
        border: 0 none !important;
        padding: 0.3rem 0;
      }

      .notifications .tab-content {
        padding: 0 !important;
        overflow-y: auto;
        max-height: 50vh;
        overflow-x: hidden;
      }

      body.dark-mode .notifications .dropdown-menu {
        color: inherit;
      }

      @-webkit-keyframes sk-stretchdelay {

        0%,
        40%,
        100% {
          -webkit-transform: scaleY(0.4)
        }

        20% {
          -webkit-transform: scaleY(1.0)
        }
      }

      @keyframes sk-stretchdelay {

        0%,
        40%,
        100% {
          transform: scaleY(0.4);
          -webkit-transform: scaleY(0.4);
        }

        20% {
          transform: scaleY(1.0);
          -webkit-transform: scaleY(1.0);
        }
      }
    </style>
    <div class="spinner2">
      <div class="rect1"></div>
      <div class="rect2"></div>
      <div class="rect3"></div>
      <div class="rect4"></div>
      <div class="rect5"></div>
    </div>
  </div>
  <div class="suggestions" id="header-autocomplete-list"></div><a href="/search" title="Advanced Search" class="advance-search"><i class="fa fa-search"></i></a>
</form>

POST

<form method="post" id="comment-form">
  <textarea class="comment-content hidden" name="content" placeholder="Comment here"></textarea>
  <div class="comment-error"></div>
  <div class="user-info" id="comment-user-info">
    <div class="" id="anonymous-form">
      <input maxlength="20" placeholder="Name (required)" required="" type="text" name="anonymous_name">
      <input maxlength="50" placeholder="Email (optional)" type="email" name="anonymous_email">
    </div>
    <button class="submit-btn button main__button" type="submit" style="padding: 0 30px;">Send</button>
    <span id="user-name" style="padding-left: 10px;"></span>
  </div>
</form>

<form class="content report-form">
  <style>
    label {
      font-size: 1.125rem;
      font-weight: 500;
      margin: 20px 0;
    }

    select {
      height: 32px;
      width: 250px;
    }

    option {
      zoom: 1.2;
    }

    .select+label {
      margin-top: 40px;
    }
  </style>
  <style>
    .control {
      display: block;
      position: relative;
      padding-left: 30px;
      margin-bottom: 10px;
      cursor: pointer;
    }

    .control input {
      position: absolute;
      z-index: -1;
      opacity: 0;
      width: unset;
    }

    .control__indicator {
      position: absolute;
      top: 2px;
      left: 0;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 1px solid #555;
    }

    .control--checkbox .control__indicator {
      border-radius: 3px;
    }

    .control--radio .control__indicator {
      border-radius: 50%;
    }

    .control:hover input:not([disabled])~.control__indicator,
    .control input:focus~.control__indicator {
      border-color: #666;
    }

    .control input:checked~.control__indicator {
      background: #fff;
    }

    .control input:disabled~.control__indicator {
      background: #e6e6e6;
      opacity: 0.6;
      pointer-events: none;
    }

    .control__indicator:after {
      content: '';
      position: absolute;
      display: none;
    }

    .control input:checked~.control__indicator:after {
      display: block;
    }

    .control--radio .control__indicator:after {
      left: 3px;
      top: 3px;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background: #34bb92;
    }

    .control--radio input:disabled~.control__indicator:after {
      background: #7b7b7b;
    }
  </style>
  <style>
    label {
      margin: 5px 0 !important;
    }

    /* input[type="file"] {
			margin: 20px 0;
			color: #888;
			font-size: 12px;
			padding: 0;
			line-height: 1;
			margin-left: 5px;
			display: none;
		} */
  </style>
  <label class="control control--radio"> Images do not load <input type="radio" name="reason" value="1" checked="checked">
    <div class="control__indicator"></div>
  </label>
  <label class="control control--radio"> Inappropriate content <input type="radio" name="reason" value="2">
    <div class="control__indicator"></div>
  </label>
  <label class="control control--radio"> Inappropriate advertising(ads) <input type="radio" name="reason" value="3">
    <div class="control__indicator"></div>
  </label>
  <label class="control control--radio"> Wrong manga <input type="radio" name="reason" value="4">
    <div class="control__indicator"></div>
  </label>
  <label class="control control--radio"> Bad translation <input type="radio" name="reason" value="5">
    <div class="control__indicator"></div>
  </label>
  <label class="control control--radio"> Chapters appearing in the wrong order <input type="radio" name="reason" value="6">
    <div class="control__indicator"></div>
  </label>
  <label class="control control--radio"> Other <input type="radio" name="reason" value="7">
    <div class="control__indicator"></div>
  </label>
  <div class="hide-on-success">
    <div class="form-group">
      <textarea style="height: 100px; max-width: 100%;" type="text" name="message" class="form-control" placeholder="Your message"></textarea>
    </div>
    <div style="display: flex; flex-direction: column; margin-left: 20px;">
      <span>Image (PNG, JPG, WEBP or GIF)</span>
      <label class="select-avatar">
        <input type="file" name="image">
        <!-- <span class="file-name"></span> -->
      </label>
      <img id="report-image" height="100" width="100" style="object-fit: cover; display: none;">
      <span style="color: yellow;"> Please provide a picture or screenshot of the problem if possible. It helps us to fix the problem faster. </span>
    </div>
    <div class="form-error"></div>
    <div class="form-group">
      <button class="submit-btn button main__button" type="submit" style="padding: 10px 50px; width: 100%;">Submit</button>
    </div>
  </div>
</form>

<form class="content login-form">
  <div class="hide-on-success">
    <div class="form-group"><i class="fa fa-envelope"></i><input type="email" name="email" class="form-control" required="" placeholder="Email"></div>
    <div class="form-group"><i class="fa fa-lock"></i><input type="password" name="password" class="form-control" required="" placeholder="Password"></div>
    <input type="hidden" name="token" value="6666028ff9a4764325efd8d54b156c7d">
    <div class="form-group text-center" id="g-captcha-signin">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-676g7zh6quf7" 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=6LcIxMYfAAAAAM-6fuml0dYPJfswgzlvRjW23o7G&amp;co=aHR0cHM6Ly9tYW5odWFzY2FuLmNvbTo0NDM.&amp;hl=no&amp;v=YurWEBlMIwR4EqFPncmQTkxQ&amp;size=normal&amp;cb=e45ls9ryp3ah"></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><iframe style="display: none;"></iframe>
    </div>
    <div class="form-error"></div>
    <div class="form-group"><button class="submit-btn button main__button " type="submit" style="padding: 10px 50px; width: 100%;">LOGIN</button></div>
    <div class="social-login">
      <p>OR LOGIN WITH</p>
      <div class="social-buttons">
        <a style="display: none;" data-no-instant="" href="/auth/facebook" type="button" class="main__button fb" title="Login with Facebook" rel="nofollow"><i class="fab fa-facebook"></i></a><a style="display: none;" data-no-instant="" class="main__button twitter" href="/auth/twitter" title="Login with Twitter" rel="nofollow"><i class="fab fa-twitter"></i></a><a data-no-instant="" class="main__button gg" href="/auth/google" title="Login with Google" rel="nofollow"><i class="fab fa-google"></i></a>
      </div>
    </div>
  </div>
</form>

<form class="content signup-form">
  <div class="hide-on-success">
    <div class="form-group"><i class="fa fa-user-alt"></i><input type="text" required="" name="name" class="form-control" placeholder="Display name"></div>
    <div class="form-group"><i class="fa fa-envelope"></i><input type="email" required="" name="email" class="form-control" placeholder="Email"></div>
    <div class="form-group"><i class="fa fa-lock"></i><input type="password" required="" name="password" class="form-control" placeholder="Password"></div>
    <div class="form-group"><i class="fa fa-lock"></i><input type="password" required="" name="confirm_password" class="form-control" placeholder="Confirm password"></div>
    <input type="hidden" name="token" value="6666028ff9a4764325efd8d54b156c7d">
    <div class="form-group text-center" id="g-captcha-signup">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-xz9kxeihpioz" 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=6LcIxMYfAAAAAM-6fuml0dYPJfswgzlvRjW23o7G&amp;co=aHR0cHM6Ly9tYW5odWFzY2FuLmNvbTo0NDM.&amp;hl=no&amp;v=YurWEBlMIwR4EqFPncmQTkxQ&amp;size=normal&amp;cb=r0m9zc1l4f3o"></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-error"></div>
    <div class="form-group"><button class="submit-btn button main__button " type="submit" style="padding: 10px 50px; width: 100%;">REGISTER</button></div>
  </div>
</form>

Text Content

Scientists First Thought They Were Statues Sponsored: Investing Magazine Read
Next Story 
Get More Out of Your Browsing Experience With our Custom Content Sponsored:
DiscoveryFeed Read Next Story 
Discover the Contrast: Undergraduate vs Graduate Unveiled Sponsored: Mxgovtjob -
All About Genuine Information Read Next Story 
Pharmacy Technician Online Course: Get Certified Sponsored: Sponsored links Read
Next Story 
Why Life Insurance Is Essential for Your Family's Security Sponsored:
milkywayxyz.xyz Read Next Story 

ManhuaScan

10+
 * 
 * 

 * 
 * 
 * 12
 * 

 * ADVANCED SEARCH
 * POPULAR
 * LATEST
 * TOP
   * DAY
   * WEEK
   * MONTH
   * REVIEWS
   * COMMENTS
 * GENRES
   * Action
   * Adaptation
   * Adult
   * Adventure
   * Animal
   * Anthology
   * Cartoon
   * Comedy
   * Comic
   * Cooking
   * Demons
   * Doujinshi
   * Drama
   * Ecchi
   * Fantasy
   * Full Color
   * Game
   * Gender bender
   * Ghosts
   * Harem
   * Historical
   * Horror
   * Isekai
   * Josei
   * Long strip
   * Mafia
   * Magic
   * Manga
   * Manhua
   * Manhwa
   * Martial arts
   * Mature
   * Mecha
   * Medical
   * Military
   * Monster
   * Monster girls
   * Monsters
   * Music
   * Mystery
   * Office
   * Office workers
   * One shot
   * Police
   * Psychological
   * Reincarnation
   * Romance
   * School life
   * Sci fi
   * Science fiction
   * Seinen
   * Shoujo
   * Shoujo ai
   * Shounen
   * Shounen ai
   * Slice of life
   * Smut
   * Soft Yaoi
   * Sports
   * Super Power
   * Superhero
   * Supernatural
   * Thriller
   * Time travel
   * Tragedy
   * Vampire
   * Vampires
   * Video games
   * Villainess
   * Web comic
   * Webtoons
   * Yaoi
   * Yuri
   * Zombies
 * STATUS
   * Ongoing
   * Completed
 * MANGA LIST
 * DISCUSSIONS
   

 * -
   

ManhuaScan
Navigation -

 * HOME
 * ADVANCED SEARCH
 * TOP
   * DAY
   * WEEK
   * MONTH
   * REVIEWS
   * COMMENTS
 * DISCUSSIONS
 * MANGA LIST
   * LATEST
   * POPULAR
   * ON-GOING
   * COMPLETED
   * RECOMMENDED LISTs
 * PROFILE
   * BOOKMARK
   * READING HISTORY
   * MY LISTs
   * MY COMMENTS
   * NOTIFICATIONS
   * SETTINGS
 * GENRES
 * READ MANHUA ONLINE
 * LOGOUT

Copyright 2022.

👉 We don't use any redirect ads, If you got any bugs, please report HERE 👈
👉 Most bugs are solved by disable all Ad-Blockers on your browsers/devices! 👈

HOME
Author of My Own Destiny [Official]
Chapter 7
 * 
   ❮ ❯


AUTHOR OF MY OWN DESTINY [OFFICIAL] - CHAPTER 7

Read Author of My Own Destiny [Official] - Chapter 7 with HD image quality and
high loading speed at ManhuaScan. And much more top manga are available here.
You can use the Bookmark button to get notifications about the latest chapters
next time when you come visit ManhuaScan. That will be so grateful if you let
ManhuaScan be your favorite manga site. Hope you'll come to join us and become a
manga reader in this community. Have a beautiful day!
If images do not load, please change the server.

 * Server 1
 * Server 2
   



Sponsored Content



Loading 1/57
Loading 2/57
Loading 3/57
Loading 4/57
Loading 5/57
Loading 6/57
Loading 7/57
Loading 8/57
Loading 9/57
Loading 10/57
Loading 11/57
Loading 12/57
Loading 13/57
Loading 14/57
Loading 15/57
Loading 16/57
Loading 17/57
Loading 18/57
Loading 19/57
Loading 20/57
Loading 21/57
Loading 22/57
Loading 23/57
Loading 24/57
Loading 25/57
Loading 26/57
Loading 27/57
Loading 28/57
Loading 29/57
Loading 30/57
Loading 31/57
Loading 32/57
Loading 33/57
Loading 34/57
Loading 35/57
Loading 36/57
Loading 37/57
Loading 38/57
Loading 39/57
Loading 40/57
Loading 41/57
Loading 42/57
Loading 43/57
Loading 44/57
Loading 45/57
Loading 46/57
Loading 47/57
Loading 48/57
Loading 49/57
Loading 50/57
Loading 51/57
Loading 52/57
Loading 53/57
Loading 54/57
Loading 55/57
Loading 56/57
Loading 57/57

Kate's Editing Fail Revealed What She Was Trying To Hide

AdSponsored Content

LHK Media

Kate's Editing Controversy: What Was She Trying To Hide?

AdSponsored Content

LHK Media

7 Actors Who Went Unnecessarily Extreme For Movie Roles

AdSponsored Content

LHK Media

Around The Web

Oppdag 101 unike navn til hunden din
Read more
Få inspirasjon fra kjendishundenes navn Sponsored | hunden din
Scientists First Thought They Were Statues Sponsored | Investing Magazine
Hvor er det størst sjanse for å se nordlys?
Read more
Tromsø regnes som et av de beste stedene i verden for å se nordlyset. Sponsored
| Aurora borealis
Personalized Content Tailored to Your Preferences - All in One Place Sponsored |
DiscoveryFeed
Discover How Life Insurance Can Provide Peace of Mind Sponsored |
milkywayxyz.xyz
Essential Guide: Understanding Undergraduate vs Graduate Sponsored | Mxgovtjob -
All About Genuine Information
Become Certified as a Pharmacy Technician
Click Here
Sponsored | Sponsored links

Tip: You can use left, right, A and D keyboard keys to browse between chapters.
 * 
 * 
 * ❮
 * ❯
 * 

SHARE THIS CHAPTER
Facebook Twitter LinkedIn Reddit VK
COMMENTS (9)
COMMENTS (9)
×

Send
Sort by :
NEWEST REPLIES OLDEST
Member
Love yourself Level 10 16 days ago Chapter 7
He need a better life!

Love yourself and read the manhwa/manga it can make You feel sad/good

I feel very single

Reply
 * Report Spam
 * Report Spoil

Member
A Mimir Level 6 a month ago Chapter 7
He is like a overprotective father🥰
Reply
 * Report Spam
 * Report Spoil

Member
FartGuy Level 7 2 months ago Chapter 7
Deserve

Nice to meet you! My name is FartGuy! My special skill is instakill and mass
murdering! Anyone who dares defy me will get no mercy.


Reply
(1)
 * Report Spam
 * Report Spoil

Member
Green flag lover Level 9 2 months ago Chapter 7
AGH his-his back-

Favourite bl green flag of all time: Kang Dooshik ^^ (Pearl Boy)
Favourite fantasy green flag of all time: Perez Durcelli (I Shall Master This
Family!)

Also, go read 'Mystical!' if you like mermaid types of stories.

Pls also give me esperverse recommendations!

Reply
(1)
 * Report Spam
 * Report Spoil

Member
yuun Level 9 2 months ago Chapter 7

Reply
(2)
 * Report Spam
 * Report Spoil

Member
Soii Level 7 2 months ago Chapter 7
My baby

I LOVE BL/GLS AND MANHWAS THEY ARE SOO GOOD
im not ten and reading the most traumatising bls/gls😊😖

-Jinx(ongoing)
-bad thinking diary(ongoing)
-under the oak tree(ongoing I think...)
-I became the mother of a bloody male lead(ongoing)
-I can't keep up with my stallion duke(ongoing)
-bj alex(complete I think...)
-painter of the night (idk...) 
-darkfall (idk...)
-author of my own destiny(idk just started

Btw I LOOOOVE KPOP🤭

Reply
(2)
 * Report Spam
 * Report Spoil

C Member
Caught by the villain Level 8 3 months ago Chapter 7
MY POOR CHILD!!?!
Reply
(2)
 * Report Spam
 * Report Spoil

Member
LeeSana Level 7 3 months ago Chapter 7
...and I'm starting to sympathize the male lead/ protagonist again. GOD DAMN
IT!!! 
P.s. I've read too many hate male lead because they were sh*tty to the
reincarnated main character. Hence my dilemma🤷🏻‍♀️

• in love hate relationships with fictional characters
• rather date a fictional character than a real person
• hopelessly in love with the BL genre and isekai/ transmigaration genre
• pls recommend me mangas which fall under above genres
<🐺👫🏻💕💔💞>

SLYTHERIN FOREVER B*ITCHES!!!! 💚🐍💚🐍💚🐍💚

Reply
 * Report Spam
 * Report Spoil

L Member
Lady_reader Level 10 4 months ago Chapter 7




Reply
(1)
 * Report Spam
 * Report Spoil




RECENTLY UPDATES
Drama Romance


THE MAID NO LONGER DESIRES HER MASTER [OFFICIAL]

 0

CHAPTER 1 NEW

2 hours ago
Comedy Drama Horror Romance


IMPRISONED WITH THE HORROR GAME'S MALE LEAD

 0

CHAPTER 3 NEW

3 hours ago

CHAPTER 2 NEW

1 day ago
Comedy Romance Shounen


I SPOILED "KUDERELLA" NEXT DOOR AND I'M GOING TO GIVE HER A KEY TO MY HOUSE

 0

CHAPTER 12 NEW

3 hours ago

CHAPTER 11

3 weeks ago
Shounen Supernatural


TOGABITO NO KOKUIN

 0

CHAPTER 4 NEW

3 hours ago

CHAPTER 3

1 week ago
Drama Romance Webtoons


THE HANDMAIDEN DREAMS AT SUNSET

 5.0

CHAPTER 21 NEW

9 hours ago

CHAPTER 20 NEW

9 hours ago
Drama Romance Supernatural Webtoons


I CAN SEE YOUR DEATH

 5.0

CHAPTER 52 NEW

5 hours ago

CHAPTER 51

1 week ago
Comedy Romance Shounen ai Yaoi


I SHIP MY RIVAL X ME [OFFICIAL]

 5.0

CHAPTER 55 NEW

3 hours ago

CHAPTER 54 NEW

3 hours ago
Romance


I'VE BECOME A TRUE VILLAINESS

 4.7

CHAPTER 75 NEW

3 hours ago

CHAPTER 74 NEW

7 days ago

Page Navigation: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
52 53 54 55 56 57

REPORT CHAPTER

Images do not load

Inappropriate content

Inappropriate advertising(ads)

Wrong manga

Bad translation

Chapters appearing in the wrong order

Other

Image (PNG, JPG, WEBP or GIF) Please provide a picture or screenshot of the
problem if possible. It helps us to fix the problem faster.

Submit
A-Z ListSearching Manga 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

Help
 * Contact
 * Privacy Policy
 * TOS
 * DMCA

Links
 * Newest
 * Recently Updated
 * Popular
 * A-Z List
 * Genres

Partners
 * Read manhua online

All Manga, Character Designs and Logos are © to their respective copyright
holders.




LOGIN

LOGIN

OR LOGIN WITH


Forgot password  Create an account

SIGNUP

REGISTER
Back to login


We use cookies to make sure you can have the best experience on our website. If
you continue to use this site we assume that you will be happy with it. OK



CONFIRMATION


CANCELCONFIRM

ALERT


OK