DOM Event Inspector - Online See All Event Listeners
Click any element on a demo page and see which events are attached. Visual debugger for event handling.
UD5 Toolkit
Analyze HTML for excessive DOM size, depth, and performance bottlenecks
Google Lighthouse AlignedDrag this link to your bookmarks bar, then click it on any website to instantly analyze its DOM.
⬆ Drag the button above to your browser's bookmarks bar
Works on any site — even those you don't control
<html> tag to the deepest leaf node. Excessive depth (over 32 levels) forces browsers to traverse more nodes during style recalculation and layout, slowing down rendering. Deep nesting also makes CSS selectors more expensive and your code harder to maintain.
Click any element on a demo page and see which events are attached. Visual debugger for event handling.
Drag a virtual ruler across your screen to measure pixel distances. Horizontal and vertical guides. Useful for UI designers checking alignment.
Paste HTML and see a before/after comparison of minified output. Check the byte savings. All local.
Select any HTML element on a page and capture its screenshot. Download as PNG. Perfect for bug reports. JavaScript API demo.
Create a custom element with named slots and see content projection in action. Learn Web Components basics.
See a comprehensive table of which modern web APIs your current browser supports. Includes WebGPU, AVIF, and more.
See your website inside iframes at multiple breakpoints simultaneously. Side‑by‑side responsive testing.
Paste a user agent string to get a human-readable breakdown of browser, operating system, and device. See your own current agent info automatically.
Tune your guitar using the browser microphone. Detects pitch and shows deviation from standard tuning. No installation, pure client-side audio processing.
Enter two dates and see the exact number of days, weeks, and workdays between them. Also shows the countdown or days since.
Find the centroid (center of mass) of any convex polygon by entering vertex coordinates. Useful for physics and design.
Convert pixel values to em and rem units based on a base font size. Bidirectional. Must‑have for front‑end developers.
Measure your browser's GPU compute power using a simple WebGPU matrix multiplication. See raw FLOPS and compare with peers. Fully client‑side.
Convert pixel values to viewport‑relative units (vw, vh, vmax, vmin) for a specified breakpoint. Includes DVH and SVH. Essential for fluid layouts.
Convert pixel values to viewport‑relative units (vw, vh, vmin, vmax) based on a selected breakpoint. Precise responsive design.
Generate a Lit Element web component skeleton with styles and properties. Copy and start coding immediately.
Record your screen, window, or tab with audio directly in the browser. Download as WebM. No extension required.
Record your screen, window, or tab with audio directly in the browser. Download the recording as a WebM file. No upload.
Track attendance for multiple subjects. Mark present/absent and see percentage. Data in localStorage. Simple student tool.
Convert volumetric flow rate units: gallons per minute, liters per second, cubic meters per hour. Useful for plumbing and hydraulics.
Tap a glass icon each time you drink a cup of water. See your daily intake. Reminders optional. Local storage.
Turn your browser screen into a full‑color flashlight or strobe. Adjust brightness and color. Simple utility.
Convert REM values to pixels and vice versa based on your root font size. Essential for scalable web typography.
Change the text input cursor color. See the effect live. Copy the minimal CSS. Simple but delightful.
Adjust opacity visually with a slider and see the different CSS representations (opacity property vs RGBA/HSLA). Copy best option.
Create a reflection effect for images or text using box‑reflect. Adjust direction and offset. Copy the CSS.
Enter a URL and generate a responsive iframe embed code with correct aspect ratio. Supports YouTube, maps, and more.
Paste robots.txt content and parse it to check validity, find disallowed paths. Educational SEO tool. Local processing.
Paste a robots.txt file and validate its syntax. See if a specific user‑agent can access a path. Essential for webmasters.
Enter any two variables (speed, distance, time) and get the third. Supports mph, km/h, m/s and multiple units. Practical for runners and drivers.