Create a browser that creates a live 4K video stream of any visited page then uses AI to identify ads on the page and cover them with a solid matching the pages color.
Privacy
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
Can someone please explain to me, a dumdum, why I should be blaming the engineers rather than the people pulling their strings?
Geez this would suck but as with other drm I’m sure the de-drm plug-in would follow
I'm afraid that browsers supporting this DRM would also block attempts to break it and that browsers that do not support it get blocked by websites using it
If this were to become a thing, couldn't you take the html and insert the content into a locally generated page and modify that?
For sites that rely on XHR using Javascript, which let's be honest is pretty much all of them, this would not work due to CORS and CSP restrictions
I remember watching Chrome fill up long lists of ??? in the task manager, back when I still used Windows and Chrome on an old Laptop. Both CPU and RAM were working at their utmost and that shit blocked everything.
Also fun to read this (by Google employee): https://blog.yoav.ws/posts/web_platform_change_you_do_not_like/ I literally snacked popcorn.
I find it hard to see how they could protect content from ad blockers without also crippling pages that self modify their own content. Perhaps they could put headers akin to content security policy that forbids external modification. Assuming a browser were to honour that header I could see bad publicity and a lot of people just moving to another browser which doesn't. Additionally, ad blockers aren't the only things that modify pages - breaking accessibility add ons could be more negative publicity (just like with Reddit).
I think browsers would be best off to let websites develop countermeasures if they're so sore about ad blockers. Perhaps they could use "self healing" Javascript libraries that put back content which is removed. Or they could just refuse to work if they detect an ad blocker, e.g. they stick some canaries in the DOM or along blocked paths to see if an ad blocker is present.
This is just terrible.
However, while it does add a layer of annoyance that'll mess things up for most, like any DRM, it fundamentally is unsound and will get cracked. Us good people have a big incentive to do so here. Reading the spec, it still relies on a trusted party (expected to be the OS) and, unlike ie. games consoles, we already have admin access to that party from the get go.
Where it could be a problem is mobile phones. They could target browsers that support ad blocking and you'd probably need to root the phone to get past that.
If they overcome / disable ad blocking, they will lose browser market share - and people don't design websites for marginal browsers with exotic features.