@gomichandesu
Also you've seen my laptop before and roasted me on it Halo, lmao no need to worry about me having anything of quality haha
I thought it was Richman.
Anyways, have an OMEGA autistic solution:
[ol]Open a chapter, scroll down for all pages to load (make sure you scrolled from the beginning, webtoons remembers the last position you viewed that chapter and might put you somewhere in the middle, skipping earlier pages, which is bad)[/ol]
[ol]Open Developers Tools (F12), select the Console tab[/ol]
[ol]Run (copy-paste-enter) this command:[/ol]
[ol]
Code:
document.querySelectorAll('#_imageList img').forEach((e, i) => { e.src = e.src.replace(/(?<=\/)\w+(?=\.\w+)/, `page_${String(i+1).padStart(3, '0')}.${e.src.match(/\d\.(\w+)/).pop()}`)})
[/ol]
[ol]Do the ctrl+s method. [/ol]
Important: make sure you don't scroll the page after you run that command, otherwise the reader is going to fix filenames back to original.