I am trying to use document.write(html); in my script but it looks illegal. I would like to write some html at the end of my document in a GM script. How do i do this?
I am trying to use document.write(html); in my script but it looks illegal. I
Share
Simplest would be:
More robust and complex is to use DOM methods:
See the Gecko_DOM_Reference for more info about the DOM API.