You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can enter your own IP address to which all requests will be sent.
I think, under this IP address you should be able to run a webser that checks if the http request wants an image and then returns your own image. But this only works if an image is loaded directly and not if a javascript file is loaded first, which then inserts an image at runtime. The javascript file will probably be blocked before loading and therefore the image will not be loaded.
Furthermore, requests for all protocols are sent to this IP and should be blocked there. The loading of a page is then probably a bit slower than blocking it directly.
as title.
The text was updated successfully, but these errors were encountered: