←back to thread

1036 points deryilz | 2 comments | | HN request time: 0.82s | source
Show context
est ◴[] No.44546874[source]
I got downvoted for commenting this, why can't we make a ManifestV2-like framework using .DLLs ? This can enable network control for ad blockers and Google can do nothing about it.
replies(1): >>44546898 #
1. deryilz ◴[] No.44546898[source]
I think the trouble is that certain adblocking features (like skipping ads on YouTube, Twitch, etc) require modifying the page you're viewing in your browser; just filtering network requests isn't enough. So right now a browser extension is the most natural choice for an adblocker, but honestly that might change if browsers keep being so hostile towards them.
replies(1): >>44549164 #
2. est ◴[] No.44549164[source]
expose DOM and JSON to external .DLL then

browsers should have open Web standards as well as open local runtime.