Hacker News new | ask | show | jobs
by artursapek 3310 days ago
Don't most ad blockers just rely on media queries on the DOM? I imagine there's a lot of ways to circumvent those techniques when you are rendering raw pixels with wasm.
1 comments

Those pixels still have to go somewhere in the DOM, and clicks on those pixels still need to be handled. Plus, there's nothing wasm can render that you can't render with uglified JS already.
So I guess it's equivalent to rendering ads on a Canvas element?