
JavaScript Object Browser
Ever wondered what JavaScript objects exist in your browser? What Web APIs, global objects, DOM APIs, and alike your browser has built-in? The JavaScript Object Browser is a powerful tool that lets you explore all global JavaScript objects, their properties, methods, and prototype chains in an interactive way.
🔍 Key Features:
- Browse all global JavaScript objects available in the browser
- View object properties, methods, and their types
- Expand and collapse nested objects for deep exploration
- See prototype chains clearly
- Find objects by name
- Navigate directly to specific object paths (e.g., document.body)
- Filter results by data type (function, object, primitives)
- No installations or dependencies – just open it in your browser and start exploring
This tool is 98% written by Claude Code, an AI-powered assistant, making it a fascinating example of AI-generated development.
👉 Try it here
🛠️ View the source code
