How to make Zhihu answer picture load automatically through JS?

Zhihu answered, for example, that there were many pictures and wanted to save them in batches, but none of the pictures were uploaded.
want to write a JS oil monkey script. I don"t know how to load all the pictures on the page. Do you have any good ideas?


just now it seems that when Zhihu loads lazily, the real picture link can be found in srcSet and save the image address in it

.

<img src="" srcSet="">

find all the img tags, take out the SRC value, create a tag in a loop, add download familiarity, and trigger the click event.

Menu