Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

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 има този проблем
  • 1 изглед
  • Последен отговор от 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!