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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.
Use TChromium.OnLoadEnd and check frame.IsMain to see if the main frame has finished loading.
However, many pages have several frames and the TChromium.OnLoadEnd event is triggered multiple times.
The JavaScript code can also be used to alter the document when the user tries to scroll down, for example.
I'm afraid it's not possible to give a perfect solution to this.