Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, My proxy is very slow. so i want to save the image and load it from the hard drive when the page loads. I didn't find a way to do that. Please give me some suggestions. Thank you.
SOLUTION.... File search - foreach
@Hifive, select the desired element by holding the right mouse button and select the desired action from the menu that opens
0db1dadf-6f56-484c-985e-bab1297f4ff4-image.png
It's tricky. What solved it for me was:
Screenshot in Base64 of the web;
Write it to disk
Post https://api.telegram.org/botXXXXXXXXXXX:SECRET/sendPhoto
Post using the postdata constructor as example: -- "chat_id",{{chatId}},"photo","file://" + {{Image folder location}} + "screenshot.png"
use multipart content type
You should go with some node library for images, like >
js-imagediff pixelmatch node-opencv
Good starting point to explore more deeply about it > https://stackoverflow.com/questions/4196453/simple-and-fast-method-to-compare-images-for-similarity