dnshipit
dnshipit
They seems to be doing character replacement for the content in the back end and just use a custom font that's generated directly from code to render everything in English....
Yeah, It's a very simple character swap scheme. However, they can update the character swap mapping anytime and dynamically for every document too. That's why in the long run it...
> e.g. For first chapter with URL of [storyseedling.com/series/177491/v1/1](https://storyseedling.com/series/177491/v1/1/), content is obtained with a POST to [storyseedling.com/series/177491/v1/1/content](https://storyseedling.com/series/177491/v1/1/content) According to my analysis of their website script. They are using cloudflare turnstile...
I took a crack at this today. Not sure if they will update this further but this is the diff of my change that work ```diff diff --git a/plugin/js/parsers/GenesiStudioParser.js b/plugin/js/parsers/GenesiStudioParser.js...
They did do minor changes again. Depends on how thing go, we might just want to filter their object instead of trusting fixed string. Here is the new diff that...