Hi! Welcome to my profile! About me I started watching anime and reading manga in January 2020. I don't watch or read that much and I prefer things that are already finished. My favorite genres are comedy, mystery and fantasy. My least favorite genre is action. I pretty much enjoy watching and reading most things. Scores My scores are more based on perceived quality than on enjoyment. I mostly focus on characters, plot and themes. Animation and sound are less important to me. I use custom rating scale from 0 (1Low) to 10 (10High). Reviews All reviews contain spoilers. Links to reviews are in anime/manga list. Dropped I am using it for things I want to watch or read, but I wasn't able to find. MALgraph List of blog posts How I rate and review art My random thoughts about art Best rating scale CSS /* SPACE */ { 100: [img]https://i.ibb.co/YhPCSbz/100.png[/img] 10: [img]https://i.ibb.co/ZL3sfdj/10.png[/img] 1: [img]https://i.ibb.co/hXSPHty/1.png[/img] } /* SCORE */ { [size=75] Low[/size] [size=75] High[/size] } /* COLOR */ { Watching/Reading: #338543 Completed: #2e52ac On Hold: #c9a31f Dropped: #832f30 Plan To Watch/Read: #747474 Low/High: #CCCCCC } /* REVIEW */ { [right][url=]Review[/url][/right] } /* DUBBING */ { No Dubbing = 🔈(Language) Completed Dubbing = 🔊(Language) } /* COMPLETED EPISODE/CHAPTER/VOLUME */ { Completed Episode = 🟩(Number Of Episodes)E(Episode Number) Completed Chapter = 🟩(Number Of Chapters)C(Chapter Number) Completed Extra Chapter = 🟩(Number Of Extra Chapters)eC(Extra Chapter Number) Completed Volume = 🟩(Number Of Volumes)V(Volume Number) } /* MISSED EPISODE/CHAPTER/VOLUME */ { Missed Episode = 🟥(Number Of Episodes)E(Episode Number) Missed Chapter = 🟥(Number Of Chapters)C(Chapter Number) Missed Extra Chapter = 🟥(Number Of Extra Chapters)eC(Extra Chapter Number) Missed Volume = 🟥(Number Of Volumes)V(Volume Number) } /* COMBINED */ { Combined With = ➕(Name) } /* ON HOLD */ { On Hold = 🟨 } /* DROPPED BECOUSE OF TRANSLATION */ { No Translation = 💬No Partial Translation = 💬Partial Paid Translation = 💬Paid Inaccurate Translation = 💬Inaccurate } /* LIST STYLE DESIGN - DARK BLUE */ /* ONLY WORKS FOR ALL ANIME */ /* ENABLE: SCORE, TYPE, EPISODES, TOTAL DAYS WATCHED, TAGS, PRIORITY, NOTES, IMAGE */ /* BACKGROUND COLOR */ https://i.ibb.co/LYgWNxv/MAL-Background-Image-Dark-Blue.png /* IMPORTING HIGH RESOLUTION IMAGES */ @\import "https://malscraper.azurewebsites.net/covers/anime/AdamDosly/presets/dataimagelinkbefore"; /* IMAGE SIZE */ .data.image .link:after { width: 48px; height: 68px; background-size: cover; } /* IMAGE PADDING */ .list-table .list-table-data .data { padding: 1px; } /* CATEGORY-COLOURED HEADER BARS */ .status-menu-container .status-menu .status-button:nth-of-type(1)::after { background: YOURCOLOUR; } .status-menu-container .status-menu .status-button:nth-of-type(2)::after { background: #338543; } .status-menu-container .status-menu .status-button:nth-of-type(3)::after { background: #2e52ac; } .status-menu-container .status-menu .status-button:nth-of-type(4)::after { background: #c9a31f; } .status-menu-container .status-menu .status-button:nth-of-type(5)::after { background: #832f30; } .status-menu-container .status-menu .status-button:nth-of-type(6)::after { background: #747474; } /* CATEGORY-COLOURED LIST TEXT */ .data a:not(.edit-disabled):hover { text-decoration: underline; } .list-item .data.watching ~ .data a:not(.edit) { color: #338543 !important; } .list-item .data.completed ~ .data a:not(.edit) { color: #2e52ac !important; } .list-item .data.onhold ~ .data a:not(.edit) { color: #c9a31f !important; } .list-item .data.dropped ~ .data a:not(.edit) { color: #832f30 !important; } .list-item .data.plantowatch ~ .data a:not(.edit) { color: #747474 !important; } /* HEADER NAME CHANGE */ .list-table .list-table-header .header-title.tags, .list-table .list-table-header .header-title.days, .list-table .list-table-header .header-title .link.sort { font-size: 0px; } .list-table .list-table-header .header-title.tags::before { content: "Extra"; font-size: 11px; } .list-table .list-table-header .header-title.days::before { content: "Review"; font-size: 11px; } .list-table .list-table-header .header-title.title::before { content: "Title"; font-size: 11px; } .list-table .list-table-header .header-title.score::before { content: "Score"; font-size: 11px; } .list-table .list-table-header .header-title.type::before { content: "Type"; font-size: 11px; } .list-table .list-table-header .header-title.progress::before { content: "Episodes"; font-size: 11px; } /* COLUMNS WIDTH */ .list-container { width: 1057px; } .list-table { width: 1062px; } .status-menu-container { width: 1057px; } .list-table .list-table-header .header-title.image { width: 50px; } .list-table .list-table-header .header-title.score { width: 70px; } .list-table .list-table-header .header-title.type { width: 45px; } .list-table .list-table-header .header-title.progress { width: 70px; } .list-table .list-table-header .header-title.tags { width: 55px; } .list-table .list-table-header .header-title.days { width: 55px; } .list-table .list-table-header .header-title.priority { width: 65px; } /* TEXT POSITION */ .list-table .list-table-data .data.title { padding-top: 30px; vertical-align: top; } .list-table .list-table-data .data.image { vertical-align: top; } .list-table .list-table-data .data.score { padding-top: 27px; vertical-align: top; } .list-table .list-table-data .data.priority { padding-top: 33px; vertical-align: top; } .list-table .list-table-data .data.type { padding-top: 32px; vertical-align: top; } .list-table .list-table-data .data.progress { padding-top: 32px; vertical-align: top; } .list-table .list-table-data .data.tags { vertical-align: top; } /* FONT SIZE */ .status-menu-container .status-menu .status-button { font-size: 19px; } .list-unit .list-status-title .text { font-size: 25px; } .list-table .list-table-data { font-size: 9px; } .list-table .list-table-data .data.title .link { font-size: 13px; } .list-table .list-table-data .data.score { font-size: 13px; } .list-table .list-table-data .data.title .notes .text { font-size: 11px; } .list-table .list-table-data .data.tags { font-size: 9px; } /* TEXT COLOR */ .list-table .list-table-header .header-title .link.sort,.list-table .list-table-header .header-title .link.sort:hover { color: #CCCCCC; } .list-table .list-table-header .header-title.tags::before { color: #CCCCCC; } .list-table .list-table-header .header-title .link { color: #CCCCCC; } .list-unit .list-status-title { background-color: #CCCCCC; } .status-menu-container .status-menu .status-button:nth-of-type(1)::after { background: #CCCCCC; } .status-menu-container .status-menu .status-button.on,.status-menu-container .status-menu .status-button,.status-menu-container .status-menu .status-button:hover { color: #CCCCCC; } /* COLUMN ORDER */ .list-table .list-table-data .data.priority, .list-table .list-table-header .header-title.priority { position: relative; right: 282px; width: 0px; } .list-table .list-table-data .data.tags, .list-table .list-table-header .header-title.tags { position: relative; right: 57px; } .list-table .list-table-data .data.days, .list-table .list-table-header .header-title.days { position: relative; left: 57px; } /* BORDERS */ .list-table { border: #444444 0px solid; } .list-table .list-table-data .data { border: #444444 0px solid; } .status-menu-container { border-right: #444444 1px solid; } .list-table .list-table-data .data.tags, .list-table .list-table-header .header-title.tags { border-bottom: #444444 1px solid; border-top: #444444 1px solid; border-right: #444444 1px solid; } .list-table .list-table-data .data.days, .list-table .list-table-header .header-title.days { border-bottom: #444444 1px solid; border-top: #444444 1px solid; } .list-table .list-table-data .data.progress, .list-table .list-table-header .header-title.progress { border-bottom: #444444 1px solid; border-top: #444444 1px solid; } .list-table .list-table-data .data.type, .list-table .list-table-header .header-title.type { border-bottom: #444444 1px solid; border-top: #444444 1px solid; } .list-table .list-table-data .data.score, .list-table .list-table-header .header-title.score { border-bottom: #444444 1px solid; border-top: #444444 1px solid; } .list-table .list-table-data .data.title, .list-table .list-table-header .header-title.title { border-bottom: #444444 1px solid; border-top: #444444 1px solid; } .list-table .list-table-data .data.image, .list-table .list-table-header .header-title.image { border-bottom: #444444 1px solid; border-top: #444444 1px solid; } .list-table .list-table-data .data.number, .list-table .list-table-header .header-title.number { border-bottom: #444444 1px solid; border-top: #444444 1px solid; } .list-table .list-table-data .data.status,.list-table .list-table-header .header-title.status { border-bottom: #444444 1px solid; border-top: #444444 1px solid; border-left: #444444 1px solid; } /* SCORE ALIGN */ .list-table .list-table-data .data.priority { text-align: left; } .list-table .list-table-data .data.score { text-align: right; padding-right: 50px; } /* REVIEW LINK POSITION */ .list-table .list-table-data .data.title .notes .text { position: relative; bottom: 15px; width: 948px; } .list-table .list-table-data .data.title .notes { width: 550px; } /* HIDE MISSING TITLES TEXT */ .list-table .list-table-data .data.title .notes .text { z-index: 1; } .status-menu-container { z-index: 2; } /* HIDE PRIORITY HEADER */ .list-table .list-table-header .header-title.priority { display: none; } /* HIDE ADD NOTE */ .list-table .list-table-data .data.title .notes .edit { display: none; } /* HIDE EDIT-MORE */ .list-table .list-table-data .data.title .add-edit-more { display: none; position: relative; bottom: 30px; } /* HIDE ADD EPISODE */ .fa-circle-plus:before { display: none; } /* HIDE WATCH EOISODE VIDEO */ .malicon-streaming:before { display: none; } /* HIDE EDIT TAGS */ .list-table .list-table-data .tags .edit { display: none; } /* DISABLE SCORE CHANGE */ .list-table .list-table-data .data.score .link { pointer-events: none; } /* DISABLE POINTER EVENT */ .header .header-menu .btn-menu { pointer-events: none; } .list-unit .list-status-title .text { pointer-events: none; } .list-table .list-table-header .header-title.image { pointer-events: none; } .list-table .list-table-data .data.title .link { pointer-events: none; } .list-table .list-table-data .data.priority { pointer-events: none; } .list-table .list-table-data .data.type { pointer-events: none; } .list-table .list-table-data .data.progress { pointer-events: none; } .list-table .list-table-data .data.title .content-status { pointer-events: none; } .list-table .list-table-data .data.days, .list-table .list-table-header .header-title.days { pointer-events: none; } .list-table .list-table-data .data.tags { pointer-events: none; } /* HIDE FOOTER */ #footer-block { display:none; } /* FLOAT MENO COLOR */ .list-menu-float .icon-menu svg.icon { fill: #444444; } .list-menu-float .icon-menu svg.icon:hover { fill: #CCCCCC; } .list-menu-float .icon-menu:hover svg.icon { fill: #CCCCCC; } .list-menu-float .icon-menu:hover { color: #444444; } /* STATS COLOR */ .list-unit .list-stats { color: #CCCCCC; background-color: #333333; } /* FILTERS COLOR */ #advanced-options .btn-apply { background-color: #333333; } #advanced-options .btn-clear { background-color: #333333; } #advanced-options .btn-apply:hover { background-color: #333333; } #advanced-options .btn-clear:hover { background-color: #333333; } #advanced-options .sort-widget input[type=radio]:checked + label { background-color: #333333; border: #333333; } /* SEARCH COLOR */ .fa-magnifying-glass:before { color: #CCCCCC; } /* LIST STYLE DESIGN - DARK RED */ /* ONLY WORKS FOR ALL MANGA */ /* ENABLE: SCORE, TYPE, CHAPTERS, VOLUMES, TOTAL DAYS READ, TAGS, PRIORITY, NOTES, IMAGE */ /* BACKGROUND COLOR */ /* https://i.ibb.co/LYgWNxv/MAL-Background-Image-Dark-Blue.png */ /* IMPORTING HIGH RESOLUTION IMAGES */ @\import "https://malscraper.azurewebsites.net/covers/manga/AdamDosly/presets/dataimagelinkbefore"; /* MISSING TITLES IMAGE */ .data.image a[href*="/85868"]:before { content: ""; background-image:url(https://i.ibb.co/sH6bSqJ/Missing.png); position: absolute; left: 25.5px; height: 70px; width: 48px; background-size: cover; } /* IMAGE SIZE */ .data.image .link:after { width: 48px; height: 68px; background-size: cover; } /* IMAGE PADDING */ .list-table .list-table-data .data { padding: 1px; } /* CATEGORY-COLOURED HEADER BARS */ .status-menu-container .status-menu .status-button:nth-of-type(1)::after { background: YOURCOLOUR; } .status-menu-container .status-menu .status-button:nth-of-type(2)::after { background: #338543; } .status-menu-container .status-menu .status-button:nth-of-type(3)::after { background: #2e52ac; } .status-menu-container .status-menu .status-button:nth-of-type(4)::after { background: #c9a31f; } .status-menu-container .status-menu .status-button:nth-of-type(5)::after { background: #832f30; } .status-menu-container .status-menu .status-button:nth-of-type(6)::after { background: #747474; } /* CATEGORY-COLOURED LIST TEXT */ .data a:not(.edit-disabled):hover { text-decoration: underline; } .list-item .data.reading ~ .data a:not(.edit) { color: #338543 !important; } .list-item .data.completed ~ .data a:not(.edit) { color: #2e52ac !important; } .list-item .data.onhold ~ .data a:not(.edit) { color: #c9a31f !important; } .list-item .data.dropped ~ .data a:not(.edit) { color: #832f30 !important; } .list-item .data.plantoread ~ .data a:not(.edit) { color: #747474 !important; } /* HEADER NAME CHANGE */ .list-table .list-table-header .header-title.tags, .list-table .list-table-header .header-title.days, .list-table .list-table-header .header-title .link.sort { font-size: 0px; } .list-table .list-table-header .header-title.tags::before { content: "Extra"; font-size: 11px; } .list-table .list-table-header .header-title.days::before { content: "Review"; font-size: 11px; } .list-table .list-table-header .header-title.title::before { content: "Title"; font-size: 11px; } .list-table .list-table-header .header-title.score::before { content: "Score"; font-size: 11px; } .list-table .list-table-header .header-title.type::before { content: "Type"; font-size: 11px; } .list-table .list-table-header .header-title.chapters::before { content: "Chapters"; font-size: 11px; } .list-table .list-table-header .header-title.volumes::before { content: "Volumes"; font-size: 11px; } /* COLUMNS WIDTH */ .list-container { width: 1057px; } .list-table { width: 1062px; } .status-menu-container { width: 1057px; } .list-table .list-table-header .header-title.number { width: 10px; } .list-table .list-table-header .header-title.image { width: 50px; } .list-table .list-table-header .header-title.score { width: 70px; } .list-table .list-table-header .header-title.type { width: 55px; } .list-table .list-table-header .header-title.tags { width: 55px; } .list-table .list-table-header .header-title.days { width: 55px; } .list-table .list-table-header .header-title.chapters { width: 65px; } .list-table .list-table-header .header-title.volumes { width: 65px; } .list-table .list-table-header .header-title.priority { width: 65px; } /* TEXT POSITION */ .list-table .list-table-data .data.title { padding-top: 30px; vertical-align: top; } .list-table .list-table-data .data.image { vertical-align: top; } .list-table .list-table-data .data.score { padding-top: 27px; vertical-align: top; } .list-table .list-table-data .data.priority { padding-top: 33px; vertical-align: top; } .list-table .list-table-data .data.type { padding-top: 32px; vertical-align: top; } .list-table .list-table-data .data.chapter { padding-top: 32px; vertical-align: top; } .list-table .list-table-data .data.volume { padding-top: 32px; vertical-align: top; } .list-table .list-table-data .data.tags { vertical-align: top; } /* FONT SIZE */ .status-menu-container .status-menu .status-button { font-size: 19px; } .list-table .list-table-header .header-title.tags::before { font-size: 11px; } .list-unit .list-status-title .text { font-size: 25px; } .list-table .list-table-data { font-size: 9px; } .list-table .list-table-data .data.title .link { font-size: 13px; } .list-table .list-table-data .data.score { font-size: 13px; } .list-table .list-table-data .data.title .notes .text { font-size: 11px; } .list-table .list-table-data .data.tags { font-size: 9px; } /* TEXT COLOR */ .list-table .list-table-header .header-title .link.sort,.list-table .list-table-header .header-title .link.sort:hover { color: #CCCCCC; } .list-table .list-table-header .header-title.tags::before { color: #CCCCCC; } .list-table .list-table-header .header-title .link { color: #CCCCCC; } .list-unit .list-status-title { background-color: #CCCCCC; } .status-menu-container .status-menu .status-button:nth-of-type(1)::after { background: #CCCCCC; } .status-menu-container .status-menu .status-button.on,.status-menu-container .status-menu .status-button,.status-menu-container .status-menu .status-button:hover { color: #CCCCCC; } /* COLUMN ORDER */ .list-table .list-table-data .data.priority, .list-table .list-table-header .header-title.priority { position: relative; right: 355px; width: 0px; } .list-table .list-table-data .data.type, .list-table .list-table-header .header-title.type { position: relative; right: 134px; } .list-table .list-table-data .data.volume, .list-table .list-table-header .header-title.volumes { position: relative; left: 57px; } .list-table .list-table-data .data.chapter, .list-table .list-table-header .header-title.chapters { position: relative; left: 57px; } .list-table .list-table-data .data.tags, .list-table .list-table-header .header-title.tags { position: relative; right: 57px; } .list-table .list-table-data .data.days, .list-table .list-table-header .header-title.days { position: relative; left: 59px; } /* BORDERS */ .list-table { border: #444444 0px solid; } .list-table .list-table-data .data { border: #444444 0px solid; } .status-menu-container { border-right: #444444 1px solid; } .list-table .list-table-data .data.tags, .list-table .list-table-header .header-title.tags { border-bottom: #444444 1px solid; border-top: #444444 1px solid; border-right: #444444 1px solid; } .list-table .list-table-data .data.days, .list-table .list-table-header .header-title.days { border-bottom: #444444 1px solid; border-top: #444444 1px solid; } .list-table .list-table-data .data.volume, .list-table .list-table-header .header-title.volumes { border-bottom: #444444 1px solid; border-top: #444444 1px solid; } .list-table .list-table-data .data.chapter, .list-table .list-table-header .header-title.chapters { border-bottom: #444444 1px solid; border-top: #444444 1px solid; } .list-table .list-table-data .data.type, .list-table .list-table-header .header-title.type { border-bottom: #444444 1px solid; border-top: #444444 1px solid; } .list-table .list-table-data .data.score, .list-table .list-table-header .header-title.score { border-bottom: #444444 1px solid; border-top: #444444 1px solid; } .list-table .list-table-data .data.title, .list-table .list-table-header .header-title.title { border-bottom: #444444 1px solid; border-top: #444444 1px solid; } .list-table .list-table-data .data.image, .list-table .list-table-header .header-title.image { border-bottom: #444444 1px solid; border-top: #444444 1px solid; } .list-table .list-table-data .data.number, .list-table .list-table-header .header-title.number { border-bottom: #444444 1px solid; border-top: #444444 1px solid; } .list-table .list-table-data .data.status,.list-table .list-table-header .header-title.status { border-bottom: #444444 1px solid; border-top: #444444 1px solid; border-left: #444444 1px solid; } /* SCORE ALIGN */ .list-table .list-table-data .data.priority { text-align: left; } .list-table .list-table-data .data.score { text-align: right; padding-right: 50px; } /* REVIEW LINK POSITION */ .list-table .list-table-data .data.title .notes .text { position: relative; bottom: 15px; width: 948px; } .list-table .list-table-data .data.title .notes { width: 550px; } /* HIDE MISSING TITLES TEXT */ .list-table .list-table-data .data.title .notes .text { z-index: 1; } .status-menu-container { z-index: 2; } /* HIDE PRIORITY HEADER */ .list-table .list-table-header .header-title.priority { display: none; } /* HIDE ADD NOTE */ .list-table .list-table-data .data.title .notes .edit { display: none; } /* HIDE EDIT-MORE */ .list-table .list-table-data .data.title .add-edit-more { display: none; position: relative; bottom: 30px; } /* HIDE ADD VOLUME/CHAPTER */ .fa-circle-plus:before { display: none; } /* HIDE EDIT TAGS */ .list-table .list-table-data .tags .edit { display: none; } /* DISABLE SCORE CHANGE */ .list-table .list-table-data .data.score .link { pointer-events: none; } /* DISABLE POINTER EVENT */ .header .header-menu .btn-menu { pointer-events: none; } .list-unit .list-status-title .text { pointer-events: none; } .list-table .list-table-header .header-title.image { pointer-events: none; } .list-table .list-table-data .data.title .link { pointer-events: none; } .list-table .list-table-data .data.priority { pointer-events: none; } .list-table .list-table-data .data.type { pointer-events: none; } .list-table .list-table-data .data.chapter { pointer-events: none; } .list-table .list-table-data .data.volume { pointer-events: none; } .list-table .list-table-data .data.title .content-status { pointer-events: none; } .list-table .list-table-data .data.days, .list-table .list-table-header .header-title.days { pointer-events: none; } .list-table .list-table-data .data.tags { pointer-events: none; } /* HIDE FOOTER */ #footer-block { display:none; } /* FLOAT MENO COLOR */ .list-menu-float .icon-menu svg.icon { fill: #444444; } .list-menu-float .icon-menu svg.icon:hover { fill: #CCCCCC; } .list-menu-float .icon-menu:hover svg.icon { fill: #CCCCCC; } .list-menu-float .icon-menu:hover { color: #444444; } /* STATS COLOR */ .list-unit .list-stats { color: #CCCCCC; background-color: #333333; } /* FILTERS COLOR */ #advanced-options .btn-apply { background-color: #333333; } #advanced-options .btn-clear { background-color: #333333; } #advanced-options .btn-apply:hover { background-color: #333333; } #advanced-options .btn-clear:hover { background-color: #333333; } #advanced-options .sort-widget input[type=radio]:checked + label { background-color: #333333; border: #333333; } /* SEARCH COLOR */ .fa-magnifying-glass:before { color: #CCCCCC; } |
Statistics
All Manga Stats Manga Stats
Days: 43.3
Mean Score:
5.52
- Reading0
- Completed121
- On-Hold38
- Dropped26
- Plan to Read470
- Total Entries655
- Reread0
- Chapters5,456
- Volumes631
All Comments (20) Comments
all jokes aside i don't think it's as good as people say it is and got a little bored halfway in but i still haven't seen the full season and plan on finishing it