Local JSON Data Explorer - Online Browser Storage Viewer
View, edit, and manage JSON objects saved in your browser's localStorage. Delete, export, or import keys. No setup.
UD5 Toolkit
| Key | Value Preview | Type | Size | Actions |
|---|
setItem() call will throw a QuotaExceededError. Note that localStorage uses UTF-16 encoding, so each character takes 2 bytes of storage.
getItem, setItem, removeItem) and similar storage limits (~5 MB). Use localStorage for long-term data and sessionStorage for temporary, session-only data.
removeItem() or clear()), it cannot be recovered through the browser. There is no built-in recycle bin or undo feature for localStorage. This is why we recommend exporting your data as a backup before performing any delete or clear operations. The exported JSON file serves as your safety net.
let total = 0; for (let key in localStorage) { total += (key.length + localStorage.getItem(key).length) * 2; }View, edit, and manage JSON objects saved in your browser's localStorage. Delete, export, or import keys. No setup.
Browse, edit, and delete keys stored by the idbâkeyval library in your browser. Handy for debugging PWAs.
Enter a URL and see a visual map of the tab order. Detect broken tabindex values. Improve keyboard navigation.
Generate cryptographically secure BIP39 mnemonic phrases (12 or 24 words) for HD wallet seeds. All entropy generated locally.
Paste HTML and see the order in which elements would receive focus via Tab key. Highlight issues. Local accessibility testing.
Drag songs into a setlist and see total duration. Perfect for planning a concert or DJ set.
Paste HTML and see a collapsible tree of tags. Understand document outline and nesting. Handier than raw code.
Enter a URL and extract tabâindex order violations and focusable elements. Quick accessibility audit. Clientâside fetch.
Stack multiple background images and blend them with colors. Create unique textures. Copy the CSS code instantly.
Select your tech stack and generate a basic CI/CD pipeline YAML file for GitHub Actions, GitLab CI, or Bitbucket.
Beautify and format your CSS stylesheets instantly. Organize, minify, or prettify CSS code for better readability. Processed securely on client-side.
Define a set of colors for light and dark themes. Get the CSS custom properties snippet. Toggle live.
Paste a website's HTML and see which text is only visible to screen readers (e.g., .srâonly). Preview the accessible layer.
Paste HTML and extract all unique dataâ* attributes into a clean list. Understand the data model of a page.
Inspect any website's SSL/TLS certificate details: issuer, expiry date, subject, and SANs. Verify certificate chains. All checks are private and require no server upload.
Build a date format string for SQL by toggling components (YYYY, MM, DD). See a live example for different databases.
Animate elements as they enter and exit the viewport using view() timeline. Parallax and reveal effects without JS.
Create a DMARC policy record with percentage, reporting addresses, and alignment mode. Validate and copy the final DNS TXT.
Patch the PerformanceObserver and show your pageâs Core Web Vitals as you browse. See realâtime scores and suggestions.
Load any variable font from Google Fonts or local file and play with weight, width, slant, and custom axes. Download CSS.
Paste CSV data and instantly get a formatted MediaWiki table code. Ideal for Wikipedia editors and internal wikis.
Convert TOML configuration files to equivalent YAML with perfect structure preservation. Fast and local.
Set start and end times for a video and trim it without re-encoding. Download the clip. Pure browser.
Create categorized shopping lists (produce, dairy, meat, etc.). Add items, check them off, and print. Data stored in your browser. Never lose a list.
Paste your AcceptâLanguage header and see which languages your site should serve based on quality values. Internationalization helper.
Animated SVG steps showing how to fold a fitted sheet perfectly. Clean visual reference.
Reverse any short video clip and download the backward version. Fun for creative effects. Browserâbased.
Paste NâTriples data and convert it to a compact JSONâLD representation. Work with linked open data. Local.
Shrink a PDF file size with configurable image quality and object removal. All processing stays in your browser.
See your current page load broken down into DNS, TLS, request, and DOM phases. Understand where time is spent.