搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to make FF to stop loading only a particular image on a webpage ,(upon seeing it partially loaded and realising its unneeded and would waste bandwidth.)

  • 1 个回答
  • 1 人有此问题
  • 9 次查看
  • 最后回复者为 Banban

more options

I want to know how to stop FF loading ONLY a particular image (while image download is still happening) on a webpage without affecting the other images downloading.This is because during the downloading preview I might realise that the image is not what I wanted and I can stop it loading and thereby save myself some precious bandwidth.Heartfelt thanks in advance to all who reply to my question.

I want to know how to stop FF loading ONLY a particular image (while image download is still happening) on a webpage without affecting the other images downloading.This is because during the downloading preview I might realise that the image is not what I wanted and I can stop it loading and thereby save myself some precious bandwidth.Heartfelt thanks in advance to all who reply to my question.

所有回复 (1)

more options

Right-click on the image you want to stop loading, click on Inspect Element, wait a few second. A panel is displayed below.

A line starting with <img should be highlighted. By hovering this line, the image is showed as selected (see attached screenshot).

Right-click on this line and click on Delete Node. That's it!