mangareader-dl icon indicating copy to clipboard operation
mangareader-dl copied to clipboard

Fix mangalife

Open jneidel opened this issue 5 years ago • 0 comments

  • Domain changed to manga4life.com

  • Chapter links (for last page) now calculated with:

// last script in the body has a vm.Chapters var with ids like "101340"
// this func translates that into "-chapter-134-page-1.html"
function link(e) {Index="";var t=e.substring(0,1);1!=t&&(Index="-index-"+t);var n=parseInt(e.slice(1,-1)),m="",a=e[e.length-1];return 0!=a&&(m="."+a),"-chapter-"+n+Index+m+"-page-1.html"}
// prepend with "/read-online/Dr-Stone"

jneidel avatar Jan 08 '20 22:01 jneidel