From e1c448aa7df24acf8e94a545e169626e642f18bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Xu=C3=A2n=20Huynh?= Date: Sun, 29 Sep 2024 22:43:23 +0700 Subject: [PATCH] Updates --- LXHentai/index.js | 31 ++++++++++++------------------- LXHentai/source.js | 31 ++++++++++++------------------- versioning.json | 2 +- 3 files changed, 25 insertions(+), 39 deletions(-) diff --git a/LXHentai/index.js b/LXHentai/index.js index e784fce..d039588 100644 --- a/LXHentai/index.js +++ b/LXHentai/index.js @@ -753,7 +753,7 @@ class LXHentai extends paperback_extensions_common_1.Source { const tags = (_c = (_b = query.includedTags) === null || _b === void 0 ? void 0 : _b.map((tag) => tag.id)) !== null && _c !== void 0 ? _c : []; const request = createRequestObject({ url: query.title - ? `https://lxmanga.click/story/search.php?key=${encodeURI(query.title)}&p=${page}` + ? `https://lxmanga.click/tim-kiem?sort=-updated_at&filter[name]=${encodeURI(query.title)}&filter[status]=2,1&page=${page}` : `${tags[0]}&p=${page}`, method: "GET", }); @@ -771,7 +771,7 @@ class LXHentai extends paperback_extensions_common_1.Source { getSearchTags() { var _a; return __awaiter(this, void 0, void 0, function* () { - const url = `https://lxmanga.click/`; + const url = `https://lxmanga.click`; const request = createRequestObject({ url: url, method: "GET", @@ -813,24 +813,17 @@ exports.generateSearch = (query) => { exports.parseSearch = ($, query) => { var _a; const manga = []; - // const collectedIds: string[] = []; - var loop = []; - if (query.title) { - loop = $("div.py-2", ".row").toArray(); - } - else { - loop = $("div.py-2", ".col-md-8 .row").toArray(); - } - for (let obj of loop) { - const title = $("a", obj).last().text().trim(); - const id = (_a = $("a", obj).last().attr("href")) !== null && _a !== void 0 ? _a : title; - const image = $("div", obj).first().css("background"); + for (let obj of $("div.manga-vertical", ".grid").toArray()) { + const title = $("div.p-2.w-full.truncate > a.text-ellipsis", obj) + .text() + .trim(); + const id = (_a = $("div.p-2.w-full.truncate > a.text-ellipsis", obj).attr("href")) !== null && _a !== void 0 ? _a : title; + const image = $("div.cover-frame > div.cover", obj).css("background-image"); const bg = image === null || image === void 0 ? void 0 : image.replace("url(", "").replace(")", "").replace(/\"/gi, "").replace(/['"]+/g, ""); - const sub = $("a", obj).first().text().trim(); - // if (!id || !subtitle) continue; + const sub = $("div.latest-chapter > a", obj).first().text().trim(); manga.push(createMangaTile({ - id: "https://lxmanga.click/" + id, - image: "https://lxmanga.click/" + bg, + id: "https://lxmanga.click" + id, + image: bg, title: createIconText({ text: title, }), @@ -845,7 +838,7 @@ exports.parseViewMore = ($) => { var _a; const manga = []; // const collectedIds: string[] = []; - for (let obj of $("div.manga-vertical", ".grid").toArray().splice(0, 15)) { + for (let obj of $("div.manga-vertical", ".grid").toArray()) { const title = $("div.p-2.w-full.truncate > a.text-ellipsis", obj) .text() .trim(); diff --git a/LXHentai/source.js b/LXHentai/source.js index e784fce..d039588 100644 --- a/LXHentai/source.js +++ b/LXHentai/source.js @@ -753,7 +753,7 @@ class LXHentai extends paperback_extensions_common_1.Source { const tags = (_c = (_b = query.includedTags) === null || _b === void 0 ? void 0 : _b.map((tag) => tag.id)) !== null && _c !== void 0 ? _c : []; const request = createRequestObject({ url: query.title - ? `https://lxmanga.click/story/search.php?key=${encodeURI(query.title)}&p=${page}` + ? `https://lxmanga.click/tim-kiem?sort=-updated_at&filter[name]=${encodeURI(query.title)}&filter[status]=2,1&page=${page}` : `${tags[0]}&p=${page}`, method: "GET", }); @@ -771,7 +771,7 @@ class LXHentai extends paperback_extensions_common_1.Source { getSearchTags() { var _a; return __awaiter(this, void 0, void 0, function* () { - const url = `https://lxmanga.click/`; + const url = `https://lxmanga.click`; const request = createRequestObject({ url: url, method: "GET", @@ -813,24 +813,17 @@ exports.generateSearch = (query) => { exports.parseSearch = ($, query) => { var _a; const manga = []; - // const collectedIds: string[] = []; - var loop = []; - if (query.title) { - loop = $("div.py-2", ".row").toArray(); - } - else { - loop = $("div.py-2", ".col-md-8 .row").toArray(); - } - for (let obj of loop) { - const title = $("a", obj).last().text().trim(); - const id = (_a = $("a", obj).last().attr("href")) !== null && _a !== void 0 ? _a : title; - const image = $("div", obj).first().css("background"); + for (let obj of $("div.manga-vertical", ".grid").toArray()) { + const title = $("div.p-2.w-full.truncate > a.text-ellipsis", obj) + .text() + .trim(); + const id = (_a = $("div.p-2.w-full.truncate > a.text-ellipsis", obj).attr("href")) !== null && _a !== void 0 ? _a : title; + const image = $("div.cover-frame > div.cover", obj).css("background-image"); const bg = image === null || image === void 0 ? void 0 : image.replace("url(", "").replace(")", "").replace(/\"/gi, "").replace(/['"]+/g, ""); - const sub = $("a", obj).first().text().trim(); - // if (!id || !subtitle) continue; + const sub = $("div.latest-chapter > a", obj).first().text().trim(); manga.push(createMangaTile({ - id: "https://lxmanga.click/" + id, - image: "https://lxmanga.click/" + bg, + id: "https://lxmanga.click" + id, + image: bg, title: createIconText({ text: title, }), @@ -845,7 +838,7 @@ exports.parseViewMore = ($) => { var _a; const manga = []; // const collectedIds: string[] = []; - for (let obj of $("div.manga-vertical", ".grid").toArray().splice(0, 15)) { + for (let obj of $("div.manga-vertical", ".grid").toArray()) { const title = $("div.p-2.w-full.truncate > a.text-ellipsis", obj) .text() .trim(); diff --git a/versioning.json b/versioning.json index 577e692..3f0812d 100644 --- a/versioning.json +++ b/versioning.json @@ -1 +1 @@ -{"buildTime":"2024-09-29T14:45:07.889Z","sources":[{"id":"Baotangtruyentranh","name":"Baotangtruyentranh","author":"Huynhzip3","desc":"Extension that pulls manga from Baotangtruyentranh","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://baotangtruyengo.com/"},{"id":"Beeng","name":"Beeng","author":"Huynhzip3","desc":"Extension that pulls manga from Beeng","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://beeng.org/"},{"id":"Blogtruyen","name":"Blogtruyen","author":"Huynhzip3","desc":"Extension that pulls manga from Blogtruyen","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.0.2","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://blogtruyenmoi.com"},{"id":"CManga","name":"CManga","author":"Huynhzip3","desc":"Extension that pulls manga from CManga","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.1.2","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://cmangaaz.com/"},{"id":"Doctruyen3Q","name":"Doctruyen3Q","author":"Huynhzip3","desc":"Extension that pulls manga from Doctruyen3Q","website":"https://github.site/huynh12345678","contentRating":"MATURE","version":"2.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://doctruyen3q.site/"},{"id":"Gaito","name":"Gai.to","author":"Huynhzip3","desc":"Extension that pulls manga from Gai.to","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"1.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://www.gaito.us/truyen-hentai/"},{"id":"GocTruyenTranh","name":"GocTruyenTranh","author":"Huynhzip3","desc":"Extension that pulls manga from GocTruyenTranh","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://goctruyentranhhay.com/"},{"id":"HentaiCube","name":"HentaiCube","author":"Huynhzip3","desc":"Extension that pulls manga from HentaiCube","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"2.7.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://hentaicb.xyz/"},{"id":"HentaiVL","name":"HentaiVL","author":"Huynhzip3","desc":"Extension that pulls manga from HentaiVL","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"1.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://hentaivnhot.net/"},{"id":"HentaiVN","name":"HentaiVN","author":"Huynhzip3","desc":"Extension that pulls manga from HentaiVN","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"2.9.0","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":""},{"id":"HentaiVV","name":"HentaiVV","author":"Huynhzip3","desc":"Extension that pulls manga from HentaiVV","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"2.5.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://hentaivv.com/"},{"id":"HentaiVip","name":"HentaiVip","author":"Huynhzip3","desc":"Extension that pulls manga from HentaiVip","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"1.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://hentaivnhot.net/"},{"id":"HorrorFC","name":"HorrorFC","author":"Huynhzip3","desc":"Extension that pulls manga from HorrorFC.","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"1.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"},{"text":"Horror","type":"danger"}],"websiteBaseURL":"https://horrorfc.com/"},{"id":"LXHentai","name":"LXHentai","author":"Huynhzip3","desc":"Extension that pulls manga from LXHentai","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"2.0.2","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://lxmanga.click/"},{"id":"MangaToro","name":"MangaToro","author":"Huynhzip3","desc":"Extension that pulls manga from MangaToro.","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"3.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"},{"text":"Notifications","type":"success"}],"websiteBaseURL":"https://vi.mangatoro.com/"},{"id":"MangaXY","name":"MangaXY (TT8)","author":"Huynhzip3","desc":"Extension that pulls manga from MangaXY","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://mangaxy.com/"},{"id":"Mangaii","name":"Mangaii","author":"Huynhzip3","desc":"Extension that pulls manga from Mangaii","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://mangaii.com/"},{"id":"ManhuaRock","name":"ManhuaRock","author":"Huynhzip3","desc":"Extension that pulls manga from ManhuaRock","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.5.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://manhuarock.net/"},{"id":"MeDocTruyen","name":"MeDocTruyen","author":"Huynhzip3","desc":"Extension that pulls manga from MeDocTruyen","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.5.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://m.medoctruyentranh.net/"},{"id":"NetTruyen","name":"NetTruyen","author":"Huynhzip3","desc":"Extension that pulls manga from NetTruyen.","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"3.0.8","icon":"icon.png","tags":[{"text":"Recommended","type":"default"},{"text":"Notifications","type":"success"}],"websiteBaseURL":"https://nettruyenww.com/"},{"id":"NhatTruyen","name":"NhatTruyen","author":"Huynhzip3","desc":"Extension that pulls manga from NhatTruyen.","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"3.0.3","icon":"icon.png","tags":[{"text":"Recommended","type":"default"},{"text":"Notifications","type":"success"}],"websiteBaseURL":"https://nhattruyenplus.com/"},{"id":"SayHentai","name":"SayHentai","author":"Huynhzip3","desc":"Extension that pulls manga from SayHentai","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"2.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://sayhentai.net/"},{"id":"SayTruyen","name":"SayTruyen","author":"Huynhzip3","desc":"Extension that pulls manga from SayTruyen","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://saytruyen.net/"},{"id":"Thienhatruyen","name":"Thienhatruyen","author":"Huynhzip3","desc":"Extension that pulls manga from Thienhatruyen","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://thienhatruyen.com/"},{"id":"Truyen210","name":"Truyen210","author":"Huynhzip3","desc":"Extension that pulls manga from Truyen210","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"1.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://truyen210.net/"},{"id":"Truyen48","name":"Truyen48","author":"Huynhzip3","desc":"Extension that pulls manga from Truyen48","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"3.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"},{"text":"Notifications","type":"success"}],"websiteBaseURL":"http://truyen48.com/"},{"id":"Truyen69","name":"Truyen69","author":"Huynhzip3","desc":"Extension that pulls manga from Truyen69","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"1.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://www.truyen69.ml/"},{"id":"Truyen86","name":"Truyen86","author":"Huynhzip3","desc":"Extension that pulls manga from Truyen86","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyen86.com/"},{"id":"TruyenChon","name":"TruyenChon","author":"Huynhzip3","desc":"Extension that pulls manga from TruyenChon.","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"3.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"},{"text":"Notifications","type":"success"},{"text":"Cloudflare","type":"danger"}],"websiteBaseURL":"http://truyenchon.com/"},{"id":"TruyenQQ","name":"TruyenQQ","author":"Huynhzip3","desc":"Extension that pulls manga from TruyenQQ","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"3.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"},{"text":"Notifications","type":"success"}],"websiteBaseURL":"https://truyenqqq.com/"},{"id":"TruyenVN","name":"TruyenVN","author":"Huynhzip3","desc":"Extension that pulls manga from TruyenVN","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyenvnhot.net/"},{"id":"Truyendep","name":"Truyendep","author":"Huynhzip3","desc":"Extension that pulls manga from Truyendep","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.4.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyendep.net/"},{"id":"Truyendoc","name":"Truyendoc","author":"Huynhzip3","desc":"Extension that pulls manga from Truyendoc","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"http://truyendoc.info/"},{"id":"Truyengihot","name":"Truyengihot","author":"Huynhzip3","desc":"Extension that pulls manga from Truyengihot","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.5.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyengihotne.com/"},{"id":"Truyentranh","name":"Truyentranh","author":"Huynhzip3","desc":"Extension that pulls manga from Truyentranh","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyentranh.net/"},{"id":"Truyentranh24","name":"Truyentranh1","author":"Huynhzip3","desc":"Extension that pulls manga from Truyentranh1","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.5.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyennhanh1.com/"},{"id":"TruyentranhAudio","name":"TruyentranhAudio","author":"Huynhzip3","desc":"Extension that pulls manga from TruyentranhAudio","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyentranhaudio.online/"},{"id":"TruyentranhLH","name":"TruyentranhLH","author":"Huynhzip3","desc":"Extension that pulls manga from TruyentranhLH","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyentranhlh.net/"},{"id":"Truyentranhtuan","name":"Truyentranhtuan","author":"Huynhzip3","desc":"Extension that pulls manga from Truyentranhtuan","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"http://truyentranhtuan.com/"},{"id":"Vcomi","name":"Vcomi","author":"Huynhzip3","desc":"Extension that pulls manga from Vcomi","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://vcomi.co/"},{"id":"Vcomic","name":"Vcomic","author":"Huynhzip3","desc":"Extension that pulls manga from Vcomic","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://vcomic.net/"},{"id":"Vcomycs","name":"Vcomycs","author":"Huynhzip3","desc":"Extension that pulls manga from Vcomycs","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://vivicomi.info/"},{"id":"VietComic","name":"VietComic","author":"Huynhzip3","desc":"Extension that pulls manga from VietComic","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://vietcomic.net/"},{"id":"VlogTruyen","name":"VlogTruyen","author":"Huynhzip3","desc":"Extension that pulls manga from VlogTruyen","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.6.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://vlogtruyen3.com/"},{"id":"WComic","name":"WComic","author":"Huynhzip3","desc":"Extension that pulls manga from WComic","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://wcomic.site/"},{"id":"qManga","name":"qManga","author":"Huynhzip3","desc":"Extension that pulls manga from qManga","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://qmanga.co/"}],"builtWith":{"cli":"2.0.0-alpha.13","commons":"5.0.0-alpha.7"}} \ No newline at end of file +{"buildTime":"2024-09-29T15:43:22.385Z","sources":[{"id":"Baotangtruyentranh","name":"Baotangtruyentranh","author":"Huynhzip3","desc":"Extension that pulls manga from Baotangtruyentranh","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://baotangtruyengo.com/"},{"id":"Beeng","name":"Beeng","author":"Huynhzip3","desc":"Extension that pulls manga from Beeng","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://beeng.org/"},{"id":"Blogtruyen","name":"Blogtruyen","author":"Huynhzip3","desc":"Extension that pulls manga from Blogtruyen","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.0.2","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://blogtruyenmoi.com"},{"id":"CManga","name":"CManga","author":"Huynhzip3","desc":"Extension that pulls manga from CManga","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.1.2","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://cmangaaz.com/"},{"id":"Doctruyen3Q","name":"Doctruyen3Q","author":"Huynhzip3","desc":"Extension that pulls manga from Doctruyen3Q","website":"https://github.site/huynh12345678","contentRating":"MATURE","version":"2.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://doctruyen3q.site/"},{"id":"Gaito","name":"Gai.to","author":"Huynhzip3","desc":"Extension that pulls manga from Gai.to","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"1.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://www.gaito.us/truyen-hentai/"},{"id":"GocTruyenTranh","name":"GocTruyenTranh","author":"Huynhzip3","desc":"Extension that pulls manga from GocTruyenTranh","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://goctruyentranhhay.com/"},{"id":"HentaiCube","name":"HentaiCube","author":"Huynhzip3","desc":"Extension that pulls manga from HentaiCube","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"2.7.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://hentaicb.xyz/"},{"id":"HentaiVL","name":"HentaiVL","author":"Huynhzip3","desc":"Extension that pulls manga from HentaiVL","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"1.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://hentaivnhot.net/"},{"id":"HentaiVN","name":"HentaiVN","author":"Huynhzip3","desc":"Extension that pulls manga from HentaiVN","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"2.9.0","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":""},{"id":"HentaiVV","name":"HentaiVV","author":"Huynhzip3","desc":"Extension that pulls manga from HentaiVV","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"2.5.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://hentaivv.com/"},{"id":"HentaiVip","name":"HentaiVip","author":"Huynhzip3","desc":"Extension that pulls manga from HentaiVip","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"1.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://hentaivnhot.net/"},{"id":"HorrorFC","name":"HorrorFC","author":"Huynhzip3","desc":"Extension that pulls manga from HorrorFC.","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"1.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"},{"text":"Horror","type":"danger"}],"websiteBaseURL":"https://horrorfc.com/"},{"id":"LXHentai","name":"LXHentai","author":"Huynhzip3","desc":"Extension that pulls manga from LXHentai","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"2.0.2","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://lxmanga.click/"},{"id":"MangaToro","name":"MangaToro","author":"Huynhzip3","desc":"Extension that pulls manga from MangaToro.","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"3.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"},{"text":"Notifications","type":"success"}],"websiteBaseURL":"https://vi.mangatoro.com/"},{"id":"MangaXY","name":"MangaXY (TT8)","author":"Huynhzip3","desc":"Extension that pulls manga from MangaXY","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://mangaxy.com/"},{"id":"Mangaii","name":"Mangaii","author":"Huynhzip3","desc":"Extension that pulls manga from Mangaii","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://mangaii.com/"},{"id":"ManhuaRock","name":"ManhuaRock","author":"Huynhzip3","desc":"Extension that pulls manga from ManhuaRock","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.5.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://manhuarock.net/"},{"id":"MeDocTruyen","name":"MeDocTruyen","author":"Huynhzip3","desc":"Extension that pulls manga from MeDocTruyen","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.5.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://m.medoctruyentranh.net/"},{"id":"NetTruyen","name":"NetTruyen","author":"Huynhzip3","desc":"Extension that pulls manga from NetTruyen.","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"3.0.8","icon":"icon.png","tags":[{"text":"Recommended","type":"default"},{"text":"Notifications","type":"success"}],"websiteBaseURL":"https://nettruyenww.com/"},{"id":"NhatTruyen","name":"NhatTruyen","author":"Huynhzip3","desc":"Extension that pulls manga from NhatTruyen.","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"3.0.3","icon":"icon.png","tags":[{"text":"Recommended","type":"default"},{"text":"Notifications","type":"success"}],"websiteBaseURL":"https://nhattruyenplus.com/"},{"id":"SayHentai","name":"SayHentai","author":"Huynhzip3","desc":"Extension that pulls manga from SayHentai","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"2.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://sayhentai.net/"},{"id":"SayTruyen","name":"SayTruyen","author":"Huynhzip3","desc":"Extension that pulls manga from SayTruyen","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://saytruyen.net/"},{"id":"Thienhatruyen","name":"Thienhatruyen","author":"Huynhzip3","desc":"Extension that pulls manga from Thienhatruyen","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://thienhatruyen.com/"},{"id":"Truyen210","name":"Truyen210","author":"Huynhzip3","desc":"Extension that pulls manga from Truyen210","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"1.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://truyen210.net/"},{"id":"Truyen48","name":"Truyen48","author":"Huynhzip3","desc":"Extension that pulls manga from Truyen48","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"3.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"},{"text":"Notifications","type":"success"}],"websiteBaseURL":"http://truyen48.com/"},{"id":"Truyen69","name":"Truyen69","author":"Huynhzip3","desc":"Extension that pulls manga from Truyen69","website":"https://github.com/huynh12345678","contentRating":"ADULT","version":"1.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://www.truyen69.ml/"},{"id":"Truyen86","name":"Truyen86","author":"Huynhzip3","desc":"Extension that pulls manga from Truyen86","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyen86.com/"},{"id":"TruyenChon","name":"TruyenChon","author":"Huynhzip3","desc":"Extension that pulls manga from TruyenChon.","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"3.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"},{"text":"Notifications","type":"success"},{"text":"Cloudflare","type":"danger"}],"websiteBaseURL":"http://truyenchon.com/"},{"id":"TruyenQQ","name":"TruyenQQ","author":"Huynhzip3","desc":"Extension that pulls manga from TruyenQQ","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"3.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"},{"text":"Notifications","type":"success"}],"websiteBaseURL":"https://truyenqqq.com/"},{"id":"TruyenVN","name":"TruyenVN","author":"Huynhzip3","desc":"Extension that pulls manga from TruyenVN","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyenvnhot.net/"},{"id":"Truyendep","name":"Truyendep","author":"Huynhzip3","desc":"Extension that pulls manga from Truyendep","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.4.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyendep.net/"},{"id":"Truyendoc","name":"Truyendoc","author":"Huynhzip3","desc":"Extension that pulls manga from Truyendoc","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"http://truyendoc.info/"},{"id":"Truyengihot","name":"Truyengihot","author":"Huynhzip3","desc":"Extension that pulls manga from Truyengihot","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.5.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyengihotne.com/"},{"id":"Truyentranh","name":"Truyentranh","author":"Huynhzip3","desc":"Extension that pulls manga from Truyentranh","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyentranh.net/"},{"id":"Truyentranh24","name":"Truyentranh1","author":"Huynhzip3","desc":"Extension that pulls manga from Truyentranh1","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.5.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyennhanh1.com/"},{"id":"TruyentranhAudio","name":"TruyentranhAudio","author":"Huynhzip3","desc":"Extension that pulls manga from TruyentranhAudio","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyentranhaudio.online/"},{"id":"TruyentranhLH","name":"TruyentranhLH","author":"Huynhzip3","desc":"Extension that pulls manga from TruyentranhLH","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://truyentranhlh.net/"},{"id":"Truyentranhtuan","name":"Truyentranhtuan","author":"Huynhzip3","desc":"Extension that pulls manga from Truyentranhtuan","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"http://truyentranhtuan.com/"},{"id":"Vcomi","name":"Vcomi","author":"Huynhzip3","desc":"Extension that pulls manga from Vcomi","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://vcomi.co/"},{"id":"Vcomic","name":"Vcomic","author":"Huynhzip3","desc":"Extension that pulls manga from Vcomic","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://vcomic.net/"},{"id":"Vcomycs","name":"Vcomycs","author":"Huynhzip3","desc":"Extension that pulls manga from Vcomycs","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://vivicomi.info/"},{"id":"VietComic","name":"VietComic","author":"Huynhzip3","desc":"Extension that pulls manga from VietComic","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://vietcomic.net/"},{"id":"VlogTruyen","name":"VlogTruyen","author":"Huynhzip3","desc":"Extension that pulls manga from VlogTruyen","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.6.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://vlogtruyen3.com/"},{"id":"WComic","name":"WComic","author":"Huynhzip3","desc":"Extension that pulls manga from WComic","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"1.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://wcomic.site/"},{"id":"qManga","name":"qManga","author":"Huynhzip3","desc":"Extension that pulls manga from qManga","website":"https://github.com/huynh12345678","contentRating":"MATURE","version":"2.0.1","icon":"icon.png","tags":[{"text":"Recommended","type":"default"}],"websiteBaseURL":"https://qmanga.co/"}],"builtWith":{"cli":"2.0.0-alpha.13","commons":"5.0.0-alpha.7"}} \ No newline at end of file