Live data from Hacker News

How I bypassed Amazon's Kindle web DRM

blog.pixelmelt.dev

191–200 of 538 posts

Re: How I bypassed Amazon's Kindle web DRM

#191

Me too. When they removed the option to download books I liberated everything I had ever bought, moved to Kavita+koreader and will never buy a kindle book again. I jailbroke both kindles. And use koreader on them which now supports progress sync with Kavita which is amazing! So I don't really lose functionality.

I will have to look into kavita; I already use koreader for my reading.

Re: How I bypassed Amazon's Kindle web DRM

#192

Earlier quoted context omitted.

Where’s the link? Did he remove it, or am I missing some clever obfuscation of his own? (I’m on mobile so maybe the link isn’t obvious.)

Yes, looks like it's been removed. It used to be at https://github.com/PixelMelt/amazon_book_downloader

Aww that’s disappointing. Fun project.

Re: How I bypassed Amazon's Kindle web DRM

#193

For books only available through Amazon my workflow used to be buying it, downloading it with their desktop app, importing into Calibre, converting to epub and stripping DRM, then pushing it onto my Kobo. They broke that a while ago by making their DRM even worse, so now I just pirate those books.

Books have got to be the least expensive form of entertainment out there. The value to cost ratio is incredible. Consider buying books to support authors and publishers. If you can't afford it, then libraries are nice too. I personally know people who pirate books, but pay hundreds of dollars a year for streaming services or battle pass type video games. It blows my mind. Books are so cheap people! I recently bought…

The stormlight archive isn't a representative example because:

- Brandon Sanderson's books are actually relatively inexpensive, despite their popularity

- Brandon sanderson ebooks are available without DRM. Interestingly, this is actually more common for fantasy and SF than other genres.

Other books are more expensive and more likely to be locked behind DRM for digital books.

Re: How I bypassed Amazon's Kindle web DRM

#195

Earlier quoted context omitted.

The post includes a link to a GitHub repository containing code to circumvent the DRM, which probably counts as "technology" and "component".

I covered that in my comment. It’s likely the code violates § 1201 but I doubt the post does. And linking to infringing content is not legally the same thing as publishing it.

2600 got enjoined from linking to DeCSS and that got upheld on appeal, on the basis that linking violated the DMCA's anti-trafficking provisions. From the district court case:

> Defendants then linked their site to those "mirror" sites, after first checking to ensure that the mirror sites in fact were posting DeCSS or something that looked like it, and proclaimed on their own site that DeCSS could be had by clicking on the hyperlinks on defendants' site. By doing so, they offered, provided or otherwise trafficked in DeCSS.

The appeal was mostly about whether the DMCA and/or the specific injunction in question violated the First Amendment, and the court found that it didn't.

(Universal City Studios vs. Reimerdes at the district court level, Universal City Studios v. Corley at the circuit)

Re: How I bypassed Amazon's Kindle web DRM

#196
> Amazon's Kindle Android app was really buggy and crashed a bunch

This is one of my biggest problems with DRM. It restricts what software you can consume the media on.

I bought a collection of books from Kobo without realizing it was protected by DRM, then realized I could only read them with the kobo reader, which is also really buggy. I really wanted to use a different reader app, but couldn't.

Re: How I bypassed Amazon's Kindle web DRM

#197

For books only available through Amazon my workflow used to be buying it, downloading it with their desktop app, importing into Calibre, converting to epub and stripping DRM, then pushing it onto my Kobo. They broke that a while ago by making their DRM even worse, so now I just pirate those books.

Books have got to be the least expensive form of entertainment out there. The value to cost ratio is incredible. Consider buying books to support authors and publishers. If you can't afford it, then libraries are nice too. I personally know people who pirate books, but pay hundreds of dollars a year for streaming services or battle pass type video games. It blows my mind. Books are so cheap people! I recently bought…

If you read GP's post closely, they're saying that the value to cost ratio is 0 due to Amazon's new DRM. Did you mean to reply to some other thread?

Re: How I bypassed Amazon's Kindle web DRM

#199

Wait, does this (absolutely ridiculous) DRM completely fuck up screen readers?

Yes and no.

I actually wrote the code to make this work with screen readers, back when I worked for Kindle in 2018.

I even got to test it out with a few Amazon employees who were blind, which was a really cool experience!

We added some hidden divs which had the plaintext version for screenreaders. For whatever reason, upper management was ok with the plaintext being scrapable, as long as the formatted version couldn't be scraped.

Post reply on HN