Y
Hacker News
new
|
ask
|
show
|
jobs
by
jbob2000
2963 days ago
You still need to make an HTTP request to get the ad data. Ad blockers don't just block the DOM elements, they block the HTTP request too.
1 comments
mr_toad
2963 days ago
Data can easily be embedded either as inline data URI or as JS arrays. You can have static pages containing many MB of embedded data. If the adds used SVG they might not even be very large, bandwidth wise.
link