Web Page Screenshot Tool - Online Capture Browser Tab
Take a screenshot of the current browser tab using Screen Capture API. Crop, annotate with text and arrows, and download as PNG. Local only.
UD5 Toolkit
Take a screenshot of the current browser tab using Screen Capture API. Crop, annotate with text and arrows, and download as PNG. Local only.
See how many tabs you have open and estimate memory usage based on navigator object. Fun productivity check.
Paste a URL and extract all meta tags, Open Graph, Twitter Cards, and JSON‑LD. View in a friendly table. Client‑side fetch.
See outerWidth, innerWidth, outerHeight, innerHeight, screenX/Y, and availWidth/Height live. Understand the viewport.
See your current page load broken down into DNS, TLS, request, and DOM phases. Understand where time is spent.
See your current page load broken down into DNS, TLS, request, and DOM phases. Understand where time is spent.
See the View Transitions API in action. Cross‑fade and morph between two states. Copy the JavaScript starter code.
Visually create the glassmorphism effect: background blur, transparency, and border. Copy the complete CSS. Modern UI design.
Select any HTML element on a page and capture its screenshot. Download as PNG. Perfect for bug reports. JavaScript API demo.
List cached responses for your domain. View headers, content, and delete individual entries. Understand your PWA's cache.
Add fish species and sizes to estimate the bioload and check if your tank is overstocked. Inch‑per‑gallon model.
See how overflow: visible, hidden, scroll, and auto behave with real content. Clone to test with your text.
Select a caching strategy and see a flow diagram of how requests are handled. Learn PWA patterns.
Apply a Proxy to an object and see the get/set traps log fired in real time. Understand metaprogramming. Local.
Create a pure CSS scroll progress indicator using animation‑timeline: scroll(). No JavaScript. Copy the complete code.
Type any character and see how it renders in different font stacks. Detect missing glyphs and fallback behavior.
Apply content‑visibility: auto to off‑screen sections and see the rendering cost drop. Demos for infinite scroll optimization.
Enter the amount of leftover paint and see how many square feet it still covers. Plan touch-ups.
Open a modal and see how focus is trapped and restored. Copy the lightweight focus‑trap code. Accessible pattern.
Limit browser gestures on an element: pan‑x, pinch‑zoom, manipulation. Draw on a canvas to test. Mobile dev helper.
Learn how to register your PWA to handle custom URL protocols. See the manifest entry and test.
Paste HTML/CSS and render it to a canvas image. Download as PNG. For creating dynamic social share images.
Configure how your PWA launches: focus existing or create new. Test with the launch_handler manifest field.
Create promises that resolve or reject after a delay. See state changes and chain .then/.catch. Debug async code.
Fill in your PWA details to generate a valid manifest.json file. Include icons, theme color, display mode.
Create an animation that advances with scroll using animation‑timeline: scroll(). See the visual timeline editor. Modern CSS.
Enter mosaic area and choose tessera size to find the approximate number of tiles required. Includes grout joint factor.
Enter ground snow load and roof pitch to estimate the effective snow load on a sloped roof. Quick structural check for snowy regions.
Create a custom element with named slots and see content projection in action. Learn Web Components basics.
Find your car's engine oil capacity and recommended filter part number. Quick reference for DIY oil change.