搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Save dom to file

more options

Is it possible to save the dom output without the use of any addons etc? Is there a config setting or any other option to easily "save as" and keep the dom output for offline viewing? Thanks

FF 54.0.1 (32-bit)

Is it possible to save the dom output without the use of any addons etc? Is there a config setting or any other option to easily "save as" and keep the dom output for offline viewing? Thanks FF 54.0.1 (32-bit)

所有回复 (3)

more options

If you select the entire page (Ctrl+a), right-click, and View Selection Source, Firefox will open a new tab with the source of the page as modified by scripts (vs. the original source prior to DOM changes which is what you see when using Ctrl+u).

Is that what you had in mind, or something more structured?

more options

You can also look at the built-in developer tools like the Inspector. You can for instance use the left pane of the Inspector to copy the page code to the clipboard (select the HTML tag and open the right-click context menu: Edit HTML to get the current DOM).

more options

Now that you mention it, I remember the Inspector includes a feature to right-click any element, click Copy, then Outer HTML. Opening the Inspector and doing that on the <html> element probably is faster than my original suggestion.