Open TristanWasTaken opened 1 year ago
it seems like it's possible to open the general site layout outside of the us by opening the tos page and then clicking on the top left logo
site design and layout with general infrastructure is very similar to https://pocket.shonenmagazine.com/
export default class ShonenMagazinePocket extends CoreView {
,
Maybe try do it by extending CoreView then ? :)
export default class ShonenMagazinePocket extends CoreView {
,Maybe try do it by extending CoreView then ? :)
@MikeZeDev nope, coreview doesn't work. The site is sadly only similar and not the same. Besides mostly the same layout, it has an api, an actual ranking page (and not just a section on the main page), and doesn't use ssr like pocket. kmanga is from what I see a spa, which is probably why they have an api
couldn't get coreview to work either
Not sure if it's any help, but there's a scramble_key in the viewer response:
https://api.kmanga.kodansha.com/web/episode/viewer?version=6.0.0&platform=3&episode_id=343330
And the code is in the JSON in: https://kmanga.kodansha.com/assets/chunk-6010e0fd.js
Name of the website K MANGA
Website urls (examples below)
{"version":"6.0.0","platform":"3","episode_id_list":"id1,id2,id3"}
Languages English
*Website relationship site design and layout with general infrastructure is very similar to https://pocket.shonenmagazine.com/
Additional details