Scroll Position Monitor - Online Live Scroll Top/Left
See a live readout of window scrollX and scrollY. Visualize scroll direction. For debugging sticky navs.
UD5 Toolkit
Real-time tracking of the International Space Station orbiting Earth at ~28,000 km/h
Find out when the ISS will be visible from your location. Allow location access or enter coordinates manually.
See a live readout of window scrollX and scrollY. Visualize scroll direction. For debugging sticky navs.
Enter a URL and see a list of its ARIA landmarks (banner, main, nav). Check document structure for accessibility. Local fetch.
Keep a simple list of movies you want to watch. Add notes and check them off. Purely local storage.
Enter readings before/after meals, get averages, print report. Local storage only.
Check current browser storage usage (localStorage, IndexedDB, Cache) and available quota. Handy debugging tool.
Check estimated usage and quota for local and session storage on your browser. Quick dev tool.
A small widget that records your clipboard text history (only while open). Search and reβcopy old snippets. No log upload.
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.
Read and write NDEF records to NFC tags using the Web NFC API. Supports text, URL, and MIME records. Works on Android with Chrome.
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 chromaticity diagram and compare sRGB, DCIβP3, and your display. Fun for design geeks.
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.
Paste an OpenAPI YAML/JSON and render a static, readable API document. No server, pure browserβbased rendering.
Use the CSS Custom Highlight API to style arbitrary text ranges without modifying the DOM. See the future of findβinβpage.
Log floor time minutes for small pets. See weekly average. Ensure enough exercise. Local storage.
Log which family member takes which medicine and when. Reminders for next dose. Data stays local.
Log leftovers with date stored and set visual alerts when they need to be eaten. Reduce food waste. Local storage.
Keep track of stitches and rows for your knitting projects. Multiple counters with increase/decrease shortcuts. Data saved in your browser.
Track odometer readings, distance, fuel fill-ups and compute MPG/L/100km. Data stored in localStorage. Simple expense summary for tax or budgeting.
Track up to 5 habits with a visual chain. Tap to mark day as done, see longest streaks. Data saved in your browser. Inspired by 'Don't break the chain' method.
Track daily mood with emoji selection and optional notes. See weekly/monthly mood trends in a color-coded chart. All data stored privately in localStorage.
Log period start dates and cycle length locally. Predict next period and fertile window. Data stays in your browser's storage, never uploaded. Private by design.
Log daily sleep to see cumulative sleep debt or surplus over weeks. Visualizes chronic sleep loss trends. Stores data locally in your browser only.
Visualize how caffeine decays in your body over time. Enter intake amount and see remaining caffeine at bedtime to optimize sleep. Uses standard 5-hour half-life.
Record daily systolic/diastolic readings and pulse. See a trend chart. All data saved locally in your browser.
Shows a counter of how many seconds you have been idle. Tracks mouse and keyboard activity without recording.
Play an audio file or use mic to see realβtime frequency bars. Choose colors. Great for music videos. Canvas.