mangareader-dl
mangareader-dl copied to clipboard
Fix mangalife
-
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"