Cookie String Parser - Online Decode & Format Browser Cookies
Paste a raw cookie string and see a formatted key‑value table. Debug session cookies and understand flags. Runs in browser.
UD5 Toolkit
| Name | Value | Domain | Expires | Secure | SameSite | |
|---|---|---|---|---|---|---|
|
No cookies found for this domain Set a cookie to get started |
||||||
Paste a raw cookie string and see a formatted key‑value table. Debug session cookies and understand flags. Runs in browser.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.
Store passwords and notes encrypted with a master passphrase. Data lives only in your browser's localStorage. No cloud.
Generate a Next.js page.tsx file with Server Component or Client Component. Layout and metadata included.
A minimalist text notepad that auto-saves to your browser's localStorage. No ads, no signup, no data leaves your device. Perfect for quick ideas.
Scale a classic homemade playdough recipe to any amount. Choose colors with safe options. Simple local calculator.
Provide a hook name and select features (state, effect, callback). Get a complete React custom hook with TypeScript. Faster development.
Apply a tint remover that guesses the original colors from a sepia photo. Not perfect, but fun. All in canvas.
Apply tone mapping algorithms to bring out details in highlights and shadows. Simulate HDR from a single image.
Enter a component name and get a basic Vue 3 Single File Component template with script setup. Fast scaffolding.
Configure how your PWA launches: focus existing or create new. Test with the launch_handler manifest field.
Compress and decompress text using the browser's native Compression Streams API. See the binary output size.
Watch a simulation of how the JavaScript event loop handles synchronous code, microtasks, and macrotasks. Learn async.
Create promises that resolve or reject after a delay. See state changes and chain .then/.catch. Debug async code.
Connect a game controller and see every button press, axis movement, and vibration test. Uses the Gamepad API.
Test required, pattern, minlength etc. See validity states and custom error messages. Learn browser‑native validation.
Unified input demo: see pressure, tilt, and type from any pointer. Compare pointerType values. Essential for drawing apps.
Modify the DOM via buttons and see MutationRecords logged. Understand childList, attributes, and subtree options.
Drag to resize a box and see the Resize Observer callback fire. Get contentRect and borderBoxSize. Learn the API.
Write JavaScript using element.animate() and see the result in a live preview. Compare with CSS keyframes. Debugger included.
Toggle a screen wake lock to prevent the device from dimming or sleeping. See the lock state and learn the API.
Decode an image progressively using the ImageDecoder API. See partial results and metadata. Modern alternative to <img>.
Decode individual video frames from a local file using the VideoDecoder API. Step through frames. Cutting‑edge browser feature.
Register a one‑off background sync and see it fire when connectivity returns. Debug service worker sync logic.
Request permission and detect when the user is idle (away from keyboard). See screen lock state. For native‑like apps.
Acquire and release locks across tabs. Prevent race conditions in IndexedDB or localStorage. Visual queue and lock state.
Connect a gamepad and see all button presses and axis movements visually. Check that every input is detected correctly.
Trigger different vibration patterns on mobile devices. Test if your phone supports haptic feedback. Simple demo.
Check notification permission, request it, and send a test notification. Verify icon, body, and tag. Debug web push.
Display your effective connection type (4g, 3g, etc.) and downlink speed using the Navigator API. Adapt your app accordingly.