• 0 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle







  • A private key to do what?

    I only have the most cursory understanding of what Widevine is, but a quick Google reveals github projects claiming to spoof it.

    Where I fail to understand is this. Whatever authentication the open source browser I modify needs to do, I can let it keep doing, because at some point it has to provide my browser C++ code with a clear text DOM before it renders it to an image to be displayed by my window manager. I can write that browser to simply remove DOM elements it deems to be ads - just like ublock does - before it renders it graphically.

    The only way around this would be to turn browsers in to a completely dumb terminal that accepts an octet stream of pixel data so it can display bitmaps, which is completely unfeasible (every webserver would become a graphics card for each of it’s users), and even if it did that, a simple neural net would identify the ads and remove them.

    What am I missing?