Hacker News new | ask | show | jobs
by leni536 2723 days ago
I'm not familiar with writing browser extensions, but data URI comes to mind.
1 comments

Ah, right, I forgot those. That's true of course.

I think you could still use them for side-effect detection (watch for images/scripts/etc with a known data uri suddenly appearing in your DOM) - but at least you couldn't actively query it without the extension doing anything.