Palloxin
Palloxin
PS, the issues template need a separation for Bugs and Feature requests. Copy from Mihon (aka tachiyomi) repo.
Without wasting time in testing i did it and these two pieces of code (together and indipendently) are the cause: ```js .replace(/(>(\s)?([\'’‘])?|[\!\?\…] ?|[\"”“]|[^\.]\. )([a-z])\B/g, (_,a,b,c,d)=>`${a}${d.toUpperCase()}`) .replace(/([a-zA-Z])\.\+?([a-z])/g, "$1$2") ``` The problem...
@ai4hub If you are asking how i applied it outside lnreader i simply imported the epub created by lnreader (js included) into the three apps i mentioned in the issue
I just noticed that if it happens it would normally spam notifications with the related sound for EVERY chapter failed. I turned off this previously so i didn't notice: ...
I present you "my" wobbly connection: https://github.com/user-attachments/assets/fe95b535-df8a-4988-a624-592dc2faa53d The download queue is not linear. These are missed chapters the download controllee skips due to connection problems. Imagine users with a weak...
I also found out that while downloading, the source can reset the cloudflare verification, making rows of chapters fail to download: https://github.com/user-attachments/assets/041a86c8-58e5-4396-847b-cd728bbbbeb0
[logcat.txt](https://github.com/LNReader/lnreader/files/12847487/logcat.txt)
https://github.com/LNReader/lnreader/assets/75091899/c6cf7fb1-5c7d-491b-90f6-abf5792f9afa Here you can see that the JS has been applied already when the chapter loaded, then It lagged a bit, the chapter resetted and the JS applied again before...
Regarding the chapter titles inside the chapter itself I made a working script that can hide it. ```js /////★★★↓↓ Chapter-titles-hider spoooiler = document.querySelector(".next-button"); if(spoooiler) {spoooiler.innerText = "———Next Chapter———"} const rHsl=(r,g,b)=>{r*=0.00392,g*=0.00392,b*=0.00392;let...
A dedicated segment in the settings (maybe Reader) to manage these options would be cool. There is also this #854 that would fit very well in the settings and overall...