Yeah, no workie -- GM scripts don't run at the right time to use
document.write( ) -- even if it did work (which it usually does not)
it would end up clearing out the old contents of the page and
replacing it with what you document.write()'d -- similar to if you
just typed javascript:void(document.write('<b>hello!</b>')) into the
URL bar.
--
Aaron