diff --git a/0.8/AsuraScans/source.js b/0.8/AsuraScans/source.js index 1a7f87d..13d19f7 100644 --- a/0.8/AsuraScans/source.js +++ b/0.8/AsuraScans/source.js @@ -15045,10 +15045,10 @@ var _Sources = (() => { var AS_DOMAIN = "https://asuracomic.net"; var AS_API_DOMAIN = "https://gg.asuracomic.net"; var AsuraScansInfo = { - version: "4.3.0", + version: "4.3.1", name: "AsuraScans", description: "Extension that pulls manga from AsuraScans", - author: "Seyden", + author: "Seyden & Netsky", authorWebsite: "https://github.com/Seyden", icon: "icon.png", contentRating: import_types3.ContentRating.MATURE, @@ -15114,7 +15114,6 @@ var _Sources = (() => { return parseChapterDetails($2, mangaId, chapterId); } async getHomePageSections(sectionCallback) { - console.log("homepage soup"); const request = App.createRequest({ url: AS_DOMAIN, method: "GET" @@ -15150,7 +15149,6 @@ var _Sources = (() => { }); } async getSearchTags() { - console.log("search tag soup"); try { const request = App.createRequest({ url: `${AS_API_DOMAIN}/api/series/filters`, diff --git a/0.8/MangaDex/source.js b/0.8/MangaDex/source.js index fa87b22..cf8f976 100644 --- a/0.8/MangaDex/source.js +++ b/0.8/MangaDex/source.js @@ -1994,10 +1994,8 @@ var _Sources = (() => { var authRequestCache = {}; function authEndpointRequest(requestManager, endpoint, payload) { if (authRequestCache[endpoint] == void 0) { - console.log("started request"); authRequestCache[endpoint] = _authEndpointRequest(requestManager, endpoint, payload).finally(() => { delete authRequestCache[endpoint]; - console.log("completed request"); }); } return authRequestCache[endpoint]; diff --git a/0.8/versioning.json b/0.8/versioning.json index c5c2eb4..2392619 100644 --- a/0.8/versioning.json +++ b/0.8/versioning.json @@ -1 +1 @@ -{"buildTime":"2024-10-11T15:39:28.716Z","sources":[{"id":"AsuraScans","name":"AsuraScans","author":"Seyden","desc":"Extension that pulls manga from AsuraScans","website":"https://github.com/Seyden","contentRating":"MATURE","version":"4.3.0","icon":"icon.png","tags":[],"websiteBaseURL":"https://asuracomic.net","intents":53},{"id":"BatoTo","name":"BatoTo","author":"niclimcy","desc":"Extension that pulls manga from bato.to","website":"https://github.com/niclimcy","contentRating":"MATURE","version":"3.1.2","icon":"icon.png","tags":[{"text":"Multi Language","type":"default"}],"websiteBaseURL":"https://bato.to","intents":53},{"id":"Hentai2Read","name":"Hentai2Read","author":"EmZedH","desc":"Extension that pulls manga from hentai2read.com","website":"https://github.com/EmZedH","contentRating":"ADULT","version":"1.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://hentai2read.com","intents":5},{"id":"MangaDex","name":"MangaDex","author":"Nar1n & Netsky","desc":"Extension that pulls manga from MangaDex","website":"https://github.com/nar1n","contentRating":"EVERYONE","version":"3.0.5","icon":"icon.png","tags":[],"websiteBaseURL":"https://mangadex.org","intents":37},{"id":"MangaPlus","name":"MangaPlus","author":"Rinto-kun","desc":"Extension that pulls manga from Manga+ by Shueisha","website":"https://github.com/Rinto-kun","contentRating":"EVERYONE","version":"2.0.3","icon":"icon.png","tags":[],"websiteBaseURL":"https://mangaplus.shueisha.co.jp","intents":53},{"id":"NHentai","name":"nhentai","author":"NotMarek & Netsky","desc":"Extension which pulls content from nHentai.","website":"https://github.com/TheNetsky","contentRating":"ADULT","version":"4.0.7","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://nhentai.net","intents":53}],"builtWith":{"toolchain":"0.8.7","types":"0.8.7"}} \ No newline at end of file +{"buildTime":"2024-10-11T17:23:37.655Z","sources":[{"id":"AsuraScans","name":"AsuraScans","author":"Seyden & Netsky","desc":"Extension that pulls manga from AsuraScans","website":"https://github.com/Seyden","contentRating":"MATURE","version":"4.3.1","icon":"icon.png","tags":[],"websiteBaseURL":"https://asuracomic.net","intents":53},{"id":"BatoTo","name":"BatoTo","author":"niclimcy","desc":"Extension that pulls manga from bato.to","website":"https://github.com/niclimcy","contentRating":"MATURE","version":"3.1.2","icon":"icon.png","tags":[{"text":"Multi Language","type":"default"}],"websiteBaseURL":"https://bato.to","intents":53},{"id":"Hentai2Read","name":"Hentai2Read","author":"EmZedH","desc":"Extension that pulls manga from hentai2read.com","website":"https://github.com/EmZedH","contentRating":"ADULT","version":"1.0.1","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://hentai2read.com","intents":5},{"id":"MangaDex","name":"MangaDex","author":"Nar1n & Netsky","desc":"Extension that pulls manga from MangaDex","website":"https://github.com/nar1n","contentRating":"EVERYONE","version":"3.0.5","icon":"icon.png","tags":[],"websiteBaseURL":"https://mangadex.org","intents":37},{"id":"MangaPlus","name":"MangaPlus","author":"Rinto-kun","desc":"Extension that pulls manga from Manga+ by Shueisha","website":"https://github.com/Rinto-kun","contentRating":"EVERYONE","version":"2.0.3","icon":"icon.png","tags":[],"websiteBaseURL":"https://mangaplus.shueisha.co.jp","intents":53},{"id":"NHentai","name":"nhentai","author":"NotMarek & Netsky","desc":"Extension which pulls content from nHentai.","website":"https://github.com/TheNetsky","contentRating":"ADULT","version":"4.0.7","icon":"icon.png","tags":[{"text":"18+","type":"warning"}],"websiteBaseURL":"https://nhentai.net","intents":53}],"builtWith":{"toolchain":"0.8.7","types":"0.8.7"}} \ No newline at end of file