Is there a way to avoid loading images to check changes?

Hello, I searched the forum, without finding if there is a solution. I wanto to check the change of certain text, and don’t want to load all the page when checking, only text.

Is there a way to configure to not load certain parts or media of a webpage to check?

Thank you very much.

do you need to exclude images from the monitored parts of page (to make it cleaner) or do you need to prevent loading images in pages so that fewer network requests are made?

excluding images is possible using the following css selector that can be added to deselected elements’s list: img, picture, svg.

stopping images from getting loaded while a page is being checked for changes is not possible.

1 Like

Thank you for your answer.
The question was about to prevent image loading.