<div dir="ltr"><div><div><div>For images specifically Firefox has this ability out of the box, but in recent versions it is only available via about:config instead of the normal UI. This page describes (with screenshots) how to use it:<br><br><a href="https://techjourney.net/disable-turn-off-automatic-images-loading-in-firefox/">https://techjourney.net/disable-turn-off-automatic-images-loading-in-firefox/</a><br><br></div>If you really need to keep things small (no CSS, no scripting, etc), you can try the OffByOne browser from here (only download location 2 works):<br><br><a href="http://offbyone.com/offbyone/">http://offbyone.com/offbyone/</a><br><br></div>Obviously it only works with pages that work without scripting and doesn't display correctly anything that relies too much on CSS.<br><br></div>If you want to write your own browser in Lazarus, including your own HTML engine, etc you probably want to start by looking the WhatWG HTML spec at <a href="https://html.spec.whatwg.org/multipage/">https://html.spec.whatwg.org/multipage/</a><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 13, 2016 at 10:32 PM, duilio foschi <span dir="ltr"><<a href="mailto:octopushole@gmail.com" target="_blank">octopushole@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br>I need to travel to an african country where bandwidth is very poor.<br><br>The country is full of internet cafes but it takes hours just to download your email...and you must be lucky! :) <br><br>I created an email client that will download only email headers from GMAIL and will download the email body only when requested.<br><br>Now I'd like to create a simple browser that will download only the text of a page and will download images, audio, etc only when requested.<br><br>Could you please suggest a way to create such a software quickly ?<br><br>I read I should control "background events in websites" (reference: <a href="http://www.groundcontrol.com/BGAN_Optimized_Laptop.htm" target="_blank">http://www.groundcontrol.com/BGAN_Optimized_Laptop.htm</a>)<div><br></div><div>What does this mean ? And how can I control those events ?</div><div><br></div><div>Thank you</div><div><br></div><div>Peppe </div></div>
<br>--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" rel="noreferrer" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
<br></blockquote></div><br></div>