What I would like to do is modify the HTML parser so that the text elements in the html page are printed out as the URL is being loaded, rather than running a parser (any parser) on the URL and then stepping through the document after parsing. (My employer has specific reasons to do it this way rather than waiting for parsing to conclude).
Maybe it's much easier to use JavaScript and CSS and modify a loaded page this way.
Just my 2 Euro cents Daniel
