|
|
|
|
|
by pygorex
4915 days ago
|
|
One feature that I enjoy about AdBlock for Chrome/Firefox is the ability to toggle it on/off with the press of a button. So if site functionality is being broken by the ad block OR if I want to support a site by giving them an ad impression/click-thru I can do that easily. Since I use the toggle on a daily basis any replacement would need to emulate this feature. My web browser can easily tell which page view spawned which HTTP request. It's hard to see how this would be done at the router level. That being said this technique would be really useful for filtering out domains serving up malware/phishing/0-day scripts. Connection-level security blocking layered on top of browser-level ad block actually sounds really awesome. |
|