Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Save img base64

Post Reply
dilfich
Posts: 330
Joined: Thu Nov 30, 2017 1:17 am

Save img base64

Post by dilfich »

Tell me if there is a way, the script generates an image in base64 and in devtools I see it as a normal link (in the section General Request URL: data:image/jpeg;base64,iVBORw0K) but it is not visible in BeforeResourceLoad, and there is no ordinary link to download and save, how can I get this image?
User avatar
salvadordf
Posts: 4042
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Save img base64

Post by salvadordf »

If it's not possible to use any of the TChromium events then I would try to visit the DOM using JavaScript when the image is loaded.
dilfich
Posts: 330
Joined: Thu Nov 30, 2017 1:17 am

Re: Save img base64

Post by dilfich »

It's difficult for me( I don't even know where to start. Google Chrome does this without problems, in the usual way via the "Save as" context menu. Filter_OnFilter also doesn't seem to see anything, doesn't see anything. Not uili there a way via JS after all most likely for each image and different sites need to come up with something different, as the inserting and drawing all differently arranged, if you can put the canvas, it does not mean that it is possible everywhere, especially in frames, must be what that option does not cause problems on any site, because if it exists as a link, why is it not visible in the usual ways do not understand. :?
Post Reply