HTML Data Attribute Extractor - Online List All data‑*
Paste HTML and extract all unique data‑* attributes into a clean list. Understand the data model of a page.
UD5 Toolkit
Paste HTML and extract all unique data‑* attributes into a clean list. Understand the data model of a page.
Paste your CSS and see rules sorted by specificity. Find overrides and potential collisions. Understand your cascade.
A GUI to manage all keys in your browser's localStorage. Add, delete, edit, and export data. Debug progressive web apps.
Browse, edit, and delete keys stored by the idb‑keyval library in your browser. Handy for debugging PWAs.
Display used/total/limit JS heap size using performance.memory. Take snapshots and see growth. Simple memory leak detection.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
Paste a `Set‑Cookie` header and see all attributes parsed: domain, path, Max‑Age, SameSite, Secure, HttpOnly. Debug cookies easily.
List cached responses for your domain. View headers, content, and delete individual entries. Understand your PWA's cache.
Select any element on the test page and monitor its size changes with ResizeObserver. See log of all entries.
Click any element on a demo page and see which events are attached. Visual debugger for event handling.
See a live readout of window scrollX and scrollY. Visualize scroll direction. For debugging sticky navs.
Paste HTML and see a collapsible tree of tags. Understand document outline and nesting. Handier than raw code.
Load an image and see the exact events fired (load, error, abort). Monitor progress. Dev helper.
Paste a raw WebAuthn attestation response (CBOR) and decode its fields: format, authenticator data, and extensions. Debug passkeys locally.
Paste two strings that look the same and see if they differ after normalization. Debug invisible encoding bugs.
See every touch point with coordinates, radius, and force on your mobile device. Debug gestures with live overlay.
Fill in a form and see the FormData object as JSON. Perfect for debugging multipart form submissions. Client-side.
Touch the screen and see the exact coordinates, radius, and force of each touch point. Indispensable for mobile web devs.
Press any key and see the full KeyboardEvent object: key, code, keyCode, modifier status. Dev tool.
Touch your screen and see the pressure and radius reported. Visualize force. Mobile developer tool.
Write a media query and instantly see if it matches your current viewport. Width, height, orientation, and more.
See the current state of a Service Worker for your page: installing, waiting, active. Unregister or skip waiting. Developer utility.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
A tiny tool that hooks into the console and lets you export all messages to a file. Helpful for non‑technical bug reporting.
Paste a list of JavaScript values and see them pretty‑printed as if in the browser console. Great for debugging.
Paste HTML/CSS snippets or enter properties to test how z‑index and stacking contexts interact. Real‑time example.
Press any key to see the complete KeyboardEvent properties: key, code, keyCode, modifiers. Indispensable for game & shortcut developers.
Paste a raw cookie string and see a formatted key‑value table. Debug session cookies and understand flags. Runs in browser.