Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 firebreath 构建了示例插件。现在我打算编写一个插件来捕获网页中的所有事件。
请帮助如何使用 firebreath 做到这一点?
谢谢你。
您无法在插件中捕获页面事件;插件在页面上有一个特定的位置,由<object>or<embed>标记创建,并且仅控制该区域的绘图和事件处理。(例如,Flash 和 QuickTime 是插件。)您想要做的事情将使用 JavaScript 来完成。
<object>
<embed>
正如 Taxilian 所说,听起来您可能将 NPAPI/ActiveX 插件和浏览器扩展混为一谈。