如何查看当前显示的html页面的来源(动态)而不是原始页面?

发布于 2024-07-30 02:42:02 字数 224 浏览 6 评论 0原文

大家好, 作为一名狂热的 Firefox 用户,我使用诸如 Style 和 Greasemonkey 之类的插件来修改页面的默认样式。 然而,浏览器的视图->页面源选项仅显示其原始形式的页面,而不显示由脚本或样式操作后的当前形式。 有什么方法可以根据浏览器上显示的内容而不是服务器发送的原始页面来查看页面的源代码? 任何建议将不胜感激。 谢谢。

保罗·布拉德

G'day everybody,
As an avid firefox user, I use plugins like stylish and Greasemonkey to modify default styles of pages. However the view->page source option of the browser shows only the page in its original form and not the current form after it is manipulated by a script or a style. Is there any way i can view the source of a page based on what is displayed on the browser and not the original page sent by the server?.
Any suggestions would be much be appreciated.
Thanks.

paul bullard

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

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

发布评论

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

评论(2

幻梦 2024-08-06 02:42:02

使用 Firebug...

Firebug 允许您即时检查当前的 DOM、CSS 和加载的 JavaScript。

您还可以修改当前文档上的任何内容并自动查看结果。

Use Firebug...

Firebug allows you to inspect the current DOM, CSS and loaded JavaScripts on the fly.

You can also modify anything on the current document and see the results automatically.

橙幽之幻 2024-08-06 02:42:02

Firebug 是 Mozilla FireFox 的选项。 为 IE 用户提供IE 开发者工具栏
现在几乎所有浏览器都带有查看源代码工具或插件。

Chrome 有其调试工具,您可以使用适用于 IE、chrome、FIrefox 的 Firebug,它为所有这些流行的浏览器提供了插件。 请参阅其网站

Firebug is option for the Mozilla FireFox. There is IE developer tool-bar for IE users.
Almost all browser now a days come with the view source tool or plugin.

Chrome has its debugging tool you can use Firebug for IE, chrome, FIrefox it has provided plugin for all these popular browsers. Please refer its site

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