Ad Slayer
New Member
In Google News, online newspaper articles have advertisements here and there, that are successfully blocked; however, the locations of the advertisements are replaced by 404 error pages when they were expected to be loaded in an iframe:

The same article, loaded in a web browser doesn't have this problem, as AdGuard additionally applies element hiding to it, getting rid of the advertisement container:

I think there is a solution to it, that would be returning a 200 HTTP status code and delivering to the requesting application a dummy file (blank web page, blank image, etc...). From the documentation, it looks like the empty modifier would do the trick, in this case, it would have to be enabled by default. Thank you!

The same article, loaded in a web browser doesn't have this problem, as AdGuard additionally applies element hiding to it, getting rid of the advertisement container:

I think there is a solution to it, that would be returning a 200 HTTP status code and delivering to the requesting application a dummy file (blank web page, blank image, etc...). From the documentation, it looks like the empty modifier would do the trick, in this case, it would have to be enabled by default. Thank you!