Browser Storage Usage Viewer - Online See LocalStorage & IndexedDB Quota
Check current browser storage usage (localStorage, IndexedDB, Cache) and available quota. Handy debugging tool.
UD5 Toolkit
Reading clipboard...
document.addEventListener('copy').
When you select text and press Ctrl+C (or ⌘+C on Mac) anywhere on this page, the copied content is automatically
captured and stored in your browser's localStorage. Additionally, the "Read Clipboard" button
uses the Clipboard API
to read your system clipboard's current content. All data stays on your device — nothing is sent to any server.
https://, http://), emails by the
user@domain pattern, and code by the presence of programming syntax characters.
Check current browser storage usage (localStorage, IndexedDB, Cache) and available quota. Handy debugging tool.
Keep a simple list of movies you want to watch. Add notes and check them off. Purely local storage.
Check estimated usage and quota for local and session storage on your browser. Quick dev tool.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
See the International Space Station’s current position on a world map in real time. Uses public API. No refresh.
Enter readings before/after meals, get averages, print report. Local storage only.
Enter a URL and see a list of its ARIA landmarks (banner, main, nav). Check document structure for accessibility. Local fetch.
Estimate how many MB/GB your storage can hold based on navigator.storage.estimate() and display as a pie chart.
Create a sticky scroll progress bar for blog posts. Choose colors and height. Copy the minimal CSS and HTML.
See a live readout of window scrollX and scrollY. Visualize scroll direction. For debugging sticky navs.
Read and write NDEF records to NFC tags using the Web NFC API. Supports text, URL, and MIME records. Works on Android with Chrome.
Register a custom CSS property with syntax, initial value, and inherits. Animate colors and numbers that couldn’t before.
Demonstrate how the Web OTP API automatically reads one‑time codes from SMS (mobile). Simulation with a fake SMS input.
See the chromaticity diagram and compare sRGB, DCI‑P3, and your display. Fun for design geeks.
Use the CSS Custom Highlight API to style arbitrary text ranges without modifying the DOM. See the future of find‑in‑page.
Paste an OpenAPI YAML/JSON and render a static, readable API document. No server, pure browser‑based rendering.
Shows a random historical event that occurred on today's date. Fun daily knowledge snippet.
Drop a WAV file and see its full header: sample rate, bit depth, channels, and chunk structure. Raw bytes explained.
Explore the contents of the Cache Storage API for your domain. See cached requests and their sizes. Debug offline apps.
View the individual red, green, and blue channels of an image as grayscale. Photographer and developer tool.
Paste HTML and copy the formatted rich text to your clipboard. Paste directly into Word or Google Docs with styles intact.
Search and copy HTML entities for arrows, math, currency, and symbols. See the glyph and code. Fast reference.
Full scientific calculator with history tape, memory keys, and unit conversions. All in your browser, no install.
Browse pre‑made emoji combinations and ASCII art. Click to copy directly to clipboard. Perfect for social media bios.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.
Paste an image from your clipboard directly into the page (Ctrl+V) and extract its color palette. No file dialog needed.
Drop a PDF and see its embedded metadata: author, title, creation date, and more. No content is uploaded; pure browser PDF parsing.
Paste a list of JavaScript values and see them pretty‑printed as if in the browser console. Great for debugging.
Choose a font family and see how it renders famous pangrams (The quick brown fox…). Instant web font loader.