←back to thread

550 points polskibus | 2 comments | | HN request time: 0s | source
Show context
sly010 ◴[] No.19116255[source]
I wonder at which point will we just stream pages as interactive video content with a text optimized codec. Most pages on the internet are bloated to the point where it might just make sense. (I am not advocating, I am predicting)
replies(6): >>19116385 #>>19116508 #>>19116649 #>>19116887 #>>19117501 #>>19117692 #
1. loosetypes ◴[] No.19117501[source]
If you stream movies from sites like 123movies, they play a similar obfuscation game but are moving towards your hypothetical.

While many players, despite deeply nested html, still point directly to where the content is hosted (ex, a file on openload.co), an increasing number take your mentioned approach and load the content as a blob so folks won't bypass their ads.

replies(1): >>19121193 #
2. efreak ◴[] No.19121193[source]
IIRC you can directly download a blob from the blob internals page; I think you can also see them somewhere in the developer console, and I've got a bookmarklet that allows feeding a blob URI into it for download.