-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
226 lines (197 loc) · 8.05 KB
/
index.html
File metadata and controls
226 lines (197 loc) · 8.05 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Comic Reading</title>
<style type="text/css">
a {
color: black;
text-decoration: none;
}
.blocked {
background: black;
}
.fcc-btn {
padding: 10px 10px;
font-size: 5vw;
}
.fcc-btn:hover {
background-color: #223094;
color: white;
}
.tg tr {
background-color:#EBF5FF;
}
.tg tr:nth-child(odd) {
background-color:#D2E4FC;
}
.to tr {
background-color:#E0FFEB;
}
.to tr:nth-child(odd) {
background-color:#C2FFD6;
}
td {
font-family: Arial, sans-serif;
padding: 10px 10px;
width: 100%;
}
td.note {
display: none;
}
@media (min-width: 600px) {
.fcc-btn {
font-size: 24px;
}
td {
width: 75%;
}
td.note {
display: table-cell;
}
}
</style>
</head>
<body>
<!-- ____________________________ New stuff I want to try ____________________________ -->
<h1>New</h1>
<p><a href="https://toonily.net/manga/omniscient-readers-viewpoint-manhwa/chapter-0/" target="_blank" class="fcc-btn">
Omniscient Reader's Viewpoint (0)</a></p>
<!-- ____________________________ Currently Reading ____________________________ -->
<h1>Reading</h1>
<table class="tg">
<tbody>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/the-beginning-after-the-end/chapter-174/">The Beginning After the End (174)</a></td>
<td class="note">10 day starting 5 Dec, next 15 Dec</td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/heavenly-inquisition-sword/chapter-32//">Heavenly Inquisition Sword (32)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/mercenary-enrollment/chapter-113/">Mercenary Enrollment (113)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/reaper-of-the-drifting-moon/chapter-47/">Reaper of the Drifting Moon (47)</a></td>
<td class="note">Thurs</td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/swordmasters-youngest-son/chapter-49/">Swordmaster's Youngest Son (49)</a></td>
<td class="note">Sat</td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://beta.asurascans.com/read/114-transmigrating-to-the-otherworld-once-more/chapter-40">Transmigrating to the Otherworld Once More (40)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/the-world-after-the-fall/chapter-45/">The World After the Fall (45)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/the-max-level-hero-has-returned-manhwa/chapter-116/">The Max Level Hero has Returned (116)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://asura.gg/player-who-returned-10000-years-later-chapter-42/">Player who returned 10000 years later (42)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/damn-reincarnation/chapter-48/">Damn Reincarnation (48)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://www.asurascans.com/1672760368-i-am-the-fated-villain-chapter-30/">I am the Fated Villain (30)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://asura.gg/dungeon-odyssey-chapter-33/">Dungeon Odyssey (33)</a></td>
<td class="note"></td>
</tr>
</tbody>
</table>
<!-- ____________________________ Others ____________________________ -->
<h1>Others</h1>
<table class="to">
<tbody>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/solo-max-level-newbie/chapter-35/">Solo Max-Level Newbie (35)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/trash-of-the-counts-family-2/chapter-44/">Trash of the Count's Family (44)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://www.voyce.me/series/god-game/9233#comic">God Game (23)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/nano-machine-2/chapter-101/">Nano Machine (101)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/mookhyang-the-origin/chapter-21/">Mookhyang the Origin (21)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/escort-warrior/chapter-36/">Escort Warrior (36)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/memorize/chapter-88/">Memorize (88)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/a-returners-magic-should-be-special-manhwa/chapter-184/">A Returner's Magic Should be Special (184)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/legend-of-the-northern-blade/chapter-126/">Legend of the Northern Blade (126)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/the-constellation-that-returned-from-hell/chapter-73/">The Constellation that Returned from Hell (73)</a></td>
<td class="note"></td>
</tr>
<tr>
<td><a class="fcc-btn" target="_blank" href="https://www.asurascans.com/1672760368-the-hero-returns-chapter-47-5/">The Hero Returns (47.5)</a></td>
<td class="note">Check again in Feb 2023</td>
</tr>
</tbody>
</table>
reaperscans kill the dragon -- should I continue with this??
<!-- ____________________________ Waiting list ____________________________ -->
<h1>Waiting</h1>
<h2>October</h2>
<p><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/poison-dragon-the-legend-of-an-asura/chapter-95/">
Poison Dragon the Legend of an Asura (95)</a></p>
<p><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/my-dad-is-too-strong/chapter-95/">
My Dad is Too Strong (95)</a></p>
<h2>November</h2>
<p><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/the-great-mage-returns-after-4000-years-manhwa/chapter-138/">
The Great Mage Returns after 4000 Years (138)</a></p>
<h2>January 2023</h2>
<p><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/the-return-of-the-disaster-class-hero/chapter-48/">
The Return of the Disaster Class Hero (48)</a> Season 1 end. Author ill.</p>
<!-- ____________________________ Dead or dormant ____________________________ -->
<h1>Dormant</h1>
<p><a class="fcc-btn" target="_blank" href="https://toonily.net/manga/villain-to-kill/chapter-54/">Villian to Kill (54)</a></p>
<!-- ____________________________ Finished ____________________________ -->
<h1>Complete</h1>
<p><a href="https://toonily.net/manga/solo-leveling-2/chapter-179/">Solo Leveling (179)</a></p>
<p><a href="https://toonily.net/manga/slave-b-manhwa/chapter-80/">Slave B (80)</a></p>
<!-- ____________________________ Lost interest ____________________________ -->
<h1>Meh -- kinda over it</h1>
<p><a href="https://toonily.net/manga/jungle-juice/chapter-70/">Jungle Juice (70)</a></p>
<p><a href="https://toonily.net/manga/immortal-swordsman-in-the-reverse-world/chapter-295/">
Immortal Swordsman in the Reverse World (295)</a></p>
<p>
<a href="https://toonily.net/manga/existence/chapter-2/">
Existence (2)
</a>
not a fan of how they changed the premise
</p>
</body>
</html>