From 1133d02dcd45a96cfaf7c1b64b22c4ff9e72c9ed Mon Sep 17 00:00:00 2001 From: gamebeaker Date: Sun, 29 Sep 2024 17:26:09 +0200 Subject: [PATCH 1/4] update GenesiStudioParser --- plugin/js/parsers/GenesiStudioParser.js | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/plugin/js/parsers/GenesiStudioParser.js b/plugin/js/parsers/GenesiStudioParser.js index 6c52e3a0..1fa929ab 100644 --- a/plugin/js/parsers/GenesiStudioParser.js +++ b/plugin/js/parsers/GenesiStudioParser.js @@ -18,12 +18,13 @@ class GenesiStudioParser extends Parser{ async getChapterUrls(dom) { let data = (await HttpClient.fetchJson(dom.baseURI + "/__data.json")).json; let tmpids = data.nodes[2].data[0].chapters; - tmpids = data.nodes[2].data[tmpids].free_chapters; - let freeChapterids = data.nodes[2].data[tmpids]; - - let returnchapters = freeChapterids.map(e => ({ - sourceUrl: `https://genesistudio.com/viewer/${data.nodes[2].data[data.nodes[2].data[e].id]}`, - title: `${data.nodes[2].data[data.nodes[2].data[e].chapter_title]}` + let jsdata = data.nodes[2].data[tmpids]; + let extractfreechapter = [...jsdata.match(/\'free\'.*\'premium\'/)[0].matchAll(/'id':0.*?,/g)]; + let freechapterids = extractfreechapter.map(e => Number(e[0].replace("'id':","").replace(",",""))); + + let returnchapters = freechapterids.map(e => ({ + sourceUrl: "https://genesistudio.com/viewer/"+e, + title: "[placeholder]" })); return returnchapters; } @@ -34,8 +35,8 @@ class GenesiStudioParser extends Parser{ let newDoc = Parser.makeEmptyDocForContent(url); this.appendElement(newDoc, "h1", this.titleFromJson(json)); - let hash = json.nodes[2].data[json.nodes[2].data[0].akezmZmaAOMmegnQAlkRnalAJnr]; - let content = json.nodes[2].data[json.nodes[2].data[0][hash]]; + let index = json.nodes[2].data[0].content; + let content = json.nodes[2].data[index]; this.appendContent(newDoc, content); let notes = json.nodes[2].data[json.nodes[2].data[0].footnotes]; if (notes !== null && notes != "") { From ef0ecaa87635e2a1bd00493232d88eb8d690e9d9 Mon Sep 17 00:00:00 2001 From: gamebeaker Date: Sun, 29 Sep 2024 17:41:59 +0200 Subject: [PATCH 2/4] update GenesiStudioParser findChapterTitle() --- plugin/js/parsers/GenesiStudioParser.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin/js/parsers/GenesiStudioParser.js b/plugin/js/parsers/GenesiStudioParser.js index 1fa929ab..02228f4a 100644 --- a/plugin/js/parsers/GenesiStudioParser.js +++ b/plugin/js/parsers/GenesiStudioParser.js @@ -64,6 +64,10 @@ class GenesiStudioParser extends Parser{ findContent(dom) { return Parser.findConstrutedContent(dom); } + + findChapterTitle(dom) { + return dom.querySelector("h1"); + } extractTitleImpl(dom) { return dom.querySelector("h1"); From 71bbffa45fe53f8e8d16f7deaa1daa4334a1ee5c Mon Sep 17 00:00:00 2001 From: gamebeaker Date: Sun, 29 Sep 2024 17:46:38 +0200 Subject: [PATCH 3/4] fix eslint GenisiStudioParser --- plugin/js/parsers/GenesiStudioParser.js | 2 +- test.js | 3581 +++++++++++++++++++++++ tmp | 451 +++ 3 files changed, 4033 insertions(+), 1 deletion(-) create mode 100644 test.js create mode 100644 tmp diff --git a/plugin/js/parsers/GenesiStudioParser.js b/plugin/js/parsers/GenesiStudioParser.js index 02228f4a..3b4b1c03 100644 --- a/plugin/js/parsers/GenesiStudioParser.js +++ b/plugin/js/parsers/GenesiStudioParser.js @@ -19,7 +19,7 @@ class GenesiStudioParser extends Parser{ let data = (await HttpClient.fetchJson(dom.baseURI + "/__data.json")).json; let tmpids = data.nodes[2].data[0].chapters; let jsdata = data.nodes[2].data[tmpids]; - let extractfreechapter = [...jsdata.match(/\'free\'.*\'premium\'/)[0].matchAll(/'id':0.*?,/g)]; + let extractfreechapter = [...jsdata.match(/'free'.*'premium'/)[0].matchAll(/'id':0.*?,/g)]; let freechapterids = extractfreechapter.map(e => Number(e[0].replace("'id':","").replace(",",""))); let returnchapters = freechapterids.map(e => ({ diff --git a/test.js b/test.js new file mode 100644 index 00000000..1e835467 --- /dev/null +++ b/test.js @@ -0,0 +1,3581 @@ +(function (_0x4ade8b, _0x39dcf8) { + var _0x4c4824 = _0x1dc8, + _0x18c07e = _0x4ade8b(); + while (!![]) { + try { + var _0xed88c7 = + (parseInt(_0x4c4824(0x273)) / 0x1) * + (-parseInt(_0x4c4824(0x217)) / 0x2) + + (-parseInt(_0x4c4824(0x251)) / 0x3) * + (-parseInt(_0x4c4824(0x180)) / 0x4) + + -parseInt(_0x4c4824(0x1c8)) / 0x5 + + parseInt(_0x4c4824(0x2e1)) / 0x6 + + (parseInt(_0x4c4824(0x15b)) / 0x7) * + (parseInt(_0x4c4824(0x1e2)) / 0x8) + + (parseInt(_0x4c4824(0x235)) / 0x9) * + (-parseInt(_0x4c4824(0x25e)) / 0xa) + + parseInt(_0x4c4824(0x2f0)) / 0xb; + if (_0xed88c7 === _0x39dcf8) break; + else _0x18c07e["push"](_0x18c07e["shift"]()); + } catch (_0x1aeb94) { + _0x18c07e["push"](_0x18c07e["shift"]()); + } + } +})(_0xa529, 0x188f1), + (function () { + var _0x52dcd0 = _0x1dc8; + return { + free: [ + { + id: 0x98a, + chapter_title: _0x52dcd0(0x29f), + chapter_number: 0x1, + required_tier: 0x0, + daFte_created: _0x52dcd0(0x2a8), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x98b, + chapter_title: _0x52dcd0(0x1ca), + chapter_number: 0x2, + required_tier: 0x0, + date_created: "2024-07-03T18:48:23.386+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x98c, + chapter_title: _0x52dcd0(0x151), + chapter_number: 0x3, + required_tier: 0x0, + date_created: _0x52dcd0(0x19e), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x98d, + chapter_title: _0x52dcd0(0x15d), + chapter_number: 0x4, + required_tier: 0x0, + date_created: _0x52dcd0(0x1f4), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x98e, + chapter_title: _0x52dcd0(0x2f3), + chapter_number: 0x5, + required_tier: 0x0, + date_created: _0x52dcd0(0x1a6), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x98f, + chapter_title: "Class\\x20Placement\\x20Evaluation\\x20(1)", + chapter_number: 0x6, + required_tier: 0x0, + date_created: _0x52dcd0(0x1ff), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x990, + chapter_title: _0x52dcd0(0x1ec), + chapter_number: 0x7, + required_tier: 0x0, + date_created: _0x52dcd0(0x21b), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x991, + chapter_title: "Class\\x20Placement\\x20Evaluation\\x20(3)", + chapter_number: 0x8, + required_tier: 0x0, + date_created: "2024-07-03T18:48:24.956+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x992, + chapter_title: _0x52dcd0(0x2b3), + chapter_number: 0x9, + required_tier: 0x0, + date_created: _0x52dcd0(0x2d2), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x993, + chapter_title: _0x52dcd0(0x16e), + chapter_number: 0xa, + required_tier: 0x0, + date_created: _0x52dcd0(0x214), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x994, + chapter_title: "Class\\x20D", + chapter_number: 0xb, + required_tier: 0x0, + date_created: _0x52dcd0(0x282), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x995, + chapter_title: _0x52dcd0(0x2b5), + chapter_number: 0xc, + required_tier: 0x0, + date_created: _0x52dcd0(0x307), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x996, + chapter_title: _0x52dcd0(0x2ad), + chapter_number: 0xd, + required_tier: 0x0, + date_created: _0x52dcd0(0x287), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x997, + chapter_title: _0x52dcd0(0x234), + chapter_number: 0xe, + required_tier: 0x0, + date_created: _0x52dcd0(0x168), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x998, + chapter_title: _0x52dcd0(0x207), + chapter_number: 0xf, + required_tier: 0x0, + date_created: _0x52dcd0(0x1f9), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x999, + chapter_title: _0x52dcd0(0x291), + chapter_number: 0x10, + required_tier: 0x0, + date_created: _0x52dcd0(0x1db), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x99a, + chapter_title: _0x52dcd0(0x1d3), + chapter_number: 0x11, + required_tier: 0x0, + date_created: _0x52dcd0(0x308), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x99b, + chapter_title: _0x52dcd0(0x278), + chapter_number: 0x12, + required_tier: 0x0, + date_created: _0x52dcd0(0x17e), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x99c, + chapter_title: _0x52dcd0(0x267), + chapter_number: 0x13, + required_tier: 0x0, + date_created: _0x52dcd0(0x303), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x99d, + chapter_title: _0x52dcd0(0x1b4), + chapter_number: 0x14, + required_tier: 0x0, + date_created: _0x52dcd0(0x1e9), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x99e, + chapter_title: _0x52dcd0(0x2d8), + chapter_number: 0x15, + required_tier: 0x0, + date_created: _0x52dcd0(0x22e), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x99f, + chapter_title: "Practical\\x20Training\\x20(1)", + chapter_number: 0x16, + required_tier: 0x0, + date_created: _0x52dcd0(0x210), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9a0, + chapter_title: _0x52dcd0(0x17d), + chapter_number: 0x17, + required_tier: 0x0, + date_created: _0x52dcd0(0x225), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9a1, + chapter_title: _0x52dcd0(0x164), + chapter_number: 0x18, + required_tier: 0x0, + date_created: "2024-07-03T18:48:29.066+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9a2, + chapter_title: "Dorothy\\x20(2)", + chapter_number: 0x19, + required_tier: 0x0, + date_created: _0x52dcd0(0x1c4), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9a3, + chapter_title: "Dueling\\x20Application", + chapter_number: 0x1a, + required_tier: 0x0, + date_created: _0x52dcd0(0x209), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9a4, + chapter_title: _0x52dcd0(0x2c2), + chapter_number: 0x1b, + required_tier: 0x0, + date_created: _0x52dcd0(0x24a), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9a5, + chapter_title: _0x52dcd0(0x154), + chapter_number: 0x1c, + required_tier: 0x0, + date_created: _0x52dcd0(0x2d3), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9a6, + chapter_title: "■■el\\x20(3)\\x20—\\x20Fictional\\x20Hell", + chapter_number: 0x1d, + required_tier: 0x0, + date_created: _0x52dcd0(0x1f6), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9a7, + chapter_title: _0x52dcd0(0x1b5), + chapter_number: 0x1e, + required_tier: 0x0, + date_created: _0x52dcd0(0x286), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9a8, + chapter_title: "Duel\\x20(5)", + chapter_number: 0x1f, + required_tier: 0x0, + date_created: "2024-07-03T18:48:30.828+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9a9, + chapter_title: _0x52dcd0(0x1af), + chapter_number: 0x20, + required_tier: 0x0, + date_created: _0x52dcd0(0x259), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9aa, + chapter_title: "Luce\\x20(1)", + chapter_number: 0x21, + required_tier: 0x0, + date_created: _0x52dcd0(0x268), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9ab, + chapter_title: _0x52dcd0(0x264), + chapter_number: 0x22, + required_tier: 0x0, + date_created: _0x52dcd0(0x2b7), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9ac, + chapter_title: "Luce\\x20(3)", + chapter_number: 0x23, + required_tier: 0x0, + date_created: _0x52dcd0(0x203), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9ad, + chapter_title: "Shield", + chapter_number: 0x24, + required_tier: 0x0, + date_created: "2024-07-03T18:48:32.205+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9ae, + chapter_title: _0x52dcd0(0x254), + chapter_number: 0x25, + required_tier: 0x0, + date_created: _0x52dcd0(0x1d2), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9af, + chapter_title: _0x52dcd0(0x275), + chapter_number: 0x26, + required_tier: 0x0, + date_created: "2024-07-03T18:48:32.724+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9b0, + chapter_title: "End-of-Semester\\x20Evaluation\\x20(3)", + chapter_number: 0x27, + required_tier: 0x0, + date_created: _0x52dcd0(0x16d), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9b1, + chapter_title: "End-of-Semester\\x20Evaluation\\x20(4)", + chapter_number: 0x28, + required_tier: 0x0, + date_created: _0x52dcd0(0x1fe), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9b2, + chapter_title: _0x52dcd0(0x1ef), + chapter_number: 0x29, + required_tier: 0x0, + date_created: _0x52dcd0(0x2cb), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9b3, + chapter_title: _0x52dcd0(0x19c), + chapter_number: 0x2a, + required_tier: 0x0, + date_created: "2024-07-03T18:48:33.797+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9b4, + chapter_title: _0x52dcd0(0x1b2), + chapter_number: 0x2b, + required_tier: 0x0, + date_created: _0x52dcd0(0x1d6), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9b5, + chapter_title: _0x52dcd0(0x1e5), + chapter_number: 0x2c, + required_tier: 0x0, + date_created: _0x52dcd0(0x21f), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9b6, + chapter_title: _0x52dcd0(0x246), + chapter_number: 0x2d, + required_tier: 0x0, + date_created: _0x52dcd0(0x2e4), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9b7, + chapter_title: "Thunderbird\\x20Subjugation\\x20(4)", + chapter_number: 0x2e, + required_tier: 0x0, + date_created: "2024-07-03T18:48:34.803+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9b8, + chapter_title: "Thunderbird\\x20Subjugation\\x20(5)", + chapter_number: 0x2f, + required_tier: 0x0, + date_created: _0x52dcd0(0x1cf), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9b9, + chapter_title: "Thunderbird\\x20Subjugation\\x20—\\x20Interlude", + chapter_number: 0x30, + required_tier: 0x0, + date_created: _0x52dcd0(0x27d), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9ba, + chapter_title: "Hand", + chapter_number: 0x31, + required_tier: 0x0, + date_created: "2024-07-03T18:48:35.613+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9bb, + chapter_title: _0x52dcd0(0x1c6), + chapter_number: 0x32, + required_tier: 0x0, + date_created: _0x52dcd0(0x198), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9bc, + chapter_title: "Prologue\\x20(1)", + chapter_number: 0x33, + required_tier: 0x0, + date_created: "2024-07-03T18:48:36.108+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9bd, + chapter_title: _0x52dcd0(0x2ff), + chapter_number: 0x34, + required_tier: 0x0, + date_created: _0x52dcd0(0x18b), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9be, + chapter_title: _0x52dcd0(0x1e6), + chapter_number: 0x35, + required_tier: 0x0, + date_created: _0x52dcd0(0x163), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9bf, + chapter_title: _0x52dcd0(0x2fe), + chapter_number: 0x36, + required_tier: 0x0, + date_created: _0x52dcd0(0x19b), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9c0, + chapter_title: _0x52dcd0(0x236), + chapter_number: 0x37, + required_tier: 0x0, + date_created: _0x52dcd0(0x2e6), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9c1, + chapter_title: _0x52dcd0(0x241), + chapter_number: 0x38, + required_tier: 0x0, + date_created: _0x52dcd0(0x300), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9c2, + chapter_title: _0x52dcd0(0x233), + chapter_number: 0x39, + required_tier: 0x0, + date_created: _0x52dcd0(0x297), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9c3, + chapter_title: _0x52dcd0(0x1d9), + chapter_number: 0x3a, + required_tier: 0x0, + date_created: _0x52dcd0(0x2ab), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9c4, + chapter_title: _0x52dcd0(0x2ca), + chapter_number: 0x3b, + required_tier: 0x0, + date_created: _0x52dcd0(0x1c9), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9c5, + chapter_title: _0x52dcd0(0x197), + chapter_number: 0x3c, + required_tier: 0x0, + date_created: _0x52dcd0(0x2da), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9c6, + chapter_title: "Carriage\\x20Driver\\x20(3)", + chapter_number: 0x3d, + required_tier: 0x0, + date_created: _0x52dcd0(0x17b), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9c7, + chapter_title: _0x52dcd0(0x161), + chapter_number: 0x3e, + required_tier: 0x0, + date_created: _0x52dcd0(0x292), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9c8, + chapter_title: "Second\\x20Element", + chapter_number: 0x3f, + required_tier: 0x0, + date_created: _0x52dcd0(0x2f7), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9c9, + chapter_title: "Hunting\\x20Evaluation\\x20(1)", + chapter_number: 0x40, + required_tier: 0x0, + date_created: _0x52dcd0(0x29c), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9ca, + chapter_title: "Hunting\\x20Evaluation\\x20(2)", + chapter_number: 0x41, + required_tier: 0x0, + date_created: _0x52dcd0(0x24d), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9cb, + chapter_title: "Hunting\\x20Evaluation\\x20(3)", + chapter_number: 0x42, + required_tier: 0x0, + date_created: _0x52dcd0(0x2a9), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9cc, + chapter_title: _0x52dcd0(0x2c0), + chapter_number: 0x43, + required_tier: 0x0, + date_created: "2024-07-03T18:48:40.352+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9cd, + chapter_title: _0x52dcd0(0x28f), + chapter_number: 0x44, + required_tier: 0x0, + date_created: _0x52dcd0(0x245), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9ce, + chapter_title: _0x52dcd0(0x2df), + chapter_number: 0x45, + required_tier: 0x0, + date_created: _0x52dcd0(0x150), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9cf, + chapter_title: _0x52dcd0(0x187), + chapter_number: 0x46, + required_tier: 0x0, + date_created: "2024-07-03T18:48:41.173+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9d0, + chapter_title: _0x52dcd0(0x1f3), + chapter_number: 0x47, + required_tier: 0x0, + date_created: _0x52dcd0(0x28a), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9d1, + chapter_title: _0x52dcd0(0x2d4), + chapter_number: 0x48, + required_tier: 0x0, + date_created: _0x52dcd0(0x25c), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9d2, + chapter_title: _0x52dcd0(0x1f8), + chapter_number: 0x49, + required_tier: 0x0, + date_created: _0x52dcd0(0x30e), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9d3, + chapter_title: _0x52dcd0(0x1bf), + chapter_number: 0x4a, + required_tier: 0x0, + date_created: _0x52dcd0(0x152), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9d4, + chapter_title: _0x52dcd0(0x196), + chapter_number: 0x4b, + required_tier: 0x0, + date_created: "2024-07-03T18:48:42.385+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9d5, + chapter_title: _0x52dcd0(0x157), + chapter_number: 0x4c, + required_tier: 0x0, + date_created: _0x52dcd0(0x295), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9d6, + chapter_title: "Social\\x20Gathering\\x20(3)", + chapter_number: 0x4d, + required_tier: 0x0, + date_created: _0x52dcd0(0x30a), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9d7, + chapter_title: _0x52dcd0(0x258), + chapter_number: 0x4e, + required_tier: 0x0, + date_created: _0x52dcd0(0x221), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9d8, + chapter_title: "A\\x20Game\\x20of\\x20Chicken\\x20(1)", + chapter_number: 0x4f, + required_tier: 0x0, + date_created: "2024-07-03T18:48:43.428+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9d9, + chapter_title: _0x52dcd0(0x1e3), + chapter_number: 0x50, + required_tier: 0x0, + date_created: _0x52dcd0(0x1d7), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9da, + chapter_title: "A\\x20Game\\x20of\\x20Chicken\\x20(3)", + chapter_number: 0x51, + required_tier: 0x0, + date_created: "2024-07-03T18:48:43.972+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9db, + chapter_title: _0x52dcd0(0x1e7), + chapter_number: 0x52, + required_tier: 0x0, + date_created: _0x52dcd0(0x305), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9dc, + chapter_title: "The\\x20Battle\\x20for\\x20Isaac\\x20(1)", + chapter_number: 0x53, + required_tier: 0x0, + date_created: _0x52dcd0(0x201), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9dd, + chapter_title: _0x52dcd0(0x18f), + chapter_number: 0x54, + required_tier: 0x0, + date_created: "2024-07-03T18:48:44.685+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9de, + chapter_title: _0x52dcd0(0x158), + chapter_number: 0x55, + required_tier: 0x0, + date_created: "2024-07-03T18:48:44.96+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9df, + chapter_title: _0x52dcd0(0x1a9), + chapter_number: 0x56, + required_tier: 0x0, + date_created: "2024-07-03T18:48:45.208+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9e0, + chapter_title: _0x52dcd0(0x206), + chapter_number: 0x57, + required_tier: 0x0, + date_created: "2024-07-03T18:48:45.416+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9e1, + chapter_title: _0x52dcd0(0x171), + chapter_number: 0x58, + required_tier: 0x0, + date_created: _0x52dcd0(0x1b1), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9e2, + chapter_title: "Oh\\x20Luce...\\x20(1)", + chapter_number: 0x59, + required_tier: 0x0, + date_created: _0x52dcd0(0x18a), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9e3, + chapter_title: _0x52dcd0(0x175), + chapter_number: 0x5a, + required_tier: 0x0, + date_created: _0x52dcd0(0x2ef), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9e4, + chapter_title: _0x52dcd0(0x17a), + chapter_number: 0x5b, + required_tier: 0x0, + date_created: _0x52dcd0(0x1a8), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9e5, + chapter_title: _0x52dcd0(0x223), + chapter_number: 0x5c, + required_tier: 0x0, + date_created: _0x52dcd0(0x301), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9e6, + chapter_title: "Joint\\x20Practical\\x20Evaluation\\x20(2)", + chapter_number: 0x5d, + required_tier: 0x0, + date_created: _0x52dcd0(0x22f), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9e7, + chapter_title: _0x52dcd0(0x190), + chapter_number: 0x5e, + required_tier: 0x0, + date_created: "2024-07-03T18:48:47.044+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9e8, + chapter_title: _0x52dcd0(0x22b), + chapter_number: 0x5f, + required_tier: 0x0, + date_created: _0x52dcd0(0x222), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9e9, + chapter_title: _0x52dcd0(0x1dd), + chapter_number: 0x60, + required_tier: 0x0, + date_created: _0x52dcd0(0x23d), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9ea, + chapter_title: _0x52dcd0(0x255), + chapter_number: 0x61, + required_tier: 0x0, + date_created: _0x52dcd0(0x25d), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9eb, + chapter_title: _0x52dcd0(0x155), + chapter_number: 0x62, + required_tier: 0x0, + date_created: _0x52dcd0(0x2c5), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9ec, + chapter_title: _0x52dcd0(0x296), + chapter_number: 0x63, + required_tier: 0x0, + date_created: _0x52dcd0(0x1a0), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9ed, + chapter_title: _0x52dcd0(0x244), + chapter_number: 0x64, + required_tier: 0x0, + date_created: _0x52dcd0(0x19a), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9ee, + chapter_title: _0x52dcd0(0x2cc), + chapter_number: 0x65, + required_tier: 0x0, + date_created: _0x52dcd0(0x215), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9ef, + chapter_title: _0x52dcd0(0x22a), + chapter_number: 0x66, + required_tier: 0x0, + date_created: _0x52dcd0(0x2f1), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9f0, + chapter_title: _0x52dcd0(0x16f), + chapter_number: 0x67, + required_tier: 0x0, + date_created: _0x52dcd0(0x1d0), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9f1, + chapter_title: _0x52dcd0(0x1bb), + chapter_number: 0x68, + required_tier: 0x0, + date_created: "2024-07-03T18:48:49.648+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9f2, + chapter_title: + "Subjugation\\x20of\\x20the\\x20Floating\\x20Island\\x20(1)", + chapter_number: 0x69, + required_tier: 0x0, + date_created: _0x52dcd0(0x29b), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9f3, + chapter_title: + "Subjugation\\x20of\\x20the\\x20Floating\\x20Island\\x20(2)", + chapter_number: 0x6a, + required_tier: 0x0, + date_created: "2024-07-03T18:48:50.198+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9f4, + chapter_title: _0x52dcd0(0x167), + chapter_number: 0x6b, + required_tier: 0x0, + date_created: _0x52dcd0(0x20b), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9f5, + chapter_title: + "Subjugation\\x20of\\x20the\\x20Floating\\x20Island\\x20(4)", + chapter_number: 0x6c, + required_tier: 0x0, + date_created: _0x52dcd0(0x220), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9f6, + chapter_title: + "Subjugation\\x20of\\x20the\\x20Floating\\x20Island\\x20(5)", + chapter_number: 0x6d, + required_tier: 0x0, + date_created: _0x52dcd0(0x1c1), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9f7, + chapter_title: + "Subjugation\\x20of\\x20the\\x20Floating\\x20island\\x20(6)", + chapter_number: 0x6e, + required_tier: 0x0, + date_created: "2024-07-03T18:48:51.17+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9f8, + chapter_title: _0x52dcd0(0x237), + chapter_number: 0x6f, + required_tier: 0x0, + date_created: _0x52dcd0(0x1b6), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9f9, + chapter_title: _0x52dcd0(0x186), + chapter_number: 0x70, + required_tier: 0x0, + date_created: _0x52dcd0(0x26c), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9fa, + chapter_title: _0x52dcd0(0x2b8), + chapter_number: 0x71, + required_tier: 0x0, + date_created: _0x52dcd0(0x183), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9fb, + chapter_title: _0x52dcd0(0x2a6), + chapter_number: 0x72, + required_tier: 0x0, + date_created: "2024-07-03T18:48:52.289+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9fc, + chapter_title: _0x52dcd0(0x1bd), + chapter_number: 0x73, + required_tier: 0x0, + date_created: _0x52dcd0(0x23e), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x9fd, + chapter_title: _0x52dcd0(0x252), + chapter_number: 0x74, + required_tier: 0x0, + date_created: "2024-07-03T18:48:52.824+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9fe, + chapter_title: _0x52dcd0(0x298), + chapter_number: 0x75, + required_tier: 0x0, + date_created: _0x52dcd0(0x20d), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x9ff, + chapter_title: _0x52dcd0(0x299), + chapter_number: 0x76, + required_tier: 0x0, + date_created: "2024-07-03T18:48:53.284+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa00, + chapter_title: _0x52dcd0(0x27a), + chapter_number: 0x77, + required_tier: 0x0, + date_created: _0x52dcd0(0x14f), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa01, + chapter_title: "Monologue\\x20(3)", + chapter_number: 0x78, + required_tier: 0x0, + date_created: _0x52dcd0(0x293), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa02, + chapter_title: _0x52dcd0(0x280), + chapter_number: 0x79, + required_tier: 0x0, + date_created: _0x52dcd0(0x29a), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa03, + chapter_title: _0x52dcd0(0x270), + chapter_number: 0x7a, + required_tier: 0x0, + date_created: "2024-07-03T18:48:54.36+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa04, + chapter_title: "Monologue\\x20(6)", + chapter_number: 0x7b, + required_tier: 0x0, + date_created: "2024-07-03T18:48:54.624+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa05, + chapter_title: _0x52dcd0(0x1eb), + chapter_number: 0x7c, + required_tier: 0x0, + date_created: _0x52dcd0(0x1a4), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa06, + chapter_title: "Nameless\\x20Hero\\x20(1)", + chapter_number: 0x7d, + required_tier: 0x0, + date_created: "2024-07-03T18:48:55.149+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa07, + chapter_title: "Nameless\\x20Hero\\x20(2)", + chapter_number: 0x7e, + required_tier: 0x0, + date_created: _0x52dcd0(0x2e5), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa08, + chapter_title: _0x52dcd0(0x2b0), + chapter_number: 0x7f, + required_tier: 0x0, + date_created: _0x52dcd0(0x261), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa09, + chapter_title: "Monologue\\x20—\\x20Interlude\\x20(2)", + chapter_number: 0x80, + required_tier: 0x0, + date_created: _0x52dcd0(0x30f), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa0a, + chapter_title: "Monologue\\x20—\\x20Interlude\\x20(3)", + chapter_number: 0x81, + required_tier: 0x0, + date_created: _0x52dcd0(0x2b9), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa0b, + chapter_title: _0x52dcd0(0x15c), + chapter_number: 0x82, + required_tier: 0x0, + date_created: _0x52dcd0(0x231), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa0c, + chapter_title: _0x52dcd0(0x15e), + chapter_number: 0x83, + required_tier: 0x0, + date_created: _0x52dcd0(0x230), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa0d, + chapter_title: "Alice\\x20(3)", + chapter_number: 0x84, + required_tier: 0x0, + date_created: _0x52dcd0(0x2c1), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa0e, + chapter_title: _0x52dcd0(0x1aa), + chapter_number: 0x85, + required_tier: 0x0, + date_created: "2024-07-03T18:48:57.291+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa0f, + chapter_title: _0x52dcd0(0x160), + chapter_number: 0x86, + required_tier: 0x0, + date_created: "2024-07-03T18:48:57.548+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa10, + chapter_title: _0x52dcd0(0x2fa), + chapter_number: 0x87, + required_tier: 0x0, + date_created: _0x52dcd0(0x227), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa11, + chapter_title: _0x52dcd0(0x176), + chapter_number: 0x88, + required_tier: 0x0, + date_created: _0x52dcd0(0x2a7), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa12, + chapter_title: "Mentor\\x20Isaac\\x20(2)", + chapter_number: 0x89, + required_tier: 0x0, + date_created: _0x52dcd0(0x290), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa13, + chapter_title: _0x52dcd0(0x2e8), + chapter_number: 0x8a, + required_tier: 0x0, + date_created: _0x52dcd0(0x219), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa14, + chapter_title: _0x52dcd0(0x2ed), + chapter_number: 0x8b, + required_tier: 0x0, + date_created: _0x52dcd0(0x2e3), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa15, + chapter_title: _0x52dcd0(0x28c), + chapter_number: 0x8c, + required_tier: 0x0, + date_created: _0x52dcd0(0x276), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa16, + chapter_title: _0x52dcd0(0x2a0), + chapter_number: 0x8d, + required_tier: 0x0, + date_created: "2024-07-03T18:48:59.424+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa17, + chapter_title: _0x52dcd0(0x28d), + chapter_number: 0x8e, + required_tier: 0x0, + date_created: "2024-07-03T18:48:59.664+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa18, + chapter_title: _0x52dcd0(0x2e9), + chapter_number: 0x8f, + required_tier: 0x0, + date_created: _0x52dcd0(0x202), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa19, + chapter_title: _0x52dcd0(0x223), + chapter_number: 0x90, + required_tier: 0x0, + date_created: _0x52dcd0(0x289), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa1a, + chapter_title: _0x52dcd0(0x22c), + chapter_number: 0x91, + required_tier: 0x0, + date_created: _0x52dcd0(0x2cd), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa1b, + chapter_title: _0x52dcd0(0x190), + chapter_number: 0x92, + required_tier: 0x0, + date_created: _0x52dcd0(0x2c4), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa1c, + chapter_title: "Joint\\x20Practical\\x20Evaluation\\x20(4)", + chapter_number: 0x93, + required_tier: 0x0, + date_created: _0x52dcd0(0x2d1), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa1d, + chapter_title: _0x52dcd0(0x1dd), + chapter_number: 0x94, + required_tier: 0x0, + date_created: "2024-07-03T18:49:01.252+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa1e, + chapter_title: _0x52dcd0(0x255), + chapter_number: 0x95, + required_tier: 0x0, + date_created: "2024-07-03T18:49:01.512+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa1f, + chapter_title: _0x52dcd0(0x155), + chapter_number: 0x96, + required_tier: 0x0, + date_created: _0x52dcd0(0x1bc), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa20, + chapter_title: "Abyssal\\x20Sea\\x20Monster\\x20(1)", + chapter_number: 0x97, + required_tier: 0x0, + date_created: _0x52dcd0(0x2a4), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa21, + chapter_title: _0x52dcd0(0x2d6), + chapter_number: 0x98, + required_tier: 0x0, + date_created: "2024-07-03T18:49:02.212+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa22, + chapter_title: _0x52dcd0(0x1a1), + chapter_number: 0x99, + required_tier: 0x0, + date_created: _0x52dcd0(0x165), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa23, + chapter_title: _0x52dcd0(0x30d), + chapter_number: 0x9a, + required_tier: 0x0, + date_created: "2024-07-03T18:49:02.78+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa24, + chapter_title: _0x52dcd0(0x2d9), + chapter_number: 0x9b, + required_tier: 0x0, + date_created: _0x52dcd0(0x194), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa25, + chapter_title: _0x52dcd0(0x28b), + chapter_number: 0x9c, + required_tier: 0x0, + date_created: _0x52dcd0(0x191), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa26, + chapter_title: _0x52dcd0(0x19f), + chapter_number: 0x9d, + required_tier: 0x0, + date_created: _0x52dcd0(0x2f2), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa27, + chapter_title: "Ring\\x20(4)", + chapter_number: 0x9e, + required_tier: 0x0, + date_created: _0x52dcd0(0x274), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa28, + chapter_title: _0x52dcd0(0x29e), + chapter_number: 0x9f, + required_tier: 0x0, + date_created: _0x52dcd0(0x185), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa29, + chapter_title: _0x52dcd0(0x2dd), + chapter_number: 0xa0, + required_tier: 0x0, + date_created: _0x52dcd0(0x2bd), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa2a, + chapter_title: "Bet\\x20(1)", + chapter_number: 0xa1, + required_tier: 0x0, + date_created: _0x52dcd0(0x232), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa2b, + chapter_title: "Bet\\x20(2)", + chapter_number: 0xa2, + required_tier: 0x0, + date_created: _0x52dcd0(0x184), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa2c, + chapter_title: _0x52dcd0(0x2a3), + chapter_number: 0xa3, + required_tier: 0x0, + date_created: _0x52dcd0(0x2fd), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa2d, + chapter_title: _0x52dcd0(0x243), + chapter_number: 0xa4, + required_tier: 0x0, + date_created: "2024-07-03T18:49:05.512+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa2e, + chapter_title: _0x52dcd0(0x2f8), + chapter_number: 0xa5, + required_tier: 0x0, + date_created: _0x52dcd0(0x212), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa2f, + chapter_title: "Fury\\x20(1)", + chapter_number: 0xa6, + required_tier: 0x0, + date_created: _0x52dcd0(0x216), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa30, + chapter_title: _0x52dcd0(0x272), + chapter_number: 0xa7, + required_tier: 0x0, + date_created: _0x52dcd0(0x2f6), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa31, + chapter_title: "Fury\\x20(3)", + chapter_number: 0xa8, + required_tier: 0x0, + date_created: _0x52dcd0(0x189), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa32, + chapter_title: _0x52dcd0(0x1dc), + chapter_number: 0xa9, + required_tier: 0x0, + date_created: _0x52dcd0(0x239), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa33, + chapter_title: _0x52dcd0(0x1cd), + chapter_number: 0xaa, + required_tier: 0x0, + date_created: _0x52dcd0(0x1c5), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa34, + chapter_title: _0x52dcd0(0x266), + chapter_number: 0xab, + required_tier: 0x0, + date_created: _0x52dcd0(0x30b), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa35, + chapter_title: _0x52dcd0(0x1ad), + chapter_number: 0xac, + required_tier: 0x0, + date_created: _0x52dcd0(0x1ed), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa36, + chapter_title: _0x52dcd0(0x1ea), + chapter_number: 0xad, + required_tier: 0x0, + date_created: _0x52dcd0(0x23a), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa37, + chapter_title: "To\\x20My\\x20Dear\\x20Benefactor\\x20(2)", + chapter_number: 0xae, + required_tier: 0x0, + date_created: "2024-07-03T18:49:08.105+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa38, + chapter_title: _0x52dcd0(0x21c), + chapter_number: 0xaf, + required_tier: 0x0, + date_created: _0x52dcd0(0x204), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa39, + chapter_title: _0x52dcd0(0x1b8), + chapter_number: 0xb0, + required_tier: 0x0, + date_created: _0x52dcd0(0x1d4), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa3a, + chapter_title: + "Preparations\\x20for\\x20the\\x20Grand\\x20Festival\\x20(1)", + chapter_number: 0xb1, + required_tier: 0x0, + date_created: _0x52dcd0(0x1be), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa3b, + chapter_title: _0x52dcd0(0x284), + chapter_number: 0xb2, + required_tier: 0x0, + date_created: _0x52dcd0(0x1e8), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa3c, + chapter_title: _0x52dcd0(0x1ac), + chapter_number: 0xb3, + required_tier: 0x0, + date_created: _0x52dcd0(0x1f0), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa3d, + chapter_title: _0x52dcd0(0x294), + chapter_number: 0xb4, + required_tier: 0x0, + date_created: _0x52dcd0(0x281), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa3e, + chapter_title: "The\\x20Grand\\x20Festival\\x20(2)", + chapter_number: 0xb5, + required_tier: 0x0, + date_created: "2024-07-03T18:49:09.872+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa3f, + chapter_title: _0x52dcd0(0x15a), + chapter_number: 0xb6, + required_tier: 0x0, + date_created: "2024-07-03T18:49:10.128+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa40, + chapter_title: _0x52dcd0(0x229), + chapter_number: 0xb7, + required_tier: 0x0, + date_created: _0x52dcd0(0x162), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa41, + chapter_title: "The\\x20Grand\\x20Festival\\x20(5)", + chapter_number: 0xb8, + required_tier: 0x0, + date_created: _0x52dcd0(0x177), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa42, + chapter_title: _0x52dcd0(0x21e), + chapter_number: 0xb9, + required_tier: 0x0, + date_created: _0x52dcd0(0x211), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa43, + chapter_title: _0x52dcd0(0x208), + chapter_number: 0xba, + required_tier: 0x0, + date_created: _0x52dcd0(0x16c), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa44, + chapter_title: _0x52dcd0(0x26a), + chapter_number: 0xbb, + required_tier: 0x0, + date_created: _0x52dcd0(0x2fb), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa45, + chapter_title: _0x52dcd0(0x213), + chapter_number: 0xbc, + required_tier: 0x0, + date_created: _0x52dcd0(0x1f5), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa46, + chapter_title: _0x52dcd0(0x22d), + chapter_number: 0xbd, + required_tier: 0x0, + date_created: _0x52dcd0(0x25f), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa47, + chapter_title: "Priestess\\x20of\\x20The\\x20Red\\x20Lotus\\x20(3)", + chapter_number: 0xbe, + required_tier: 0x0, + date_created: _0x52dcd0(0x2bc), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa48, + chapter_title: _0x52dcd0(0x253), + chapter_number: 0xbf, + required_tier: 0x0, + date_created: _0x52dcd0(0x1f1), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa49, + chapter_title: _0x52dcd0(0x25a), + chapter_number: 0xc0, + required_tier: 0x0, + date_created: _0x52dcd0(0x1df), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa4a, + chapter_title: _0x52dcd0(0x1da), + chapter_number: 0xc1, + required_tier: 0x0, + date_created: _0x52dcd0(0x27f), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa4b, + chapter_title: _0x52dcd0(0x27b), + chapter_number: 0xc2, + required_tier: 0x0, + date_created: "2024-07-03T18:49:13.128+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa4c, + chapter_title: _0x52dcd0(0x18d), + chapter_number: 0xc3, + required_tier: 0x0, + date_created: _0x52dcd0(0x1c0), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa4d, + chapter_title: _0x52dcd0(0x26f), + chapter_number: 0xc4, + required_tier: 0x0, + date_created: _0x52dcd0(0x24b), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa4e, + chapter_title: _0x52dcd0(0x2b6), + chapter_number: 0xc5, + required_tier: 0x0, + date_created: _0x52dcd0(0x21a), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa4f, + chapter_title: "Teacher\\x20(2)", + chapter_number: 0xc6, + required_tier: 0x0, + date_created: _0x52dcd0(0x1fb), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa50, + chapter_title: _0x52dcd0(0x19d), + chapter_number: 0xc7, + required_tier: 0x0, + date_created: _0x52dcd0(0x166), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa51, + chapter_title: _0x52dcd0(0x2e7), + chapter_number: 0xc8, + required_tier: 0x0, + date_created: _0x52dcd0(0x1a2), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa52, + chapter_title: "Teacher\\x20(5)", + chapter_number: 0xc9, + required_tier: 0x0, + date_created: "2024-07-03T18:49:14.876+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa53, + chapter_title: "Teacher\\x20—\\x20Interlude\\x20(1)", + chapter_number: 0xca, + required_tier: 0x0, + date_created: _0x52dcd0(0x30c), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa54, + chapter_title: _0x52dcd0(0x224), + chapter_number: 0xcb, + required_tier: 0x0, + date_created: "2024-07-03T18:49:15.352+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa55, + chapter_title: _0x52dcd0(0x271), + chapter_number: 0xcc, + required_tier: 0x0, + date_created: _0x52dcd0(0x2de), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa56, + chapter_title: _0x52dcd0(0x199), + chapter_number: 0xcd, + required_tier: 0x0, + date_created: _0x52dcd0(0x153), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa57, + chapter_title: _0x52dcd0(0x2cf), + chapter_number: 0xce, + required_tier: 0x0, + date_created: _0x52dcd0(0x260), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa58, + chapter_title: "Alice\\x20Subjugation\\x20(3)", + chapter_number: 0xcf, + required_tier: 0x0, + date_created: "2024-07-03T18:49:16.376+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa59, + chapter_title: "Alice\\x20Subjugation\\x20(4)", + chapter_number: 0xd0, + required_tier: 0x0, + date_created: _0x52dcd0(0x2be), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa5a, + chapter_title: _0x52dcd0(0x1c3), + chapter_number: 0xd1, + required_tier: 0x0, + date_created: _0x52dcd0(0x172), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa5b, + chapter_title: _0x52dcd0(0x269), + chapter_number: 0xd2, + required_tier: 0x0, + date_created: _0x52dcd0(0x27e), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa5c, + chapter_title: _0x52dcd0(0x257), + chapter_number: 0xd3, + required_tier: 0x0, + date_created: _0x52dcd0(0x195), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa5d, + chapter_title: _0x52dcd0(0x2a5), + chapter_number: 0xd4, + required_tier: 0x0, + date_created: _0x52dcd0(0x2a1), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0xa5e, + chapter_title: _0x52dcd0(0x2e0), + chapter_number: 0xd5, + required_tier: 0x0, + date_created: _0x52dcd0(0x1ab), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa5f, + chapter_title: _0x52dcd0(0x2f5), + chapter_number: 0xd6, + required_tier: 0x0, + date_created: "2024-07-03T18:49:18.12+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa60, + chapter_title: "Alice\\x20Subjugation\\x20(11)", + chapter_number: 0xd7, + required_tier: 0x0, + date_created: _0x52dcd0(0x26e), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa61, + chapter_title: _0x52dcd0(0x226), + chapter_number: 0xd8, + required_tier: 0x0, + date_created: _0x52dcd0(0x169), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0xa62, + chapter_title: "Alice\\x20Subjugation\\x20(13)", + chapter_number: 0xd9, + required_tier: 0x0, + date_created: _0x52dcd0(0x23f), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x1368, + chapter_title: _0x52dcd0(0x2bf), + chapter_number: 0xda, + required_tier: 0x0, + date_created: _0x52dcd0(0x20c), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x13e9, + chapter_title: "Alice\\x20Subjugation\\x20(15)", + chapter_number: 0xdb, + required_tier: 0x0, + date_created: _0x52dcd0(0x20f), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x13ea, + chapter_title: _0x52dcd0(0x279), + chapter_number: 0xdc, + required_tier: 0x0, + date_created: _0x52dcd0(0x1d5), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x13eb, + chapter_title: "Alice\\x20Subjugation\\x20(17)", + chapter_number: 0xdd, + required_tier: 0x0, + date_created: _0x52dcd0(0x1b7), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x13ec, + chapter_title: _0x52dcd0(0x288), + chapter_number: 0xde, + required_tier: 0x0, + date_created: "2024-07-04T20:16:12.304+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x13ed, + chapter_title: _0x52dcd0(0x2f4), + chapter_number: 0xdf, + required_tier: 0x0, + date_created: _0x52dcd0(0x2c3), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x13ee, + chapter_title: "Alice\\x20Subjugation\\x20—\\x20interlude\\x20(3)", + chapter_number: 0xe0, + required_tier: 0x0, + date_created: _0x52dcd0(0x1ee), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x13ef, + chapter_title: "Alice\\x20Subjugation\\x20—\\x20Interlude\\x20(4)", + chapter_number: 0xe1, + required_tier: 0x0, + date_created: _0x52dcd0(0x26d), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x13f0, + chapter_title: _0x52dcd0(0x2aa), + chapter_number: 0xe2, + required_tier: 0x0, + date_created: _0x52dcd0(0x1f2), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x13f1, + chapter_title: "Change\\x20(1)", + chapter_number: 0xe3, + required_tier: 0x0, + date_created: "2024-07-04T20:54:28.415+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x13f2, + chapter_title: _0x52dcd0(0x228), + chapter_number: 0xe4, + required_tier: 0x0, + date_created: _0x52dcd0(0x24e), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x13f3, + chapter_title: "Change\\x20(3)", + chapter_number: 0xe5, + required_tier: 0x0, + date_created: _0x52dcd0(0x277), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x13f6, + chapter_title: "Change\\x20(4)", + chapter_number: 0xe6, + required_tier: 0x0, + date_created: _0x52dcd0(0x2d7), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x1403, + chapter_title: _0x52dcd0(0x205), + chapter_number: 0xe7, + required_tier: 0x0, + date_created: _0x52dcd0(0x1d1), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x1404, + chapter_title: _0x52dcd0(0x302), + chapter_number: 0xe8, + required_tier: 0x0, + date_created: _0x52dcd0(0x2ce), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x1405, + chapter_title: _0x52dcd0(0x178), + chapter_number: 0xe9, + required_tier: 0x0, + date_created: _0x52dcd0(0x17f), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x1406, + chapter_title: _0x52dcd0(0x200), + chapter_number: 0xea, + required_tier: 0x0, + date_created: _0x52dcd0(0x173), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x1407, + chapter_title: _0x52dcd0(0x20e), + chapter_number: 0xeb, + required_tier: 0x0, + date_created: "2024-07-05T02:55:34.568+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x1408, + chapter_title: _0x52dcd0(0x156), + chapter_number: 0xec, + required_tier: 0x0, + date_created: _0x52dcd0(0x159), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x1409, + chapter_title: _0x52dcd0(0x1b0), + chapter_number: 0xed, + required_tier: 0x0, + date_created: _0x52dcd0(0x2fc), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x140a, + chapter_title: _0x52dcd0(0x1c2), + chapter_number: 0xee, + required_tier: 0x0, + date_created: _0x52dcd0(0x18c), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x140b, + chapter_title: "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20(3)", + chapter_number: 0xef, + required_tier: 0x0, + date_created: "2024-07-05T03:17:42.2+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x140c, + chapter_title: _0x52dcd0(0x29d), + chapter_number: 0xf0, + required_tier: 0x0, + date_created: _0x52dcd0(0x2ae), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + { + id: 0x140d, + chapter_title: _0x52dcd0(0x1cb), + chapter_number: 0xf1, + required_tier: 0x0, + date_created: _0x52dcd0(0x2db), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + }, + { + id: 0x140e, + chapter_title: _0x52dcd0(0x16a), + chapter_number: 0xf2, + required_tier: 0x0, + date_created: "2024-07-05T03:35:08.563+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + }, + ], + premium: [ + { + id: 0x140f, + chapter_title: "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20(7)", + chapter_number: 0xf3, + required_tier: 0x1, + date_created: _0x52dcd0(0x1d8), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1410, + chapter_title: _0x52dcd0(0x23c), + chapter_number: 0xf4, + required_tier: 0x1, + date_created: "2024-07-05T03:51:52.194+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x14d2, + chapter_title: _0x52dcd0(0x1f7), + chapter_number: 0xf5, + required_tier: 0x1, + date_created: _0x52dcd0(0x2ee), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1504, + chapter_title: _0x52dcd0(0x192), + chapter_number: 0xf6, + required_tier: 0x1, + date_created: "2024-07-09T13:12:52.351+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x151a, + chapter_title: _0x52dcd0(0x181), + chapter_number: 0xf7, + required_tier: 0x1, + date_created: "2024-07-11T04:39:24.378+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1527, + chapter_title: _0x52dcd0(0x249), + chapter_number: 0xf8, + required_tier: 0x2, + date_created: _0x52dcd0(0x2a2), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x153a, + chapter_title: _0x52dcd0(0x23b), + chapter_number: 0xf9, + required_tier: 0x2, + date_created: _0x52dcd0(0x1fa), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1556, + chapter_title: "Father-In-Law", + chapter_number: 0xfa, + required_tier: 0x2, + date_created: _0x52dcd0(0x309), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1579, + chapter_title: "Father-In-Law\\x20(2)", + chapter_number: 0xfb, + required_tier: 0x2, + date_created: "2024-07-18T03:11:46.324+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x158c, + chapter_title: _0x52dcd0(0x2af), + chapter_number: 0xfc, + required_tier: 0x2, + date_created: "2024-07-20T02:32:33.213+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x15ad, + chapter_title: _0x52dcd0(0x1b3), + chapter_number: 0xfd, + required_tier: 0x3, + date_created: _0x52dcd0(0x188), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x15c9, + chapter_title: "Individual\\x20Growth", + chapter_number: 0xfe, + required_tier: 0x3, + date_created: _0x52dcd0(0x28e), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x15e9, + chapter_title: _0x52dcd0(0x1ae), + chapter_number: 0xff, + required_tier: 0x3, + date_created: _0x52dcd0(0x18e), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x15ee, + chapter_title: _0x52dcd0(0x1ce), + chapter_number: 0x100, + required_tier: 0x3, + date_created: "2024-07-27T00:56:40.687+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x160a, + chapter_title: _0x52dcd0(0x179), + chapter_number: 0x101, + required_tier: 0x3, + date_created: _0x52dcd0(0x2d0), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x163b, + chapter_title: "Secret\\x20Research\\x20(4)", + chapter_number: 0x102, + required_tier: 0x4, + date_created: "2024-07-31T14:03:28.475+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1650, + chapter_title: _0x52dcd0(0x27c), + chapter_number: 0x103, + required_tier: 0x4, + date_created: "2024-08-02T01:45:16.376+00:00", + nsfw: ![], + spoiler_title: !![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1668, + chapter_title: _0x52dcd0(0x285), + chapter_number: 0x104, + required_tier: 0x4, + date_created: _0x52dcd0(0x1e1), + nsfw: ![], + spoiler_title: !![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1693, + chapter_title: "Coronation\\x20Ceremony\\x20(3)\\x20", + chapter_number: 0x105, + required_tier: 0x4, + date_created: _0x52dcd0(0x2e2), + nsfw: ![], + spoiler_title: !![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x16b0, + chapter_title: _0x52dcd0(0x182), + chapter_number: 0x106, + required_tier: 0x4, + date_created: _0x52dcd0(0x1fd), + nsfw: ![], + spoiler_title: !![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x16ce, + chapter_title: _0x52dcd0(0x25b), + chapter_number: 0x107, + required_tier: 0x5, + date_created: _0x52dcd0(0x2b1), + nsfw: ![], + spoiler_title: !![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x16d0, + chapter_title: _0x52dcd0(0x15f), + chapter_number: 0x108, + required_tier: 0x5, + date_created: "2024-08-10T04:29:41.934+00:00", + nsfw: ![], + spoiler_title: !![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1701, + chapter_title: _0x52dcd0(0x1de), + chapter_number: 0x109, + required_tier: 0x5, + date_created: _0x52dcd0(0x2c6), + nsfw: ![], + spoiler_title: !![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1703, + chapter_title: _0x52dcd0(0x262), + chapter_number: 0x10a, + required_tier: 0x5, + date_created: _0x52dcd0(0x17c), + nsfw: ![], + spoiler_title: !![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1706, + chapter_title: _0x52dcd0(0x16b), + chapter_number: 0x10b, + required_tier: 0x5, + date_created: "2024-08-12T15:29:56.798+00:00", + nsfw: ![], + spoiler_title: !![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1707, + chapter_title: _0x52dcd0(0x1fc), + chapter_number: 0x10c, + required_tier: 0x6, + date_created: _0x52dcd0(0x242), + nsfw: ![], + spoiler_title: !![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x173a, + chapter_title: _0x52dcd0(0x2ea), + chapter_number: 0x10d, + required_tier: 0x6, + date_created: "2024-08-16T21:11:55.636+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x173b, + chapter_title: _0x52dcd0(0x265), + chapter_number: 0x10e, + required_tier: 0x6, + date_created: _0x52dcd0(0x248), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x179d, + chapter_title: "Moving\\x20Into\\x20Charles\\x20Hall", + chapter_number: 0x10f, + required_tier: 0x6, + date_created: _0x52dcd0(0x2bb), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x176e, + chapter_title: _0x52dcd0(0x2c9), + chapter_number: 0x110, + required_tier: 0x6, + date_created: _0x52dcd0(0x247), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1788, + chapter_title: _0x52dcd0(0x174), + chapter_number: 0x111, + required_tier: 0x7, + date_created: _0x52dcd0(0x2f9), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x174b, + chapter_title: _0x52dcd0(0x1b9), + chapter_number: 0x112, + required_tier: 0x7, + date_created: _0x52dcd0(0x26b), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x179e, + chapter_title: _0x52dcd0(0x283), + chapter_number: 0x113, + required_tier: 0x7, + date_created: _0x52dcd0(0x24c), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x179f, + chapter_title: _0x52dcd0(0x250), + chapter_number: 0x114, + required_tier: 0x7, + date_created: _0x52dcd0(0x1cc), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x17a0, + chapter_title: _0x52dcd0(0x1e4), + chapter_number: 0x115, + required_tier: 0x7, + date_created: _0x52dcd0(0x2ba), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x17ad, + chapter_title: _0x52dcd0(0x2c7), + chapter_number: 0x116, + required_tier: 0x8, + date_created: _0x52dcd0(0x256), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x17b1, + chapter_title: _0x52dcd0(0x2ac), + chapter_number: 0x117, + required_tier: 0x8, + date_created: "2024-08-23T21:07:11.708+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x17b2, + chapter_title: _0x52dcd0(0x1e0), + chapter_number: 0x118, + required_tier: 0x8, + date_created: _0x52dcd0(0x24f), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1913, + chapter_title: _0x52dcd0(0x2eb), + chapter_number: 0x119, + required_tier: 0x8, + date_created: _0x52dcd0(0x2dc), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1914, + chapter_title: _0x52dcd0(0x20a), + chapter_number: 0x11a, + required_tier: 0x8, + date_created: "2024-09-09T03:00:02.316+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x197b, + chapter_title: "To\\x20Aldreque\\x20(1)", + chapter_number: 0x11b, + required_tier: 0x9, + date_created: _0x52dcd0(0x21d), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1993, + chapter_title: _0x52dcd0(0x193), + chapter_number: 0x11c, + required_tier: 0x9, + date_created: _0x52dcd0(0x304), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x19a3, + chapter_title: _0x52dcd0(0x263), + chapter_number: 0x11d, + required_tier: 0x9, + date_created: _0x52dcd0(0x2b2), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x19d4, + chapter_title: _0x52dcd0(0x1a7), + chapter_number: 0x11e, + required_tier: 0x9, + date_created: _0x52dcd0(0x2d5), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x19ea, + chapter_title: _0x52dcd0(0x218), + chapter_number: 0x11f, + required_tier: 0x9, + date_created: _0x52dcd0(0x2c8), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x19f1, + chapter_title: _0x52dcd0(0x1a5), + chapter_number: 0x120, + required_tier: 0xa, + date_created: "2024-09-21T04:10:57.001+00:00", + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1a25, + chapter_title: _0x52dcd0(0x1c7), + chapter_number: 0x121, + required_tier: 0xa, + date_created: _0x52dcd0(0x1a3), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1a4c, + chapter_title: _0x52dcd0(0x2b4), + chapter_number: 0x122, + required_tier: 0xa, + date_created: _0x52dcd0(0x238), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1a66, + chapter_title: _0x52dcd0(0x170), + chapter_number: 0x123, + required_tier: 0xa, + date_created: _0x52dcd0(0x1ba), + nsfw: ![], + spoiler_title: ![], + novel: { id: "5535a77a-9375-4882-8766-8388348abc4c" }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + { + id: 0x1a6a, + chapter_title: _0x52dcd0(0x240), + chapter_number: 0x124, + required_tier: 0xa, + date_created: _0x52dcd0(0x2ec), + nsfw: ![], + spoiler_title: ![], + novel: { id: _0x52dcd0(0x306) }, + membership_unlocked: ![], + helix_unlocked: ![], + require_login: !![], + }, + ], + }; + })(); +function _0x1dc8(_0x557eaa, _0x25114a) { + var _0xa529b = _0xa529(); + return ( + (_0x1dc8 = function (_0x1dc843, _0x543af7) { + _0x1dc843 = _0x1dc843 - 0x14f; + var _0x3c4f88 = _0xa529b[_0x1dc843]; + return _0x3c4f88; + }), + _0x1dc8(_0x557eaa, _0x25114a) + ); +} +function _0xa529() { + var _0x1226ee = [ + "Academy\\x20Excursion\\x20(3)", + "Thunderbird\\x20Subjugation\\x20(2)", + "Prologue\\x20(3)", + "Social\\x20Gathering\\x20(5)", + "2024-07-03T18:49:09.176+00:00", + "2024-07-03T18:48:28.04+00:00", + "To\\x20My\\x20Dear\\x20Benefactor\\x20(1)", + "Monologue\\x20(7)", + "Class\\x20Placement\\x20Evaluation\\x20(2)", + "2024-07-03T18:49:07.636+00:00", + "2024-07-04T20:31:55.147+00:00", + "End-of-Semester\\x20Evaluation\\x20(5)", + "2024-07-03T18:49:09.408+00:00", + "2024-07-03T18:49:12.365+00:00", + "2024-07-04T20:46:08.47+00:00", + "Hunting\\x20Evaluation\\x20—\\x20Interlude\\x20(1)", + "2024-07-03T18:48:23.913+00:00", + "2024-07-03T18:49:11.567+00:00", + "2024-07-03T18:48:30.292+00:00", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20—\\x20Interlude\\x20(2)", + "Gift", + "2024-07-03T18:48:26.78+00:00", + "2024-07-14T04:14:18.839+00:00", + "2024-07-03T18:49:14.141+00:00", + "Council\\x20of\\x20Kings\\x20(4)", + "2024-08-07T14:17:15.556+00:00", + "2024-07-03T18:48:33.26+00:00", + "2024-07-03T18:48:24.436+00:00", + "Challenge", + "2024-07-03T18:48:44.484+00:00", + "2024-07-03T18:48:59.94+00:00", + "2024-07-03T18:48:31.921+00:00", + "2024-07-03T18:49:08.372+00:00", + "Change\\x20(5)", + "The\\x20Battle\\x20for\\x20Isaac\\x20(5)", + "The\\x20Childhood\\x20Friend\\x20Kidnapping\\x20Case\\x20—\\x20Interlude", + "The\\x20Grand\\x20Festival\\x20(7)", + "2024-07-03T18:48:29.569+00:00", + "Fatalism", + "2024-07-03T18:48:50.448+00:00", + "2024-07-04T14:32:58.365+00:00", + "2024-07-03T18:48:53.018+00:00", + "Vacation\\x20Ceremony\\x20Again", + "2024-07-04T19:20:23.256+00:00", + "2024-07-03T18:48:28.544+00:00", + "2024-07-03T18:49:10.86+00:00", + "2024-07-03T18:49:05.8+00:00", + "Priestess\\x20of\\x20The\\x20Red\\x20Lotus\\x20(1)", + "2024-07-03T18:48:25.476+00:00", + "2024-07-03T18:48:48.836+00:00", + "2024-07-03T18:49:06.04+00:00", + "6842VAWPFl", + "Academy\\x20Clash\\x20(1)", + "2024-07-03T18:48:58.604+00:00", + "2024-07-03T18:49:13.884+00:00", + "2024-07-03T18:48:24.692+00:00", + "Conspiracy\\x20(1)", + "2024-09-13T14:57:58.567+00:00", + "The\\x20Grand\\x20Festival\\x20(6)", + "2024-07-03T18:48:34.316+00:00", + "2024-07-03T18:48:50.716+00:00", + "2024-07-03T18:48:43.152+00:00", + "2024-07-03T18:48:47.292+00:00", + "Joint\\x20Practical\\x20Evaluation\\x20(1)", + "Teacher\\x20—\\x20Interlude\\x20(2)", + "2024-07-03T18:48:28.812+00:00", + "Alice\\x20Subjugation\\x20(12)", + "2024-07-03T18:48:57.784+00:00", + "Change\\x20(2)", + "The\\x20Grand\\x20Festival\\x20(4)", + "Territorial\\x20Fight\\x20(2)", + "Joint\\x20Practical\\x20Evaluation\\x20(4)", + "Joint\\x20Practical\\x20Evaluation\\x20(2)", + "Priestess\\x20of\\x20The\\x20Red\\x20Lotus\\x20(2)", + "2024-07-03T18:48:28.286+00:00", + "2024-07-03T18:48:46.836+00:00", + "2024-07-03T18:48:56.748+00:00", + "2024-07-03T18:48:56.492+00:00", + "2024-07-03T18:49:04.733+00:00", + "Ice\\x20Sovereign", + "The\\x20Childhood\\x20Friend\\x20Kidnapping\\x20Case\\x20(3)", + "333ULkoIP", + "Prologue\\x20(5)", + "Subjugation\\x20of\\x20the\\x20Floating\\x20Island\\x20(7)", + "2024-09-25T14:51:50.827+00:00", + "2024-07-03T18:49:06.823+00:00", + "2024-07-03T18:49:07.836+00:00", + "Hilde\\x20(3)", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20—\\x20Interlude\\x20(1)", + "2024-07-03T18:48:47.556+00:00", + "2024-07-03T18:48:52.544+00:00", + "2024-07-03T18:49:18.776+00:00", + "Iron\\x20Fairy\\x20Subjugation\\x20(2)", + "Prologue\\x20(6)", + "2024-08-12T20:22:00.723+00:00", + "Bet\\x20(4)", + "The\\x20Door", + "2024-07-03T18:48:40.616+00:00", + "Thunderbird\\x20Subjugation\\x20(3)", + "2024-08-21T03:42:04.595+00:00", + "2024-08-16T21:13:12.642+00:00", + "Hilde\\x20(2)", + "2024-07-03T18:48:29.78+00:00", + "2024-07-03T18:49:13.644+00:00", + "2024-08-22T23:05:37.186+00:00", + "2024-07-03T18:48:39.796+00:00", + "2024-07-04T21:10:25.087+00:00", + "2024-08-23T21:56:29.26+00:00", + "Academy\\x20Excursion\\x20(2)\\x20", + "193197woGSHt", + "End\\x20of\\x20the\\x20Second\\x20Semester\\x20(3)", + "Priestess\\x20of\\x20The\\x20Red\\x20Lotus\\x20(4)", + "End-of-Semester\\x20Evaluation\\x20(1)", + "Joint\\x20Practical\\x20Evaluation\\x20(6)", + "2024-08-23T18:49:39.697+00:00", + "Alice\\x20Subjugation\\x20(7)", + "Social\\x20Gathering\\x20(4)", + "2024-07-03T18:48:31.085+00:00", + "Priestess\\x20of\\x20The\\x20Red\\x20Lotus\\x20(5)", + "Coronation\\x20Ceremony\\x20(5)", + "2024-07-03T18:48:41.688+00:00", + "2024-07-03T18:48:47.833+00:00", + "10010kALBQe", + "2024-07-03T18:49:11.84+00:00", + "2024-07-03T18:49:16.124+00:00", + "2024-07-03T18:48:55.712+00:00", + "Council\\x20of\\x20Kings\\x20(2)", + "Hot\\x20Spring\\x20(1)", + "Luce\\x20(2)", + "White\\x20Wants\\x20to\\x20Get\\x20Stronger!\\x20(2)", + "Fury\\x20—\\x20Interlude\\x20(2)", + "Camping\\x20(1)", + "2024-07-03T18:48:31.369+00:00", + "Alice\\x20Subjugation\\x20(6)", + "The\\x20Grand\\x20Festival\\x20(8)", + "2024-08-17T20:03:51.439+00:00", + "2024-07-03T18:48:51.741+00:00", + "2024-07-04T20:42:07.217+00:00", + "2024-07-03T18:49:18.33+00:00", + "The\\x20Grand\\x20Festival\\x20—\\x20Interlude\\x20(3)", + "Monologue\\x20(5)", + "Black\\x20Tea", + "Fury\\x20(2)", + "39lnykrB", + "2024-07-03T18:49:03.884+00:00", + "End-of-Semester\\x20Evaluation\\x20(2)", + "2024-07-03T18:48:59.148+00:00", + "2024-07-04T21:24:40.888+00:00", + "Ant\\x20Cave\\x20(3)", + "Alice\\x20Subjugation\\x20(16)", + "Monologue\\x20(2)", + "The\\x20Grand\\x20Festival\\x20—\\x20Interlude\\x20(1)", + "Coronation\\x20Ceremony\\x20(1)", + "2024-07-03T18:48:35.324+00:00", + "2024-07-03T18:49:17.124+00:00", + "2024-07-03T18:49:12.869+00:00", + "Monologue\\x20(4)", + "2024-07-03T18:49:09.64+00:00", + "2024-07-03T18:48:25.74+00:00", + "Academy\\x20Excursion\\x20(1)", + "Preparations\\x20for\\x20the\\x20Grand\\x20Festival\\x20(2)", + "Coronation\\x20Ceremony\\x20(2)", + "2024-07-03T18:48:30.548+00:00", + "2024-07-03T18:48:26.214+00:00", + "Alice\\x20Subjugation\\x20—\\x20Interlude\\x20(1)", + "2024-07-03T18:49:00.206+00:00", + "2024-07-03T18:48:41.432+00:00", + "Ring\\x20(2)", + "Mentor\\x20Isaac\\x20(5)", + "Mentor\\x20Isaac\\x20(7)", + "2024-07-24T12:40:29.286+00:00", + "The\\x20Underground\\x20Giant\\x20(2)", + "2024-07-03T18:48:58.305+00:00", + "Ant\\x20Cave\\x20(1)", + "2024-07-03T18:48:38.996+00:00", + "2024-07-03T18:48:53.828+00:00", + "The\\x20Grand\\x20Festival\\x20(1)", + "2024-07-03T18:48:42.648+00:00", + "Joint\\x20Practical\\x20Evaluation\\x20—\\x20Interlude", + "2024-07-03T18:48:37.69+00:00", + "End\\x20of\\x20the\\x20Second\\x20Semester\\x20(4)", + "Monologue\\x20(1)", + "2024-07-03T18:48:54.088+00:00", + "2024-07-03T18:48:49.928+00:00", + "2024-07-03T18:48:39.536+00:00", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20(4)", + "Ring\\x20(5)", + "Possessed\\x20the\\x20Weakest", + "Mentor\\x20Isaac\\x20(6)", + "2024-07-03T18:49:17.62+00:00", + "2024-07-12T04:12:28.82+00:00", + "Bet\\x20(3)", + "2024-07-03T18:49:01.976+00:00", + "Alice\\x20Subjugation\\x20(8)", + "End\\x20of\\x20the\\x20Second\\x20Semester", + "2024-07-03T18:48:58.077+00:00", + "2024-07-03T18:48:22.704+00:00", + "2024-07-03T18:48:40.072+00:00", + "Popularity", + "2024-07-03T18:48:37.956+00:00", + "Chess\\x20(2)", + "The\\x20Childhood\\x20Friend\\x20Kidnapping\\x20Case\\x20(2)", + "2024-07-05T03:20:42.622+00:00", + "Father-In-Law\\x20(3)", + "Monologue\\x20—\\x20Interlude\\x20(1)", + "2024-08-09T15:22:55.837+00:00", + "2024-09-16T04:36:34.576+00:00", + "Class\\x20Placement\\x20Evaluation\\x20(4)", + "Academy\\x20Clash\\x20(4)", + "The\\x20Childhood\\x20Friend\\x20Kidnapping\\x20Case\\x20(1)", + "Teacher\\x20(1)", + "2024-07-03T18:48:31.632+00:00", + "Subjugation\\x20of\\x20the\\x20Floating\\x20Island\\x20—\\x20Interlude\\x20(2)", + "2024-07-03T18:48:56.264+00:00", + "2024-08-23T01:03:51.147+00:00", + "2024-08-22T17:37:21.112+00:00", + "2024-07-03T18:49:12.108+00:00", + "2024-07-03T18:49:04.448+00:00", + "2024-07-03T18:49:16.652+00:00", + "Alice\\x20Subjugation\\x20(14)", + "The\\x20Underground\\x20Giant\\x20(1)", + "2024-07-03T18:48:57.029+00:00", + "Duel\\x20(1)", + "2024-07-04T20:27:06.975+00:00", + "2024-07-03T18:49:00.763+00:00", + "2024-07-03T18:48:48.104+00:00", + "2024-08-12T14:16:48.013+00:00", + "Chess\\x20(1)", + "2024-09-20T14:49:58.425+00:00", + "Eve\\x20and\\x20Her\\x20Little\\x20Brother\\x20", + "Carriage\\x20Driver\\x20(1)", + "2024-07-03T18:48:33.516+00:00", + "Territorial\\x20Fight\\x20(1)", + "2024-07-03T18:49:00.46+00:00", + "2024-07-05T02:16:35.046+00:00", + "Alice\\x20Subjugation\\x20(2)", + "2024-07-29T01:35:22.843+00:00", + "2024-07-03T18:49:00.991+00:00", + "2024-07-03T18:48:25.22+00:00", + "2024-07-03T18:48:30.023+00:00", + "Hunting\\x20Evaluation\\x20—\\x20Interlude\\x20(2)", + "2024-09-18T14:42:13.718+00:00", + "Abyssal\\x20Sea\\x20Monster\\x20(2)", + "2024-07-04T21:34:21.488+00:00", + "Ant\\x20Cave\\x20—\\x20Interlude", + "Ring\\x20(1)", + "2024-07-03T18:48:38.472+00:00", + "2024-07-05T03:28:08.801+00:00", + "2024-09-09T02:26:58.803+00:00", + "Ring\\x20—\\x20Interlude", + "2024-07-03T18:49:15.596+00:00", + "The\\x20Underground\\x20Giant\\x20(3)", + "Alice\\x20Subjugation\\x20(9)", + "347820pZraqV", + "2024-08-05T13:01:44.204+00:00", + "2024-07-03T18:48:58.872+00:00", + "2024-07-03T18:48:34.559+00:00", + "2024-07-03T18:48:55.44+00:00", + "2024-07-03T18:48:37.184+00:00", + "Teacher\\x20(4)", + "Mentor\\x20Isaac\\x20(3)", + "Mentor\\x20Isaac\\x20—\\x20Interlude", + "White\\x20Wants\\x20to\\x20Get\\x20Stronger!\\x20(1)", + "Chess\\x20(4)", + "2024-09-27T18:49:53.216+00:00", + "Mentor\\x20Isaac\\x20(4)", + "2024-07-07T20:24:39.613+00:00", + "2024-07-03T18:48:46.061+00:00", + "1343507QSaShK", + "2024-07-03T18:48:49.104+00:00", + "2024-07-03T18:49:03.604+00:00", + "Realm\\x20of\\x20an\\x20Archwizard", + "Alice\\x20Subjugation\\x20—\\x20Interlude\\x20(2)", + "Alice\\x20Subjugation\\x20(10)", + "2024-07-03T18:49:06.272+00:00", + "2024-07-03T18:48:39.264+00:00", + "Bet\\x20—\\x20Interlude", + "2024-08-22T03:14:06.245+00:00", + "Day\\x20of\\x20the\\x20Entrance\\x20Exam\\x20—\\x20Interlude", + "2024-07-03T18:49:11.328+00:00", + "2024-07-05T03:06:38.4+00:00", + "2024-07-03T18:49:05.228+00:00", + "Prologue\\x20(4)", + "Prologue\\x20(2)", + "2024-07-03T18:48:37.444+00:00", + "2024-07-03T18:48:46.588+00:00", + "Change\\x20(6)", + "2024-07-03T18:48:27.764+00:00", + "2024-09-14T14:31:10.86+00:00", + "2024-07-03T18:48:44.244+00:00", + "5535a77a-9375-4882-8766-8388348abc4c", + "2024-07-03T18:48:25.955+00:00", + "2024-07-03T18:48:27.284+00:00", + "2024-07-16T13:59:38.03+00:00", + "2024-07-03T18:48:42.904+00:00", + "2024-07-03T18:49:07.368+00:00", + "2024-07-03T18:49:15.108+00:00", + "Joint\\x20Practical\\x20Evaluation\\x20—\\x20Interlude\\x20(2)", + "2024-07-03T18:48:41.825+00:00", + "2024-07-03T18:48:55.984+00:00", + "2024-07-03T18:48:53.548+00:00", + "2024-07-03T18:48:40.88+00:00", + "Mana\\x20Evaluation\\x20(2)", + "2024-07-03T18:48:42.094+00:00", + "2024-07-03T18:49:15.844+00:00", + "Duel\\x20(2)", + "Joint\\x20Practical\\x20Evaluation\\x20(7)", + "Preliminary\\x20Inspection", + "Social\\x20Gathering\\x20(2)", + "The\\x20Battle\\x20for\\x20Isaac\\x20(3)", + "2024-07-05T02:59:40.95+00:00", + "The\\x20Grand\\x20Festival\\x20(3)", + "7mMLbHy", + "Alice\\x20(1)", + "Goal", + "Alice\\x20(2)", + "Coronation\\x20Ceremony\\x20(6)", + "Day\\x20of\\x20the\\x20Entrance\\x20Exam\\x20(2)", + "Carriage\\x20Driver\\x20—\\x20Interlude", + "2024-07-03T18:49:10.376+00:00", + "2024-07-03T18:48:36.644+00:00", + "Dorothy\\x20(1)", + "2024-07-03T18:49:02.493+00:00", + "2024-07-03T18:49:14.396+00:00", + "Subjugation\\x20of\\x20the\\x20Floating\\x20Island\\x20(3)", + "2024-07-03T18:48:26.518+00:00", + "2024-07-03T18:49:18.535+00:00", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20(6)", + "Council\\x20of\\x20Kings\\x20(3)", + "2024-07-03T18:49:11.092+00:00", + "2024-07-03T18:48:33.005+00:00", + "Class\\x20Placement\\x20Evaluation\\x20—\\x20Interlude", + "Uh\\x20Hey,\\x20Uh\\x20Luce...?\\x20(1)", + "Iron\\x20Fairy\\x20Subjugation\\x20(1)", + "Social\\x20Gathering\\x20Interlude", + "2024-07-03T18:49:16.904+00:00", + "2024-07-05T02:50:22.6+00:00", + "Class\\x20A\\x20Placement", + "Oh\\x20Luce...\\x20(2)", + "Mentor\\x20Isaac\\x20(1)", + "2024-07-03T18:49:10.608+00:00", + "Change\\x20(7)", + "Secret\\x20Research\\x20(3)", + "Dorothy\\x27s\\x20Return", + "2024-07-03T18:48:38.736+00:00", + "2024-08-12T15:08:19.144+00:00", + "Practical\\x20Training\\x20(2)", + "2024-07-03T18:48:27.544+00:00", + "2024-07-05T02:33:31.848+00:00", + "4DmzHoC", + "Hilde\\x20(1)", + "Coronation\\x20Ceremony\\x20(4)", + "2024-07-03T18:48:52.008+00:00", + "2024-07-03T18:49:04.934+00:00", + "2024-07-03T18:49:04.163+00:00", + "Subjugation\\x20of\\x20the\\x20Floating\\x20Island\\x20—\\x20Interlude\\x20(1)", + "The\\x20Underground\\x20Giant\\x20(4)", + "2024-07-22T01:10:34.74+00:00", + "2024-07-03T18:49:06.565+00:00", + "2024-07-03T18:48:45.877+00:00", + "2024-07-03T18:48:36.376+00:00", + "2024-07-05T03:12:40.307+00:00", + "The\\x20Grand\\x20Festival\\x20—\\x20Interlude\\x20(2)", + "2024-07-26T02:01:02.435+00:00", + "The\\x20Battle\\x20for\\x20Isaac\\x20(2)", + "Joint\\x20Practical\\x20Evaluation\\x20(3)", + "2024-07-03T18:49:03.324+00:00", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20—\\x20Interlude\\x20(3)", + "To\\x20Aldreque\\x20(2)", + "2024-07-03T18:49:03.048+00:00", + "2024-07-03T18:49:17.376+00:00", + "Social\\x20Gathering\\x20(1)", + "Carriage\\x20Driver\\x20(2)", + "2024-07-03T18:48:35.852+00:00", + "Alice\\x20Subjugation\\x20(1)", + "2024-07-03T18:48:48.588+00:00", + "2024-07-03T18:48:36.919+00:00", + "End-of-Semester\\x20Evaluation\\x20(6)", + "Teacher\\x20(3)", + "2024-07-03T18:48:23.653+00:00", + "Ring\\x20(3)", + "2024-07-03T18:48:48.376+00:00", + "Joint\\x20Practical\\x20Evaluation\\x20—\\x20Interlude\\x20(1)", + "2024-07-03T18:49:14.636+00:00", + "2024-09-23T14:58:28.823+00:00", + "2024-07-03T18:48:54.881+00:00", + "Academy\\x20Clash\\x20(2)", + "2024-07-03T18:48:24.181+00:00", + "Hot\\x20Spring\\x20(2)", + "2024-07-03T18:48:46.315+00:00", + "The\\x20Battle\\x20for\\x20Isaac\\x20(4)", + "Day\\x20of\\x20the\\x20Entrance\\x20Exam\\x20(1)", + "2024-07-03T18:49:17.864+00:00", + "Preparations\\x20for\\x20the\\x20Grand\\x20Festival\\x20(3)", + "Fury\\x20—\\x20Interlude\\x20(3)", + "Secret\\x20Research\\x20(1)", + "Duel\\x20—\\x20Interlude", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20(1)", + "2024-07-03T18:48:45.612+00:00", + "Thunderbird\\x20Subjugation\\x20(1)", + "Father-In-Law\\x20(4)", + "Camping\\x20(2)", + "■■■■\\x20(4)\\x20—\\x20Fictional\\x20Hell", + "2024-07-03T18:48:51.469+00:00", + "2024-07-04T20:00:42.463+00:00", + "Conspiracy\\x20(2)", + "Isaac\\x20and\\x20His\\x20Sister", + "2024-09-27T14:59:12.195+00:00", + "Uh\\x20Hey,\\x20Uh\\x20Luce...?\\x20(2)", + "2024-07-03T18:49:01.704+00:00", + "End\\x20of\\x20the\\x20Second\\x20Semester\\x20(2)", + "2024-07-03T18:49:08.912+00:00", + "Back\\x20Story\\x20—\\x20Hunting\\x20Evaluation\\x20(2.5)", + "2024-07-03T18:49:13.393+00:00", + "2024-07-03T18:48:50.984+00:00", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20(2)", + "Alice\\x20Subjugation\\x20(5)", + "2024-07-03T18:48:29.301+00:00", + "2024-07-03T18:49:07.096+00:00", + "Summer\\x20Vacation\\x20Ceremony\\u00a0", + "Academy\\x20Clash\\x20(3)", + "1990LboHJp", + "2024-07-03T18:48:38.257+00:00", + "Mana\\x20Evaluation\\x20(1)", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20(5)", + "2024-08-22T23:59:51.746+00:00", + "Fury\\x20—\\x20Interlude\\x20(1)", + "Secret\\x20Research\\x20(2)", + "2024-07-03T18:48:35.056+00:00", + "2024-07-03T18:48:49.372+00:00", + "2024-07-05T01:57:14.799+00:00", + "2024-07-03T18:48:32.468+00:00", + "Ant\\x20Cave\\x20(2)", + "2024-07-03T18:49:08.644+00:00", + "2024-07-04T19:32:52.366+00:00", + "2024-07-03T18:48:34.06+00:00", + "2024-07-03T18:48:43.7+00:00", + "2024-07-05T03:41:20.973+00:00", + "Prologue\\x20—\\x20Interlude", + "Priestess\\x20of\\x20The\\x20Red\\x20Lotus\\x20(6)", + "2024-07-03T18:48:27.046+00:00", + "Fury\\x20(4)", + "Joint\\x20Practical\\x20Evaluation\\x20(5)", + "Council\\x20of\\x20Kings\\x20(1)", + "2024-07-03T18:49:12.616+00:00", + "Chess\\x20(3)", + "2024-08-03T15:26:45.042+00:00", + "215528WNRVYG", + "A\\x20Game\\x20of\\x20Chicken\\x20(2)", + ]; + _0xa529 = function () { + return _0x1226ee; + }; + return _0xa529(); +} + + + +[{'id':0x98a,'chapter_title':_0x52dcd0(0x29f),'chapter_number':0x1,'required_tier':0x0,'date_created':_0x52dcd0(0x2a8),'nsfw':![],'spoiler_title':![],'novel':{'id':_0x52dcd0(0x306)}},{'id':0x98b,'chapter_title':_0x52dcd0(0x1ca),'chapter_number':0x2,'required_tier':0x0,'date_created':'2024-07-03T18:48:23.386+00:00','nsfw':![],'spoiler_title':![],'novel':{'id':_0x52dcd0(0x306)}}] \ No newline at end of file diff --git a/tmp b/tmp new file mode 100644 index 00000000..8f3a2ee9 --- /dev/null +++ b/tmp @@ -0,0 +1,451 @@ +var _0x1226ee = [ + "Academy\\x20Excursion\\x20(3)", + "Thunderbird\\x20Subjugation\\x20(2)", + "Prologue\\x20(3)", + "Social\\x20Gathering\\x20(5)", + "2024-07-03T18:49:09.176+00:00", + "2024-07-03T18:48:28.04+00:00", + "To\\x20My\\x20Dear\\x20Benefactor\\x20(1)", + "Monologue\\x20(7)", + "Class\\x20Placement\\x20Evaluation\\x20(2)", + "2024-07-03T18:49:07.636+00:00", + "2024-07-04T20:31:55.147+00:00", + "End-of-Semester\\x20Evaluation\\x20(5)", + "2024-07-03T18:49:09.408+00:00", + "2024-07-03T18:49:12.365+00:00", + "2024-07-04T20:46:08.47+00:00", + "Hunting\\x20Evaluation\\x20—\\x20Interlude\\x20(1)", + "2024-07-03T18:48:23.913+00:00", + "2024-07-03T18:49:11.567+00:00", + "2024-07-03T18:48:30.292+00:00", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20—\\x20Interlude\\x20(2)", + "Gift", + "2024-07-03T18:48:26.78+00:00", + "2024-07-14T04:14:18.839+00:00", + "2024-07-03T18:49:14.141+00:00", + "Council\\x20of\\x20Kings\\x20(4)", + "2024-08-07T14:17:15.556+00:00", + "2024-07-03T18:48:33.26+00:00", + "2024-07-03T18:48:24.436+00:00", + "Challenge", + "2024-07-03T18:48:44.484+00:00", + "2024-07-03T18:48:59.94+00:00", + "2024-07-03T18:48:31.921+00:00", + "2024-07-03T18:49:08.372+00:00", + "Change\\x20(5)", + "The\\x20Battle\\x20for\\x20Isaac\\x20(5)", + "The\\x20Childhood\\x20Friend\\x20Kidnapping\\x20Case\\x20—\\x20Interlude", + "The\\x20Grand\\x20Festival\\x20(7)", + "2024-07-03T18:48:29.569+00:00", + "Fatalism", + "2024-07-03T18:48:50.448+00:00", + "2024-07-04T14:32:58.365+00:00", + "2024-07-03T18:48:53.018+00:00", + "Vacation\\x20Ceremony\\x20Again", + "2024-07-04T19:20:23.256+00:00", + "2024-07-03T18:48:28.544+00:00", + "2024-07-03T18:49:10.86+00:00", + "2024-07-03T18:49:05.8+00:00", + "Priestess\\x20of\\x20The\\x20Red\\x20Lotus\\x20(1)", + "2024-07-03T18:48:25.476+00:00", + "2024-07-03T18:48:48.836+00:00", + "2024-07-03T18:49:06.04+00:00", + "6842VAWPFl", + "Academy\\x20Clash\\x20(1)", + "2024-07-03T18:48:58.604+00:00", + "2024-07-03T18:49:13.884+00:00", + "2024-07-03T18:48:24.692+00:00", + "Conspiracy\\x20(1)", + "2024-09-13T14:57:58.567+00:00", + "The\\x20Grand\\x20Festival\\x20(6)", + "2024-07-03T18:48:34.316+00:00", + "2024-07-03T18:48:50.716+00:00", + "2024-07-03T18:48:43.152+00:00", + "2024-07-03T18:48:47.292+00:00", + "Joint\\x20Practical\\x20Evaluation\\x20(1)", + "Teacher\\x20—\\x20Interlude\\x20(2)", + "2024-07-03T18:48:28.812+00:00", + "Alice\\x20Subjugation\\x20(12)", + "2024-07-03T18:48:57.784+00:00", + "Change\\x20(2)", + "The\\x20Grand\\x20Festival\\x20(4)", + "Territorial\\x20Fight\\x20(2)", + "Joint\\x20Practical\\x20Evaluation\\x20(4)", + "Joint\\x20Practical\\x20Evaluation\\x20(2)", + "Priestess\\x20of\\x20The\\x20Red\\x20Lotus\\x20(2)", + "2024-07-03T18:48:28.286+00:00", + "2024-07-03T18:48:46.836+00:00", + "2024-07-03T18:48:56.748+00:00", + "2024-07-03T18:48:56.492+00:00", + "2024-07-03T18:49:04.733+00:00", + "Ice\\x20Sovereign", + "The\\x20Childhood\\x20Friend\\x20Kidnapping\\x20Case\\x20(3)", + "333ULkoIP", + "Prologue\\x20(5)", + "Subjugation\\x20of\\x20the\\x20Floating\\x20Island\\x20(7)", + "2024-09-25T14:51:50.827+00:00", + "2024-07-03T18:49:06.823+00:00", + "2024-07-03T18:49:07.836+00:00", + "Hilde\\x20(3)", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20—\\x20Interlude\\x20(1)", + "2024-07-03T18:48:47.556+00:00", + "2024-07-03T18:48:52.544+00:00", + "2024-07-03T18:49:18.776+00:00", + "Iron\\x20Fairy\\x20Subjugation\\x20(2)", + "Prologue\\x20(6)", + "2024-08-12T20:22:00.723+00:00", + "Bet\\x20(4)", + "The\\x20Door", + "2024-07-03T18:48:40.616+00:00", + "Thunderbird\\x20Subjugation\\x20(3)", + "2024-08-21T03:42:04.595+00:00", + "2024-08-16T21:13:12.642+00:00", + "Hilde\\x20(2)", + "2024-07-03T18:48:29.78+00:00", + "2024-07-03T18:49:13.644+00:00", + "2024-08-22T23:05:37.186+00:00", + "2024-07-03T18:48:39.796+00:00", + "2024-07-04T21:10:25.087+00:00", + "2024-08-23T21:56:29.26+00:00", + "Academy\\x20Excursion\\x20(2)\\x20", + "193197woGSHt", + "End\\x20of\\x20the\\x20Second\\x20Semester\\x20(3)", + "Priestess\\x20of\\x20The\\x20Red\\x20Lotus\\x20(4)", + "End-of-Semester\\x20Evaluation\\x20(1)", + "Joint\\x20Practical\\x20Evaluation\\x20(6)", + "2024-08-23T18:49:39.697+00:00", + "Alice\\x20Subjugation\\x20(7)", + "Social\\x20Gathering\\x20(4)", + "2024-07-03T18:48:31.085+00:00", + "Priestess\\x20of\\x20The\\x20Red\\x20Lotus\\x20(5)", + "Coronation\\x20Ceremony\\x20(5)", + "2024-07-03T18:48:41.688+00:00", + "2024-07-03T18:48:47.833+00:00", + "10010kALBQe", + "2024-07-03T18:49:11.84+00:00", + "2024-07-03T18:49:16.124+00:00", + "2024-07-03T18:48:55.712+00:00", + "Council\\x20of\\x20Kings\\x20(2)", + "Hot\\x20Spring\\x20(1)", + "Luce\\x20(2)", + "White\\x20Wants\\x20to\\x20Get\\x20Stronger!\\x20(2)", + "Fury\\x20—\\x20Interlude\\x20(2)", + "Camping\\x20(1)", + "2024-07-03T18:48:31.369+00:00", + "Alice\\x20Subjugation\\x20(6)", + "The\\x20Grand\\x20Festival\\x20(8)", + "2024-08-17T20:03:51.439+00:00", + "2024-07-03T18:48:51.741+00:00", + "2024-07-04T20:42:07.217+00:00", + "2024-07-03T18:49:18.33+00:00", + "The\\x20Grand\\x20Festival\\x20—\\x20Interlude\\x20(3)", + "Monologue\\x20(5)", + "Black\\x20Tea", + "Fury\\x20(2)", + "39lnykrB", + "2024-07-03T18:49:03.884+00:00", + "End-of-Semester\\x20Evaluation\\x20(2)", + "2024-07-03T18:48:59.148+00:00", + "2024-07-04T21:24:40.888+00:00", + "Ant\\x20Cave\\x20(3)", + "Alice\\x20Subjugation\\x20(16)", + "Monologue\\x20(2)", + "The\\x20Grand\\x20Festival\\x20—\\x20Interlude\\x20(1)", + "Coronation\\x20Ceremony\\x20(1)", + "2024-07-03T18:48:35.324+00:00", + "2024-07-03T18:49:17.124+00:00", + "2024-07-03T18:49:12.869+00:00", + "Monologue\\x20(4)", + "2024-07-03T18:49:09.64+00:00", + "2024-07-03T18:48:25.74+00:00", + "Academy\\x20Excursion\\x20(1)", + "Preparations\\x20for\\x20the\\x20Grand\\x20Festival\\x20(2)", + "Coronation\\x20Ceremony\\x20(2)", + "2024-07-03T18:48:30.548+00:00", + "2024-07-03T18:48:26.214+00:00", + "Alice\\x20Subjugation\\x20—\\x20Interlude\\x20(1)", + "2024-07-03T18:49:00.206+00:00", + "2024-07-03T18:48:41.432+00:00", + "Ring\\x20(2)", + "Mentor\\x20Isaac\\x20(5)", + "Mentor\\x20Isaac\\x20(7)", + "2024-07-24T12:40:29.286+00:00", + "The\\x20Underground\\x20Giant\\x20(2)", + "2024-07-03T18:48:58.305+00:00", + "Ant\\x20Cave\\x20(1)", + "2024-07-03T18:48:38.996+00:00", + "2024-07-03T18:48:53.828+00:00", + "The\\x20Grand\\x20Festival\\x20(1)", + "2024-07-03T18:48:42.648+00:00", + "Joint\\x20Practical\\x20Evaluation\\x20—\\x20Interlude", + "2024-07-03T18:48:37.69+00:00", + "End\\x20of\\x20the\\x20Second\\x20Semester\\x20(4)", + "Monologue\\x20(1)", + "2024-07-03T18:48:54.088+00:00", + "2024-07-03T18:48:49.928+00:00", + "2024-07-03T18:48:39.536+00:00", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20(4)", + "Ring\\x20(5)", + "Possessed\\x20the\\x20Weakest", + "Mentor\\x20Isaac\\x20(6)", + "2024-07-03T18:49:17.62+00:00", + "2024-07-12T04:12:28.82+00:00", + "Bet\\x20(3)", + "2024-07-03T18:49:01.976+00:00", + "Alice\\x20Subjugation\\x20(8)", + "End\\x20of\\x20the\\x20Second\\x20Semester", + "2024-07-03T18:48:58.077+00:00", + "2024-07-03T18:48:22.704+00:00", + "2024-07-03T18:48:40.072+00:00", + "Popularity", + "2024-07-03T18:48:37.956+00:00", + "Chess\\x20(2)", + "The\\x20Childhood\\x20Friend\\x20Kidnapping\\x20Case\\x20(2)", + "2024-07-05T03:20:42.622+00:00", + "Father-In-Law\\x20(3)", + "Monologue\\x20—\\x20Interlude\\x20(1)", + "2024-08-09T15:22:55.837+00:00", + "2024-09-16T04:36:34.576+00:00", + "Class\\x20Placement\\x20Evaluation\\x20(4)", + "Academy\\x20Clash\\x20(4)", + "The\\x20Childhood\\x20Friend\\x20Kidnapping\\x20Case\\x20(1)", + "Teacher\\x20(1)", + "2024-07-03T18:48:31.632+00:00", + "Subjugation\\x20of\\x20the\\x20Floating\\x20Island\\x20—\\x20Interlude\\x20(2)", + "2024-07-03T18:48:56.264+00:00", + "2024-08-23T01:03:51.147+00:00", + "2024-08-22T17:37:21.112+00:00", + "2024-07-03T18:49:12.108+00:00", + "2024-07-03T18:49:04.448+00:00", + "2024-07-03T18:49:16.652+00:00", + "Alice\\x20Subjugation\\x20(14)", + "The\\x20Underground\\x20Giant\\x20(1)", + "2024-07-03T18:48:57.029+00:00", + "Duel\\x20(1)", + "2024-07-04T20:27:06.975+00:00", + "2024-07-03T18:49:00.763+00:00", + "2024-07-03T18:48:48.104+00:00", + "2024-08-12T14:16:48.013+00:00", + "Chess\\x20(1)", + "2024-09-20T14:49:58.425+00:00", + "Eve\\x20and\\x20Her\\x20Little\\x20Brother\\x20", + "Carriage\\x20Driver\\x20(1)", + "2024-07-03T18:48:33.516+00:00", + "Territorial\\x20Fight\\x20(1)", + "2024-07-03T18:49:00.46+00:00", + "2024-07-05T02:16:35.046+00:00", + "Alice\\x20Subjugation\\x20(2)", + "2024-07-29T01:35:22.843+00:00", + "2024-07-03T18:49:00.991+00:00", + "2024-07-03T18:48:25.22+00:00", + "2024-07-03T18:48:30.023+00:00", + "Hunting\\x20Evaluation\\x20—\\x20Interlude\\x20(2)", + "2024-09-18T14:42:13.718+00:00", + "Abyssal\\x20Sea\\x20Monster\\x20(2)", + "2024-07-04T21:34:21.488+00:00", + "Ant\\x20Cave\\x20—\\x20Interlude", + "Ring\\x20(1)", + "2024-07-03T18:48:38.472+00:00", + "2024-07-05T03:28:08.801+00:00", + "2024-09-09T02:26:58.803+00:00", + "Ring\\x20—\\x20Interlude", + "2024-07-03T18:49:15.596+00:00", + "The\\x20Underground\\x20Giant\\x20(3)", + "Alice\\x20Subjugation\\x20(9)", + "347820pZraqV", + "2024-08-05T13:01:44.204+00:00", + "2024-07-03T18:48:58.872+00:00", + "2024-07-03T18:48:34.559+00:00", + "2024-07-03T18:48:55.44+00:00", + "2024-07-03T18:48:37.184+00:00", + "Teacher\\x20(4)", + "Mentor\\x20Isaac\\x20(3)", + "Mentor\\x20Isaac\\x20—\\x20Interlude", + "White\\x20Wants\\x20to\\x20Get\\x20Stronger!\\x20(1)", + "Chess\\x20(4)", + "2024-09-27T18:49:53.216+00:00", + "Mentor\\x20Isaac\\x20(4)", + "2024-07-07T20:24:39.613+00:00", + "2024-07-03T18:48:46.061+00:00", + "1343507QSaShK", + "2024-07-03T18:48:49.104+00:00", + "2024-07-03T18:49:03.604+00:00", + "Realm\\x20of\\x20an\\x20Archwizard", + "Alice\\x20Subjugation\\x20—\\x20Interlude\\x20(2)", + "Alice\\x20Subjugation\\x20(10)", + "2024-07-03T18:49:06.272+00:00", + "2024-07-03T18:48:39.264+00:00", + "Bet\\x20—\\x20Interlude", + "2024-08-22T03:14:06.245+00:00", + "Day\\x20of\\x20the\\x20Entrance\\x20Exam\\x20—\\x20Interlude", + "2024-07-03T18:49:11.328+00:00", + "2024-07-05T03:06:38.4+00:00", + "2024-07-03T18:49:05.228+00:00", + "Prologue\\x20(4)", + "Prologue\\x20(2)", + "2024-07-03T18:48:37.444+00:00", + "2024-07-03T18:48:46.588+00:00", + "Change\\x20(6)", + "2024-07-03T18:48:27.764+00:00", + "2024-09-14T14:31:10.86+00:00", + "2024-07-03T18:48:44.244+00:00", + "5535a77a-9375-4882-8766-8388348abc4c", + "2024-07-03T18:48:25.955+00:00", + "2024-07-03T18:48:27.284+00:00", + "2024-07-16T13:59:38.03+00:00", + "2024-07-03T18:48:42.904+00:00", + "2024-07-03T18:49:07.368+00:00", + "2024-07-03T18:49:15.108+00:00", + "Joint\\x20Practical\\x20Evaluation\\x20—\\x20Interlude\\x20(2)", + "2024-07-03T18:48:41.825+00:00", + "2024-07-03T18:48:55.984+00:00", + "2024-07-03T18:48:53.548+00:00", + "2024-07-03T18:48:40.88+00:00", + "Mana\\x20Evaluation\\x20(2)", + "2024-07-03T18:48:42.094+00:00", + "2024-07-03T18:49:15.844+00:00", + "Duel\\x20(2)", + "Joint\\x20Practical\\x20Evaluation\\x20(7)", + "Preliminary\\x20Inspection", + "Social\\x20Gathering\\x20(2)", + "The\\x20Battle\\x20for\\x20Isaac\\x20(3)", + "2024-07-05T02:59:40.95+00:00", + "The\\x20Grand\\x20Festival\\x20(3)", + "7mMLbHy", + "Alice\\x20(1)", + "Goal", + "Alice\\x20(2)", + "Coronation\\x20Ceremony\\x20(6)", + "Day\\x20of\\x20the\\x20Entrance\\x20Exam\\x20(2)", + "Carriage\\x20Driver\\x20—\\x20Interlude", + "2024-07-03T18:49:10.376+00:00", + "2024-07-03T18:48:36.644+00:00", + "Dorothy\\x20(1)", + "2024-07-03T18:49:02.493+00:00", + "2024-07-03T18:49:14.396+00:00", + "Subjugation\\x20of\\x20the\\x20Floating\\x20Island\\x20(3)", + "2024-07-03T18:48:26.518+00:00", + "2024-07-03T18:49:18.535+00:00", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20(6)", + "Council\\x20of\\x20Kings\\x20(3)", + "2024-07-03T18:49:11.092+00:00", + "2024-07-03T18:48:33.005+00:00", + "Class\\x20Placement\\x20Evaluation\\x20—\\x20Interlude", + "Uh\\x20Hey,\\x20Uh\\x20Luce...?\\x20(1)", + "Iron\\x20Fairy\\x20Subjugation\\x20(1)", + "Social\\x20Gathering\\x20Interlude", + "2024-07-03T18:49:16.904+00:00", + "2024-07-05T02:50:22.6+00:00", + "Class\\x20A\\x20Placement", + "Oh\\x20Luce...\\x20(2)", + "Mentor\\x20Isaac\\x20(1)", + "2024-07-03T18:49:10.608+00:00", + "Change\\x20(7)", + "Secret\\x20Research\\x20(3)", + "Dorothy\\x27s\\x20Return", + "2024-07-03T18:48:38.736+00:00", + "2024-08-12T15:08:19.144+00:00", + "Practical\\x20Training\\x20(2)", + "2024-07-03T18:48:27.544+00:00", + "2024-07-05T02:33:31.848+00:00", + "4DmzHoC", + "Hilde\\x20(1)", + "Coronation\\x20Ceremony\\x20(4)", + "2024-07-03T18:48:52.008+00:00", + "2024-07-03T18:49:04.934+00:00", + "2024-07-03T18:49:04.163+00:00", + "Subjugation\\x20of\\x20the\\x20Floating\\x20Island\\x20—\\x20Interlude\\x20(1)", + "The\\x20Underground\\x20Giant\\x20(4)", + "2024-07-22T01:10:34.74+00:00", + "2024-07-03T18:49:06.565+00:00", + "2024-07-03T18:48:45.877+00:00", + "2024-07-03T18:48:36.376+00:00", + "2024-07-05T03:12:40.307+00:00", + "The\\x20Grand\\x20Festival\\x20—\\x20Interlude\\x20(2)", + "2024-07-26T02:01:02.435+00:00", + "The\\x20Battle\\x20for\\x20Isaac\\x20(2)", + "Joint\\x20Practical\\x20Evaluation\\x20(3)", + "2024-07-03T18:49:03.324+00:00", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20—\\x20Interlude\\x20(3)", + "To\\x20Aldreque\\x20(2)", + "2024-07-03T18:49:03.048+00:00", + "2024-07-03T18:49:17.376+00:00", + "Social\\x20Gathering\\x20(1)", + "Carriage\\x20Driver\\x20(2)", + "2024-07-03T18:48:35.852+00:00", + "Alice\\x20Subjugation\\x20(1)", + "2024-07-03T18:48:48.588+00:00", + "2024-07-03T18:48:36.919+00:00", + "End-of-Semester\\x20Evaluation\\x20(6)", + "Teacher\\x20(3)", + "2024-07-03T18:48:23.653+00:00", + "Ring\\x20(3)", + "2024-07-03T18:48:48.376+00:00", + "Joint\\x20Practical\\x20Evaluation\\x20—\\x20Interlude\\x20(1)", + "2024-07-03T18:49:14.636+00:00", + "2024-09-23T14:58:28.823+00:00", + "2024-07-03T18:48:54.881+00:00", + "Academy\\x20Clash\\x20(2)", + "2024-07-03T18:48:24.181+00:00", + "Hot\\x20Spring\\x20(2)", + "2024-07-03T18:48:46.315+00:00", + "The\\x20Battle\\x20for\\x20Isaac\\x20(4)", + "Day\\x20of\\x20the\\x20Entrance\\x20Exam\\x20(1)", + "2024-07-03T18:49:17.864+00:00", + "Preparations\\x20for\\x20the\\x20Grand\\x20Festival\\x20(3)", + "Fury\\x20—\\x20Interlude\\x20(3)", + "Secret\\x20Research\\x20(1)", + "Duel\\x20—\\x20Interlude", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20(1)", + "2024-07-03T18:48:45.612+00:00", + "Thunderbird\\x20Subjugation\\x20(1)", + "Father-In-Law\\x20(4)", + "Camping\\x20(2)", + "■■■■\\x20(4)\\x20—\\x20Fictional\\x20Hell", + "2024-07-03T18:48:51.469+00:00", + "2024-07-04T20:00:42.463+00:00", + "Conspiracy\\x20(2)", + "Isaac\\x20and\\x20His\\x20Sister", + "2024-09-27T14:59:12.195+00:00", + "Uh\\x20Hey,\\x20Uh\\x20Luce...?\\x20(2)", + "2024-07-03T18:49:01.704+00:00", + "End\\x20of\\x20the\\x20Second\\x20Semester\\x20(2)", + "2024-07-03T18:49:08.912+00:00", + "Back\\x20Story\\x20—\\x20Hunting\\x20Evaluation\\x20(2.5)", + "2024-07-03T18:49:13.393+00:00", + "2024-07-03T18:48:50.984+00:00", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20(2)", + "Alice\\x20Subjugation\\x20(5)", + "2024-07-03T18:48:29.301+00:00", + "2024-07-03T18:49:07.096+00:00", + "Summer\\x20Vacation\\x20Ceremony\\u00a0", + "Academy\\x20Clash\\x20(3)", + "1990LboHJp", + "2024-07-03T18:48:38.257+00:00", + "Mana\\x20Evaluation\\x20(1)", + "King\\x20of\\x20the\\x20Dead\\x20Subjugation\\x20(5)", + "2024-08-22T23:59:51.746+00:00", + "Fury\\x20—\\x20Interlude\\x20(1)", + "Secret\\x20Research\\x20(2)", + "2024-07-03T18:48:35.056+00:00", + "2024-07-03T18:48:49.372+00:00", + "2024-07-05T01:57:14.799+00:00", + "2024-07-03T18:48:32.468+00:00", + "Ant\\x20Cave\\x20(2)", + "2024-07-03T18:49:08.644+00:00", + "2024-07-04T19:32:52.366+00:00", + "2024-07-03T18:48:34.06+00:00", + "2024-07-03T18:48:43.7+00:00", + "2024-07-05T03:41:20.973+00:00", + "Prologue\\x20—\\x20Interlude", + "Priestess\\x20of\\x20The\\x20Red\\x20Lotus\\x20(6)", + "2024-07-03T18:48:27.046+00:00", + "Fury\\x20(4)", + "Joint\\x20Practical\\x20Evaluation\\x20(5)", + "Council\\x20of\\x20Kings\\x20(1)", + "2024-07-03T18:49:12.616+00:00", + "Chess\\x20(3)", + "2024-08-03T15:26:45.042+00:00", + "215528WNRVYG", + "A\\x20Game\\x20of\\x20Chicken\\x20(2)", + ]; \ No newline at end of file From ee12710acf2dd912db8e21d90a177073b93ea1cd Mon Sep 17 00:00:00 2001 From: gamebeaker Date: Sun, 29 Sep 2024 17:49:06 +0200 Subject: [PATCH 4/4] fix eslint GenisiStudioParser --- plugin/js/parsers/GenesiStudioParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/js/parsers/GenesiStudioParser.js b/plugin/js/parsers/GenesiStudioParser.js index 02228f4a..3b4b1c03 100644 --- a/plugin/js/parsers/GenesiStudioParser.js +++ b/plugin/js/parsers/GenesiStudioParser.js @@ -19,7 +19,7 @@ class GenesiStudioParser extends Parser{ let data = (await HttpClient.fetchJson(dom.baseURI + "/__data.json")).json; let tmpids = data.nodes[2].data[0].chapters; let jsdata = data.nodes[2].data[tmpids]; - let extractfreechapter = [...jsdata.match(/\'free\'.*\'premium\'/)[0].matchAll(/'id':0.*?,/g)]; + let extractfreechapter = [...jsdata.match(/'free'.*'premium'/)[0].matchAll(/'id':0.*?,/g)]; let freechapterids = extractfreechapter.map(e => Number(e[0].replace("'id':","").replace(",",""))); let returnchapters = freechapterids.map(e => ({