console.mobi is a browser with developer tools that allows you to debug websites on mobile devices.
Just like DevTools on a PC, you can check and debug website behavior in real time on your smartphone.
■ Console
・Real-time capture of console.log / warn / error / info
・Automatic detection of uncaught errors / unhandled rejections
・Expanded display of objects and arrays
・Clear console function
■ Elements (DOM Inspector)
・Tree view of the page's DOM structure
・Select and highlight HTML elements with a tap
・Check element attributes and text content
・Directly select elements on the screen in Inspect mode
■ Network (Network Monitoring)
・Monitor XHR / Fetch requests in real time
・Display URL, method, status code, response size, and time required
・Check request/response details
■ Storage (Storage View)
・List LocalStorage / SessionStorage / Cookies
・Check key-value pairs
■ Other Features
・Bookmark management
・Automatic light/dark mode switching
・DevTools text size adjustment (small/medium/large)
・Japanese/English support
■ Pro (Subscription)
・No ads
・Future features include Console REPL, Storage Manager, and Full-Page Pro-exclusive features like Screenshot and Custom Snippets will be added in the future.
This tool is ideal for web developers, front-end engineers, designers, QA engineers, and anyone who needs to debug web pages in a mobile environment.