I´m writing a IE BHO using C++. I wait for the DOCUMENTCOMPLETE event. After that I remove some Elements from the DOM. On small websites it works fine but on the larger ones - the website is visible for a few seconds waiting for a few elements and after that the documentComplete event fires - and remove the elements.
Is it posible to apply changes to the DOM after the htmlcode is loaded?