After a certain <div> element (resp. at the end of) I want to add a HTML 
statement

<br clear="all" />

Therefore I coded in GM script:

var pane = document.getElementsByClassName("intro")[0];
pane.innerHTML = pane.innerHTML + "<br clear='all' />";

But it didn't work the last forward slash / is not recognized.

How else can I append this html code?

Do I have to mask (how?) the forward slash?

Ben

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to