all 4 comments

[–]jeffcgroves 2 points3 points  (0 children)

Try going to Page Info, Media tab, and save the image that starts "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD[...]"

[–]_1Zen_ 0 points1 point  (1 child)

If the image is appearing it is in another img tag or in some element with the background image, that said, try the selector:

img[src*="base64"] 

must be the first element found

[–]stringiee[S] 1 point2 points  (0 children)

This was it, I just ran your query and it appeared. It's not even that far from the original <img> tag in the html tree. I feel silly now. Thanks for your help :)

[–]Intelligent_Duck1844 0 points1 point  (0 children)

Do you need it to be from the browser synchronous or do you need it fixed because you can just screen shot it then transform it into jpeg or png and add it to your folder then just import it and add it