Just curious, having achieved with replace-webbug-images=yes:

<!-- WWWOFFLE (replace-webbug-images) - img
src="http://www.wired.com/c/s.gif"; width="1" height="1" alt="" -->
<img src="http://localhost:8080/local/dontget/replacement.gif";
width="1" height="1" alt="" />

Why is there no way to go further and achieve just:

<!-- WWWOFFLE (replace-webbug-images) - img
src="http://www.wired.com/c/s.gif"; width="1" height="1" alt="" -->

I.e., just "zap the M.F." without pulling in any replacement?

I tried replacement-webbug-image= but it insists on a URL. There is no
/dev/null URL I can use to tell it just use no <img> at all.

Hmmm, one can disable scripts without replacing them (so what is
replacement.js, mentioned on the man page, still for?) but all the
image replacement options on the man page don't have a way to "just
say no (image at all)". (Yes, I already don't fetch them.)

Reply via email to