从 hotmail 页面提取电子邮件正文
我正在尝试构建一个 Google Chrome 扩展程序,该扩展程序会在每封电子邮件下向用户插入一些上下文信息。我基本上是在尝试创建类似于 gmail 上下文小工具 的东西,但是用于热邮件。我计划通过 Chrome 扩展在页面中提取和注入 HTML 来实现这一点。
但是,我在使用 javascript 访问消息正文 DOM 节点时遇到问题。这是因为他们使用 iframe 吗?如果是这样,我该怎么做?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用 xpath 来读取 div 吗?
You could try xpath to read the div?