Anonymous
6/20/2025, 6:26:16 PM No.1530774
I just realized that Overdrive (online public library thing) leaks nearly every page of the digital magazines they offer.
https://tln.overdrive.com/library/magazines/browse#format=magazine
If you go here, click on a title and then click the "read a sample", in dev tools you can see it loading each individual page as a high-resolution image. The pages are (mostly) numbered sequentially, so even if it only lets you see page 4, you paste that whole url back into a second browser tab, url-hack it to page 67, and page 67 shows. To see the front cover, instead of 1, you use "Cover". (And if you copy-pasta-ed the wrong url that has "thumbnails" in it, replace that with "pages"...)
But I can't figure out what in the hell the dumb back cover uses. It's not simply the last page number plus one. It's not "back/Back/BackCover/etc" that I can guess. And when I signed up for "instant digital access" for my own public library, apparently they're not subscribing to the magazine feeds. Wtf. Can anyone who has access to this, or can get access (instant digital access, need a mobile number that is local to your library) tell me what in the hell the back cover's or last page's filename string is? I've got some javascript monkey patches cooked up and I'll share if someone wants it.
https://tln.overdrive.com/library/magazines/browse#format=magazine
If you go here, click on a title and then click the "read a sample", in dev tools you can see it loading each individual page as a high-resolution image. The pages are (mostly) numbered sequentially, so even if it only lets you see page 4, you paste that whole url back into a second browser tab, url-hack it to page 67, and page 67 shows. To see the front cover, instead of 1, you use "Cover". (And if you copy-pasta-ed the wrong url that has "thumbnails" in it, replace that with "pages"...)
But I can't figure out what in the hell the dumb back cover uses. It's not simply the last page number plus one. It's not "back/Back/BackCover/etc" that I can guess. And when I signed up for "instant digital access" for my own public library, apparently they're not subscribing to the magazine feeds. Wtf. Can anyone who has access to this, or can get access (instant digital access, need a mobile number that is local to your library) tell me what in the hell the back cover's or last page's filename string is? I've got some javascript monkey patches cooked up and I'll share if someone wants it.