Hi, I am trying to get PICS working in Mozilla, and I am trying to find out how to arrange for some method of my XPCOM component to be called whenever the browser starts up. (PICS is basically a filtering mechanism, so I need to hook in an ElementObserver into the parsing, so that PICS is notified whenever an HTML page is loaded with a META tag.) At the moment I have this action in the RegisterSelf method, but that's only called when the DLL has been changed. Is there a way to do this? Any tips or pointers would be appreciated. Matthew Wilson
