…seguimos hablando de diseño editorial en la web…
Parece que las cosas van así, de la mano. Necesitaba descargar unas páginas de una publicación realizada en ISSUU, anteriormente me bastaba explorar el código HTML/CSS, pero parece que ya no es «tan sencillo».
Haciendo una búsqueda rápida encuentro este post
Dejo copiado el código fuente:
javascript: ! function() { function e(e, o) { e = e.toString(); var t = ""; if (o > e.length) for (var n = 0; n < o - e.length; n++) t += "0"; return t + e.toString() } downloadFile = function(e, o) { if (downloadFile.isChrome || downloadFile.isSafari) { var t = document.createElement("a"); if (t.href = e, void 0 !== t.download && (t.setAttribute("download", o)), document.createEvent) { var n = document.createEvent("MouseEvents"); return n.initEvent("click", !0, !0), t.dispatchEvent(n), !0 } } window.open(e) }, downloadFile.isChrome = navigator.userAgent.toLowerCase().indexOf("chrome") > -1, downloadFile.isSafari = navigator.userAgent.toLowerCase().indexOf("safari") > -1, void window.stop(); for (var o = /documentId(\W)*([\w-]+)/.exec(document.getElementsByTagName("html")[0].innerHTML)[2], t = prompt("How many pages are in this document?\nEnter numbers only:"), n = document.getElementsByTagName("title")[0].innerHTML, i = 1; t >= i; i++)(function(i) { setTimeout(function() { downloadFile("http://image.issuu.com/" + o + "/jpg/page_" + i + ".jpg", n + "_" + e(i, t.toString().length)) }, 500 * i) })(i) }();