I'm trying to build a Google Chrome extension that would insert some contextual information to the user under every e-mail. I'm basically trying to create something similar to a gmail contextual gadget, but for hotmail. I plan to achieve that by extracting and injecting HTML in the page via the Chrome extension.
However, I'm having problems reaching the message body DOM nodes with javascript. Is this because they use iframes? If so, how would I do it?