AJAX 监控浏览器插件

发布于 2024-12-09 20:41:40 字数 89 浏览 0 评论 0 原文

我想编写一个浏览器插件,它允许我加载网页并监视该页面是否有任何异步更新,然后将这些更新的详细信息写入文件。请指出完成此操作的最简单方法或现有插件(如果存在)。谢谢!

I want to write a browser plugin that will allow me to load a web page and will sit and monitor the page for any asynchronous updates, and then write the details of those updates to a file. Please point me to the easiest way to accomplish this or to an existing plugin if one exists. Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

狼性发作 2024-12-16 20:41:40

Firebug 是 Firefox 事实上的标准开发工具,包括 您描述的所有功能,尽管将请求记录到文件不是内置的 Omnibug 扩展似乎支持这一点,或者您也可以 自己构建该功能

Firebug, the de facto standard developer tool for Firefox, includes all of the features you describe, and though logging requests to a file isn't built-in the Omnibug extension appears to support that, or you could build that functionality yourself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文