Sorry, I tried to warn you it was a mess. It basically evolved into
something I wasn't totally expecting it to be when I first started. I
really hate it. If you want to output information there are really 2
ways, the debug ways you may find are just wrappers (and might
intentionally have had the insides commented out). The first way to
debug is using the dump() method, this outputs to your console or
terminal. The second way is using Components.utils.reportError(). That
method outputs errors to the error console. There are alternate ways
involving more code that can also output text as warnings or messages.
I suggest reading mdc:
developer.mozilla.org
https://developer.mozilla.org/En/DOM/Window.dump and
https://developer.mozilla.org/en/Components.utils.reportError
may be useful.
Have you managed to do anything so far? I'm busy again but if not I
think I'll just submit the current version... maybe with a few more
fixes. Although there are bugs I think it still fixes enough things
from the currently released version to make it more worth while.