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).
What module or technique may i use so that any website that i open should not load images?
block request
@romit I can't repeat it either. Maybe you could attach a project with such a problem?
thanks for your reply . can you make a sample task in .xml so i can follow the instruction .. its. a big help for me .
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
@fox said in how to put all image formats (*.jpg *.png..) in one "disable request" block?:
@qaisbsharat said in how to put all image formats (*.jpg *.png..) in one "disable request" block?: Lastly, how can I make my execute code dark like what I see in the picture? https://community.bablosoft.com/topic/7365/темная-тема-bas
@qaisbsharat said in how to put all image formats (*.jpg *.png..) in one "disable request" block?:
Lastly, how can I make my execute code dark like what I see in the picture?
https://community.bablosoft.com/topic/7365/темная-тема-bas
Thanks ;)