Greasy Fork is available in English.
Adds a download button to rip chapters from K MANGA (bypasses image scrambling protection)
I think it only took me a few hours or a day at most to reverse-engineer the descrambling logic, and it was the first time I did anything like this so I assume for someone more experienced it could be done in minutes lol, it's nothing too complicated. I highly doubt I'm the only one who's done it either
It's just annoying to do because their code is split in chunks and obfuscated, and it also does a ton of unnecessary operations likely because they used a general library to do it for them without caring about adapting it specially for this context, so it's easy to get lost. Because of that they end up with values that are dynamically calculated every time despite them always being the same in the end, so the logic I used here is very simplified compared to what they use
Thanks for the review btw! Glad people are still using this
Dude, you're awesome, but how crazy do you have to be to break it? I can't imagine how much time you spent on this.