Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21c2c258ee85645

Jump to content

DOM Inspector

From Wikipedia, the free encyclopedia
DOM Inspector inspecting Wikipedia's main page

DOM Inspector (DOMi) is a web developer tool created by Joe Hewitt and was originally included in Mozilla Application Suite as well as versions of Mozilla Firefox prior to Firefox 3. It is now included in Firefox, and SeaMonkey. Its main purpose is to inspect and edit the Document Object Model (DOM) tree of HTML and XML-based documents.

A DOM node can be selected from the tree structure, or by clicking on the browser chrome. As well as the DOM tree viewer, other viewers are also available, including Box Model, XBL Bindings, CSS Rules, Style Sheets, Computed Style, JavaScript Object, as well as a number of viewers for document and application accessibility. By default, the DOM Inspector highlights a newly selected non-attribute node with a red flashing border.

Similar tools exist in other browsers, e.g., Opera's Dragonfly, Safari's Web Inspector, the Internet Explorer Developer Toolbar, and Google Chrome's Developer Tools.

Keyboard shortcuts

[edit]

In modern web browsers, the developer tools used to inspect the DOM can typically be opened by pressing Ctrl+⇧ Shift+I on Windows, and ⌘ Cmd+⌥ Option+I on macOS.[1]

Software with DOM inspector tools

[edit]

See also

[edit]
  • Firebug — another web development extension more recently created by Joe Hewitt

References

[edit]
  1. How do you use the DOM inspector and devtools to debug and build your projects?. YouTube. Retrieved July 17, 2026.
  2. "Debugging with DevTools". NW.js Documentation. Retrieved July 17, 2026.
  3. Lopez, Cesar Andres. "tauri-agent-tools: Agent-driven inspection toolkit for Tauri desktop apps". GitHub. Retrieved July 17, 2026.
[edit]